View Single Post
  #4   (View Single Post)  
Old 3rd October 2008
DNAeon DNAeon is offline
Shell Scout
 
Join Date: Sep 2008
Location: Bulgaria
Posts: 138
Default

Quote:
Originally Posted by Mr-Biscuit
The build is going good so far but libpng headers don't seem to be there. I've tried the suggested :
"Assuming you have the png port installed, add -I/usr/local/include
-L/usr/local/lib to your compile line."
You have to place a space between -I, -L and the path.

Code:
-I /usr/local/include -L /usr/local/lib
png.h and libpng.so are respectively in /usr/local/include/png.h and /usr/local/lib/libpng.so

Cheers,
--DNAeon
Reply With Quote