From: Daniel G. <dg...@su...> - 2006-03-03 17:37:56
|
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 |