Hi,
as the old installation of ROOT didn't work with Lion I checked out the latest version from SVN and tried to configure and compile however the result is:
- Building libAfterImage ...
clang -m64 -O3 -DNO_DEBUG_OUTPUT -fPIC -Wall -mmmx -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include -c export.c -o export.o
export.c:500:22: error: incomplete definition of type 'struct png_struct_def'
if( setjmp(png_ptr->jmpbuf) )
~~~~~~~^
/usr/X11/include/png.h:795:16: note: forward declaration of 'struct png_struct_def'
typedef struct png_struct_def png_struct;
^
1 error generated.
make[1]: *** [export.o] Error 1
make: *** [graf2d/asimage/src/libAfterImage/libAfterImage.a] Error 2
Ideas?
Mario Kadastik, PhD
Researcher
---
"Physics is like sex, sure it may have practical reasons, but that's not why we do it"
-- Richard P. Feynman
Received on Thu Jul 21 2011 - 20:34:58 CEST