Re: kannel developer env.
"Nikos Balkanas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <000301c966d8$0c9fad10$02b2a8c0@tardis> |
Sounds like standard C issue. I have tried many times with no problems: #include "smpp.h" This should work with the Makefiles in the exsiting directories. Now if you want to create a new directory and Makefile, don't forget to put "-I." (I as in Include) in the cflags. If you post your make output, maybe we can help more. BR, Nikos ----- Original Message ----- From: "Rony Ron" <[email protected]> To: <[email protected]> Sent: Thursday, December 25, 2008 8:09 PM Subject: kannel developer env. > hello all, > > i want to develop a module (smpp) for kannel, > but i have never developed in a gnu environment. > > I have added a .c file and included a .h file in the .c file > but when i compile it the .h in not found (it's in the same folder as the > .c file). > > I know it's a matter of aclocal, autoconf ... but i don't know how to use > it > anyone can help me on that? a tutorial or a quick guide ... oriented to > kannel. > > best regards, > > > >