Re: [e-users] Compiling SVN issues.

2009-03-09 Thread smurfd
hey again, Never mind, i found out what caused this... i had installed my distros e17 binary package, which was ofcourse installed in prefix /usr and when i installed from SVN i had done like so : PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/foo/bar/lib/pkgconfig but when i changed it to PKG_CONFIG_PATH=/fo

Re: [e-users] Compiling SVN issues.

2009-03-09 Thread smurfd
Hey, Sadly i still get the same : gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src/bin -I../../src/lib -DUSE_E_CONFIG_H -I/usr/include/eina-0 -I/usr/include/eina-0/eina -I/usr/include/efreet -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/eina-0 -I/usr/include/ei

Re: [e-users] Compiling SVN issues.

2009-03-09 Thread Dave Andreoli
- "smurfd" ha scritto: > Hi, > > im freneticly trying to compile the somewhat newest SVN release... but > no go. > > seems to have todo with the EINA thing.. lots of new functions > messing > things up like > > EINA_LIST_FREEl() > somefunction(); > > complains about like e_config.c:1

[e-users] Compiling SVN issues.

2009-03-09 Thread smurfd
Hi, im freneticly trying to compile the somewhat newest SVN release... but no go. seems to have todo with the EINA thing.. lots of new functions messing things up like EINA_LIST_FREEl() somefunction(); complains about like e_config.c:1117 expected ; before { is there somewhere to see what