The binary works fine, but when compiling I get:

g++ -DYS_VERSION_MAJOR=0 -DYS_VERSION_MINOR=4 -DYS_VERSION_PATCH=0  -O2 -march=i686 
-mcpu=i686 -I/usr/local/include/mjpegtools -Wall -W   -c -o graphics.o graphics.C
graphics.C: In member function `int ysRegion::parse_geometry(const char*)':
graphics.C:87: `DBG' undeclared (first use this function)
graphics.C:87: (Each undeclared identifier is reported only once for each 
   function it appears in.)
make: *** [graphics.o] Error 1

Is "DBG" a standard function or macro that I don't seem to have, or is
the definition missing in the source?

Also, there is no y4m-config.h in the src directory, so I grabbed it
from 0.3.0.

Dan



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to