[maemo-developers] no such file or directory
From: Jeremiah Foster jeremiah at jeremiahfoster.comDate: Mon Nov 16 12:31:21 EET 2009
- Previous message: problem in building a package
- Next message: PyMaemo now optified (in extras-devel)!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Mohamed, On Nov 16, 2009, at 11:26, mohamed ismael wrote: It is customary to post your comments directly underneath the comments that were sent to you. This way we can 'weave' together a conversation that everyone can follow. :) > i added the following line in my code >> #include <libprofile.h> >> and i get the error >> no such file or directory > > > Is this the exact error message? If it isn't, could you paste the exact error message in your mail? > > >> > i am using esbox IDE and >> > i installed the libprofile on my scratchbox using the following command >> > apt-get install libprofile-dev and it is installed successfully >> > but when i try to install it in the ordinary terminal it says could not > find it >> > what is the problem? >> > > Are you using the include file in a shell script? Or are you using it in a C file? > > Jeremiah > > ------------------------------ > > the exact message is src/main.c:24:24: error: libprofile.h: No such file or directory Have you put libprofile.h in a place that your compiler can find it? Have you passed the compile the include flag? Jeremiah
- Previous message: problem in building a package
- Next message: PyMaemo now optified (in extras-devel)!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]