Re: [E-devel] e16 : file.c

2004-09-01 Thread Michael Jennings
On Wednesday, 01 September 2004, at 12:14:40 (+0400), Vadik Mironov wrote: These two patches replace broken getword function in file.c with the not broken one (I hope). Also i made small warkaround about one bug, and i submit another patch later, but i need this function, so it will be really

Re: [E-devel] e16 : file.c

2004-09-01 Thread Vadik Mironov
01 2004 19:01, Michael Jennings : On Wednesday, 01 September 2004, at 12:14:40 (+0400), Vadik Mironov wrote: These two patches replace broken getword function in file.c with the not broken one (I hope). Also i made small warkaround about one bug, and i submit another patch later, but i

Re: [E-devel] e16 : file.c

2004-09-01 Thread Kim Woelders
Vadik Mironov wrote: Good day, everybody ! These two patches replace broken getword function in file.c with the not broken one (I hope). Also i made small warkaround about one bug, and i submit another patch later, but i need this function, so it will be really cool, if somebody merge these

Re: [E-devel] building e16 CVS

2004-09-01 Thread Kim Woelders
Andreas Røsdal wrote: Hi, I'm trying to build e16 from CVS, but run into problems. Mostly because there are no Makefile.in files in any directories. The errors I get are not what I call intuitive Any help? Andreas Røsdal Running Mandrake 10.1, with: autoconf (GNU Autoconf) 2.59 automake

[E-devel] emotion won't compile (fwd)

2004-09-01 Thread Jeremy A. Kolb
I get this: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../.. -I../../src/lib -I../../src/modules -I/usr/include -O -march=athlon-tbird -mmmx -m3dnow -pipe -O3 -c emotion_xine.c -fPIC -DPIC -o .libs/emotion_xine.o emotion_xine.c: In function `em_meta_get': emotion_xine.c:997: error:

Re: [E-devel] emotion won't compile (fwd)

2004-09-01 Thread Mike Frysinger
On Wednesday 01 September 2004 05:43 pm, Jeremy A. Kolb wrote: I get this: i'd help if you mentioned what version of xine-lib you have ... -mike --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer

Re: [E-devel] emotion won't compile (fwd)

2004-09-01 Thread Henry Jen
On Wed, 2004-09-01 at 17:43 -0400, Jeremy A. Kolb wrote: I get this: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../.. -I../../src/lib -I../../src/modules -I/usr/include -O -march=athlon-tbird -mmmx -m3dnow -pipe -O3 -c emotion_xine.c -fPIC -DPIC -o .libs/emotion_xine.o

Re: [E-devel] emotion won't compile (fwd)

2004-09-01 Thread Jeremy A. Kolb
Thanks, that did it. Jeremy On Wed, 1 Sep 2004, Henry Jen wrote: On Wed, 2004-09-01 at 17:43 -0400, Jeremy A. Kolb wrote: I get this: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../.. -I../../src/lib -I../../src/modules -I/usr/include -O -march=athlon-tbird -mmmx -m3dnow