Page 1 of 1
can't compile on linux
Posted: 18 Apr 2006, 20:41
by superppl
hello ppl, i'm having a lot of trouble, and its very frustrating
i use suselinux 10 and i've met all the dependencies except for devil
and that is a pain
it won't compile from source, i get an error, and i can't find an rpm that will work
plz, i need help
Re: can't compile on linux
Posted: 18 Apr 2006, 21:10
by patmo98
superppl wrote:I get an error.
What is the error?
Posted: 18 Apr 2006, 21:36
by superppl
when i attempt to compile DevIL 1.6.8 i get:
gcc: /usr/lib/libSDL.so: No such file or directory
make[2]: *** [libILUT.la] Error 1
make[2]: Leaving directory `/windows/C/hold/appz/linux/DevIL-1.6.8-RC1/src-ILUT/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/windows/C/hold/appz/linux/DevIL-1.6.8-RC1/src-ILUT'
make: *** [all-recursive] Error 1
thats during make, but when i configure it i don't get error
Posted: 18 Apr 2006, 22:21
by Tobi
superppl wrote:when i attempt to compile DevIL 1.6.8 i get:
gcc: /usr/lib/libSDL.so: No such file or directory
DevIL build-depends on SDL?? I didn't know that. Anyway, did you already install SDL, as it seems it can't find it while compiling DevIL...
Posted: 18 Apr 2006, 22:31
by superppl
i installed sdl, but if it can't see it...
could be possible that my version is old and needs to be updated, i'll try that
Posted: 19 Apr 2006, 03:55
by superppl
i found out that sdl and the devel were different versions, so i updated sdl, but that didn't help
besides if it was a problem it would of came up during configuring
Posted: 19 Apr 2006, 21:13
by patmo98
superppl wrote:i found out that sdl and the devel were different versions, so i updated sdl, but that didn't help
Is libSDL.so in /usr/lib/ or /usr/share/lib/
Posted: 20 Apr 2006, 04:18
by superppl
I don't have a /usr/share/lib so I checked in /usr/lib and I found it in there.
DevIL is being a devil to compile. Why can't DevIL see SDL?
Is there a lib or something like that that appz go to to see where certain things are? If it does exist, that file could be wrong...
Posted: 20 Apr 2006, 04:34
by superppl
I don't know what I did, but TASpring just got passed the DevIL error and configured OK.
YES!!!
Now to wait for problems to run into...