-
O.k., got it.
Please write down this in your README or even better:
Do install Level-files via "make install".
2008-11-03 18:04:39 UTC in Bombermaaan
-
> I assume you didn't know about this compile guide. How can we avoid this
> in the future for other users? Have you been looking for a README file or
> something? Please let us know.
No, I didn't. To answer your question about how to avoid such problems in the future is simple in my point of view:
* Make a meaningfull "README" or "INSTALL" together with your Source-package, don't separate it
*...
2008-11-03 17:58:48 UTC in Bombermaaan
-
Hi,
I've successfully compiled and installed Bombermaaan 1.4.0 on my system (Mandriva-Linux 2008.1) no.
I just was wondering where to put the level-files on a system-wide installation.
The log-file told me that Bombermaaan is searching its level-files in ~/.Bombermaaan/Levels/*.TXT
Can I put them somewhere else for a system-wide installation, too?
Do I have to change the Makefile in...
2008-10-25 20:47:59 UTC in Bombermaaan
-
Hello there,
I hope you'll implement last patch for your Makefiles.
With this I've now managed to build an RPM-file of Bombermaaan for Mandriva-Linux. :)
Nice game, nice music...
2008-10-25 20:43:35 UTC in Bombermaaan
-
Your Makefiles of "1.4.0.627_20081018" don't work properly on my system.
Some issues I could fix myself (I'll add a patch), but still I didn't manage to copy the symlinks of libbombermaaan properly.
2008-10-25 15:14:54 UTC in Bombermaaan
-
Thanks for this hint.
Meanwhile I managed to compile Bombermaaan, but I'm still unable to run it, as there are issues with your Makefiles: the libs are not installed properly (symlinks!) and other issues.
2008-10-25 15:11:14 UTC in Bombermaaan
-
I've downloaded latest SVN-version (r638) now in order to compile Bombermaaan myself on Mandriva-Linux:
svn export --revision 638 http://bombermaaan.svn.sourceforge.net/svnroot/bombermaaan/trunk bombermaaan-svn-r638
Compilation fails as necessary files for compilation are not included in your SVN-repository:
* no sound-files (RES & RES32)
* missing images (RES & RES32)
* maybe also...
2008-10-25 15:08:54 UTC in Bombermaaan
-
I wanted to give Bombermaaan 1.4.0.627_20081018 a try on my system (Mandriva-Linux 2008.1)
Unfortunatelly make results in errors. I'll attach full output of "make".
2008-10-25 09:54:42 UTC in Bombermaaan
-
Hi!
Meanwhile I succeeded in building an RPM:
sed -i 's!data/!/usr/share/games/brikx/data/!' src/brikx.h
But I ran into other problems due to some permissions:
* chmod +x src/data/high
* chmod +r src/data/music/brikx.xm
* chmod +r src/data/levels/21.lvl
Please check the permissions of the downloadable tarball.
Now I can run Briks system-wide with my fresh istalled RPM -...
2008-02-17 19:06:44 UTC in Brikx
-
You missed what I was trying to say:
Beside this "make install"-issue your program wants to have it's data in the same folder as the executable.
This is o.k. as long as you do a local install in your home-directory.
In all distros I know the executable has to be separated from its data - this is what
./configure --bindir=... --datadir=... is for. Some examples:
Mandriva-Linux (for...
2008-02-16 19:56:11 UTC in Brikx