From: Norm D. <no...@dr...> - 2006-03-03 17:57:31
|
All software is the latest freshly grabbed from svn or cvs. if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../.. -Wall -Werror -g -O2 -MT libhttp_client_la-http_client.lo -MD -MP -MF ".deps/libhttp_client_la-http_client.Tpo" -c -o libhttp_client_la-http_client.lo `test -f 'http_client.c' || echo './'`http_client.c; \ then mv -f ".deps/libhttp_client_la-http_client.Tpo" ".deps/libhttp_client_la-http_client.Plo"; else rm -f ".deps/libhttp_client_la-http_client.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../.. -Wall -Werror -g -O2 -MT libhttp_client_la-http_client.lo -MD -MP -MF .deps/libhttp_client_la-http_client.Tpo -c http_client.c -fPIC -DPIC -o .libs/libhttp_client_la-http_client.o In file included from http_client.c:27: http_client_internals.h:24:40: error: libsoup/soup-session-async.h: No such file or directory http_client_internals.h:25:30: error: libsoup/soup-uri.h: No such file or directory In file included from http_client.c:27: http_client_internals.h:28: error: syntax error before 'SoupSession' On Fri, 2006-03-03 at 18:41 +0100, Daniel Gollub wrote: > On Fri, 2006-03-03 at 11:57 -0500, Norm Dressler wrote: > > I'm having problems compiling libsyncml. > > http_client_internals.h:24:40: error: libsoup/soup-session-async.h: No > > such file or directory > > http_client_internals.h:25:30: error: libsoup/soup-uri.h: No such file > > or direct ory > can you paste last 3 lines (the line with gcc and parameters are very > helpful :)) > > Did you installed the latest CVS snapshot (2.2.90) of libsoup? > Did you set PKG_CONFIG_PATH (before configure!) to your libsoup-cvs > build? > > To get the version and the include path of libsoup try: > pkg-config --modversion libsoup-2.2 > pkg-config --cflags libsoup-2.2 > > best regards, > Daniel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |