Date: Thu, 2 Oct 2008 14:54:22 +0000 From: Desmond Chapman <que_deseja@hotmail.com> To: <freebsd-questions@freebsd.org>, <vbox-dev@virtualbox.org> Subject: More vbox and build troubles. Message-ID: <BLU126-W48A10167A066B5601F1ABEED3D0@phx.gbl>
index | next in thread | raw e-mail
***** Checking libpng *****
compiling the following source file:
#include <cstdio>
#include <png.h>
extern "C" int main(void)
{
printf("found version %s", PNG_LIBPNG_VER_STRING);
#if PNG_LIBPNG_VER >= 10205
printf(", OK.\n");
return 0;
#else
printf(", expected version 1.2.5 or higher\n");
return 1;
#endif
}
using the following command line:
g++ -O -Wall -o .tmp_out .tmp_src.cc "-lpng "
.tmp_src.cc:2:17: error: png.h: No such file or directory
.tmp_src.cc: In function 'int main()':
.tmp_src.cc:5: error: 'PNG_LIBPNG_VER_STRING' was not declared in this scope
I need the headers for this library- libpng-1.2.32. Are they in ports as part of another package or do I need to build them? If so, how?
_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU126-W48A10167A066B5601F1ABEED3D0>
