[maemo-developers] problem in compiling
From: Till Harbaum / Lists lists at harbaum.orgDate: Tue Jan 26 22:06:45 EET 2010
- Previous message: problem in compiling
- Next message: What is status of Diablo promoter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, ok. If you know a package is installed you can always try to figure out what pkg-config thinks how its named: [sbox-FREMANTLE_ARMEL: ~] > pkg-config --list-all | grep alarm alarm alarm - alarmd client library So it seems pkg-config thinks the package is just named "alarm". Thus you might try: gcc alarm.c `pkg-config alarm --cflags --libs` -o alarm Till Am Dienstag 26 Januar 2010 schrieb gaurav sinha: > Thanks for your concern. > I tried what you said but again it is giving the same error. > > [sbox-FREMANTLE_X86: ~] > apt-get install libalarm-dev > Reading package lists... Done > Building dependency tree... Done > libalarm-dev is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > [sbox-FREMANTLE_X86: ~] > gcc alarm.c `pkg-config libalarm-dev --cflags > --libs` -o alarm > Package libalarm-dev was not found in the pkg-config search path. > Perhaps you should add the directory containing `libalarm-dev.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libalarm-dev' found > alarm.c:5:32: error: alarmd/alarm_event.h: No such file or directory > alarm.c: In function 'main': > alarm.c:11: error: 'alarm_event_t' undeclared (first use in this function) > ............................... > .............................. > > On Wed, Jan 27, 2010 at 1:07 AM, Till Harbaum / Lists <lists at harbaum.org>wrote: > > > Hi, > > > > Am Dienstag 26 Januar 2010 schrieb gaurav sinha: > > > I am not able to compile source code ( > > ... > > > No package 'libalarm-dev' found > > ... > > > > What about installing the missing package? Try: > > > > apt-get install libalarm-dev > > > > > alarm.c:5:32: error: alarmd/alarm_event.h: No such file or directory > > > alarm.c: In function 'main': > > > alarm.c:11: error: 'alarm_event_t' undeclared (first use in this > > function) > > > alarm.c:11: error: (Each undeclared identifier is reported only once > > > alarm.c:11: error: for each function it appears in.) > > > alarm.c:11: error: expected ';' before 'event' > > > alarm.c:12: error: 'cookie_t' undeclared (first use in this function) > > > alarm.c:12: error: expected ';' before 'cookie' > > > alarm.c:15: error: 'event' undeclared (first use in this function) > > > alarm.c:27: error: 'cookie' undeclared (first use in this function) > > > [sbox-FREMANTLE_X86: ~] > > > > > > > > > > ........... > > > please help!!! > > > > > > > >
- Previous message: problem in compiling
- Next message: What is status of Diablo promoter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]