-
when building with libtool 2.2.0 or higher it loops and eats resources.
2009-09-04 11:30:47 UTC by nobody
-
bokorn made 2 file-release changes.
2009-09-03 14:41:04 UTC by bokorn
-
bokorn made 1 file-release changes.
2009-09-03 14:40:03 UTC by bokorn
-
bokorn made 1 file-release changes.
2009-09-03 14:37:06 UTC by bokorn
-
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 by maxipunkt
-
I understand your problem, and you're absolutely right
it will be fixed
thanks
bokorn.
2008-02-16 21:13:40 UTC by bokorn
-
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 by maxipunkt
-
yes, make install doesn't work correctly.
for now, a simple installation script named INSTALL is available in brikx directory, if you run it as root (or with sudo) it will install brikx, copy the data directory and creates a startup script
in the next releases make install will be fixed
thank you for your report!
2008-02-16 19:00:08 UTC by bokorn
-
Unfortunately this bug is still present in new released version 0.4.1
* make install doesn't work properly
* The executable insists to have the game-data in the same folder as the executable
./configure --datadir= doesn't help
And you invented a new bug:
The permissions of the empty folder "src/data/high" is wrong. I had to do an:
chmod +x src/data/high
Please fix...
2008-02-16 17:20:25 UTC by maxipunkt
-
Yes, I know the problem, but to tell the truth, I'm not yet really familier with automake and makefiles, I should spend some time to do it
I plan to fix that problem too, but I have several other (paid) projects, so I have very little time for Brikx :(.
2007-12-21 11:33:05 UTC by bokorn