Re: [Faxpp-user] Help for your library FAXPP
Status: Beta
Brought to you by:
jpcs
|
From: John S. <joh...@or...> - 2008-04-16 13:01:47
|
Hi Arnaud, What platform are you building on? If you are using some form of unix you can simply use the configure script provided with the following sequence of commands: cd faxpp-0.3/ ./configure make make install The header files for the library are in faxpp-0.3/include/, and the source files for it are in faxpp-0.3/src/. The example programs are in faxpp-0.3/examples/, but these are not needed to use FAXPP from your own program. John Arnaud Dutang wrote: > Hello, > > I want use your library "faxpp" but I can not compile your example. Can > you tell me which files are to be included in the project as an example? > > In my project, I include the following files : > - parser_example.c > - entity_resolver.c > - entity_resolver.h > - output_event.c > - output_event.h > > The compilation errors are : > - 23 faxpp-0.3\examples\parser_example.c parser.h: No such file or > directory. > - 24 faxpp-0.3\examples\parser_example.c In file included from > parser_example.c > - 24 faxpp-0.3\examples\entity_resolver.h syntax error before > "entity_callback" > .... > .... > .... > > But I don't kown where and how include this files and the headers who > has linked it :#include <faxpp/parser.h> > > > Thanks for your help > -- > DUTANG Arnaud > Elève ingénieur informatique > EPSI Lyon Promotion 2008 > arn...@gm... <mailto:arn...@gm...> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > > ------------------------------------------------------------------------ > > _______________________________________________ > Faxpp-user mailing list > Fax...@li... > https://lists.sourceforge.net/lists/listinfo/faxpp-user -- John Snelson, Oracle Corporation http://snelson.org.uk/john Berkeley DB XML: http://oracle.com/database/berkeley-db/xml XQilla: http://xqilla.sourceforge.net |