![]() |
problem with creating debian package using esbox
I just made a hello World using the SDL lib...
It's working fine on the N900 but I can't create the Debian package to install the helloworld on the N900. It seems the SDL is not included in the package: I have error messages like this one: undefined reference to `SDL_FillRect' How can I include the SDL lib when creating a Debian Package? Thanks for your help :) |
Re: problem with creating debian package using esbox
I have found out:
to include the SDL library, in configure.ac, add: Code:
PKG_CHECK_MODULES(HELLOWORLD, sdl) |
All times are GMT. The time now is 00:29. |
vBulletin® Version 3.8.8