![]() |
Missing references
Hi I need compile program as static, but when I do this I get this error:
Code:
/usr/lib/libSDL.a(SDL_x11gl.o): In function `X11_GL_LoadLibrary': |
Re: Missing references
Any ideas please?
|
Re: Missing references
Just a guess, but if it's a debian package in scratchbox, maybe try:
Code:
fakeroot apt-get install libpulse-dev Code:
PULSE_SIMPLE_CFLAGS=`pkg-config --cflags libpulse-simple` When done with that, do this from the project directory: Code:
autoreconf --force |
Re: Missing references
I did it, but it doesn't help. :( thanks
|
Re: Missing references
Try repackaging libsdl like this:
Code:
apt-get source libsdl1.2 |
Re: Missing references
In my case it had only one result next erorrs. Can you send me please your patched debs please?
|
Re: Missing references
4 Attachment(s)
You should only need the first two. Here's how you combine them:
Code:
dpkg-split -j libsdl1.2-dev_1.2.13-2maemo8+0m5_armel.1of2.deb libsdl1.2-dev_1.2.13-2maemo8+0m5_armel.2of2.deb |
Re: Missing references
Ran into same error messages while trying to build oldplayer. Above debs don't help. Any other ideas? (on device building, libpulse-dev installed
|
Re: Missing references
Got around those problems by compiling pulseaudio (0.9.13, as 0.9.15 needs autoconf2.63+, this version just needs -fgnu89-inline added to cflags) and statically linking to libpulse-simple.a from it
|
All times are GMT. The time now is 23:10. |
vBulletin® Version 3.8.8