zeroEvidence / flam3

Automatically exported from code.google.com/p/flam3
0 stars 0 forks source link

cannot satisfy dependencies; issue with png.h #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1../configure
2.make
3.make install

What is the expected output? What do you see instead?
make fails and outputs is as follows:

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/opt/local/include/libxml2 -g -O3 
-std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"/usr/local/share/flam3\" 
-DSVN_REV=\"exported\" -c png.c -o png.o
png.c: In function ‘read_png’:
png.c:145: error: dereferencing pointer to incomplete type
png.c:164: error: dereferencing pointer to incomplete type
png.c:166: error: dereferencing pointer to incomplete type
png.c:170: error: dereferencing pointer to incomplete type
png.c:171: error: dereferencing pointer to incomplete type
png.c:173: error: dereferencing pointer to incomplete type
png.c:175: error: dereferencing pointer to incomplete type
png.c:176: error: dereferencing pointer to incomplete type
png.c:185: error: dereferencing pointer to incomplete type
png.c:189: error: dereferencing pointer to incomplete type
png.c:195: error: dereferencing pointer to incomplete type
png.c:197: error: dereferencing pointer to incomplete type
png.c:199: error: dereferencing pointer to incomplete type
png.c:220: error: dereferencing pointer to incomplete type
make[1]: *** [png.lo] Error 1
make: *** [all] Error 2

What version of the product are you using? On what operating system?
v3 on OSX 10.7.5

Please provide any additional information below.
I cannot get oxidizer to run satisfactorily, so I am trying to install qosmic. 
I have installed all the listed dependencies listed in the read me file, I have 
even attempted alternate installation methods listed. Only more issues. 
Please help .

Original issue reported on code.google.com by anthonyt...@gmail.com on 14 May 2015 at 9:27