View Single Post
  #3   (View Single Post)  
Old 3rd October 2008
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

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."
And this came out:
"# ./configure -I/usr/local/include -L/usr/local/lib

Unrecognized option "-I/usr/local/include"

Usage: ./configure [OPTIONS]...

Configuration:
-h, --help display this help and exit
--nofatal don't abort on errors
--disable-xpcom disable XPCOM and related stuff
--disable-python disable python bindings
--disable-sdl-ttf disable SDL_ttf detection
--disable-alsa disable the ALSA sound backend
--disable-pulse disable the PulseAudio backend
--disable-kmods don't build Linux kernel modules (host and guest)
--disable-hardening don't be strict about /dev/vboxdrv access
--build-libxml2 build libxml2 from sources
--build-libxslt build libxslt from sources
--setup-wine setup a Wine directory and register the hhc hack

Paths:
--with-gcc=PATH location of the gcc compiler [gcc]
--with-g++=PATH location of the g++ compiler [g++]
--with-gcc-compat=PATH location of the gcc compiler for recompiler [gcc]
--with-kbuild=DIR kbuild directory [/usr/home/moleque/VirtualBox-2.0.0/kBuild]
--with-iasl=PATH location of the iasl compiler [iasl]
--with-linux=DIR Linux kernel source directory [/usr/src/linux]
--with-mkisofs=PATH location of mkisofs [mkisofs]
--with-qt-dir=DIR directory for Qt3 headers/libraries [/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 /usr/X11R6 /usr/lib/qt]
--with-qt4-dir=DIR directory for Qt4 headers/libraries [pkgconfig]

Build type:
-d, --build-debug build with debugging symbols and assertions
--build-profile build with profiling support
--build-headless build headless (without any X11 frontend)
#
"

Reply With Quote