PDA

View Full Version : Sword of Fargoal compiling


anjilslaire
December 10th, 2008, 02:09 AM
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 :)

anjilslaire
December 11th, 2008, 03:48 PM
bump

anjilslaire
December 15th, 2008, 09:06 PM
Last bump.

No takers?

christhemonkey
December 21st, 2008, 11:27 AM
Please see here: http://www.debian.org/doc/maint-guide/

And maybe here: http://ubuntuforums.org/showthread.php?t=2356

Also read this link from the stickies: https://wiki.ubuntu.com/PackagingGuide

anjilslaire
December 21st, 2008, 01:24 PM
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 ;)