maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   problem with creating debian package using esbox (https://talk.maemo.org/showthread.php?t=40941)

kouky 2010-01-16 22:22

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 :)

kouky 2010-01-18 23:15

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)
hope this will...


All times are GMT. The time now is 00:29.

vBulletin® Version 3.8.8