Ubuntu Forums Archive Viewer

Sword of Fargoal compiling

Archived thread 1007039 from Packaging and Compiling Programs. Markdown source: Packaging_and_Compiling_Programs/thread_1007039_Sword_of_Fargoal_compiling.md

Original URL About this archive
#1

Hey all,

1st, The source for this game is available in th PC Zip file at http://www.fargoal.com/

Now, the source does include a readme that simply requires 'make' for linux. This works fine, and th game works great.

What I'd like is to create a deb for easy install. I've tried checkinstall a few times, and have tried to compile it via https://help.ubuntu.com/community/CompilingEasyHowTo

However, it fails at checkinstall with the following error:


make: *** No rule to make target `install'.  Stop.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

Any thoughts? Can someone try this and report back, or am I missing something painfully obvious?

Thanks :)

#2

bump

#3

Last bump.

No takers?

#4
#5

Nope, as mentioned previously, checkinstall fails.

I can compile it with 'make' and get a viable bianey to run th game just find. The problem is there is no configure file, and after make is successful, giving me my binary, checkinstall fails with the error noted and aborts.

Your help is appreciated, but I did do some homework first ;)