Compiling Pioneer on FreeBSD
-
hokuspokus
- Posts: 3
- Joined: Tue Jun 04, 2013 6:06 am
Compiling Pioneer on FreeBSD
Hello all I`m trying to build Pioneer on my FreeBSD OS.When I run configure it stops at "checking for ASSIMP version >=3.0 not found."The most recent version is 3.0.1 in freebsd portstree.How can I run configure with assimp version 3.0.1 ? greetingskarimthank you
RE: Compiling Pioneer on FreeBSD
The configure script does some tricks with assimp which might not work properly on non-Linux platforms. Could you please post your config.log somewhere and link to it here. It should have all the information I need to figure out what the problem is.
-
hokuspokus
- Posts: 3
- Joined: Tue Jun 04, 2013 6:06 am
RE: Compiling Pioneer on FreeBSD
hi , here is my config log. copy paste
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by pioneer configure 0.00, which wasgenerated by GNU Autoconf 2.69. Invocation command line was $ ./configure##
#### Platform. ####
##hostname = delluname -m = i386uname -r = 9.1-RELEASEuname -s = FreeBSDuname -v = FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC/usr/bin/uname -p = i386/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /sbinPATH: /binPATH: /usr/sbinPATH: /usr/binPATH: /usr/gamesPATH: /usr/local/sbinPATH: /usr/local/binPATH: /home/kafo/bin##
#### Core tests. ####
##configure
checking for a BSD-compatible installconfigure
result: /usr/bin/install -cconfigure
checking whether build environment is saneconfigure
result: yesconfigure
checking for a thread-safe mkdir -pconfigure
result: ./install-sh -c -dconfigure
checking for gawkconfigure
found /usr/local/bin/gawkconfigure
result: gawkconfigure
checking whether make sets $(MAKE)configure
result: yesconfigure
checking build system typeconfigure
result: i386-unknown-freebsd9.1configure
checking host system typeconfigure
result: i386-unknown-freebsd9.1configure
checking for gccconfigure
found /usr/bin/gccconfigure
result: gccconfigure
checking for C compiler versionconfigure
gcc --version >&5gcc (GCC) 4.2.1 20070831 patched [FreeBSD]Copyright (C) 2007 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure
$? = 0configure
gcc -v >&5Using built-in specs.Target: i386-undermydesk-freebsdConfigured with: FreeBSD/i386 system compilerThread model: posixgcc version 4.2.1 20070831 patched [FreeBSD]configure
$? = 0configure
gcc -V >&5gcc: '-V' option must have argumentconfigure
$? = 1configure
gcc -qversion >&5gcc: unrecognized option '-qversion'gcc: No input files specifiedconfigure
$? = 1configure
checking whether the C compiler worksconfigure
gcc conftest.c >&5configure
$? = 0configure
result: yesconfigure
checking for C compiler default output file nameconfigure
result: a.outconfigure
checking for suffix of executablesconfigure
gcc -o conftest conftest.c >&5configure
$? = 0configure
result:configure
checking whether we are cross compilingconfigure
gcc -o conftest conftest.c >&5configure
$? = 0configure
./conftestconfigure
$? = 0configure
result: noconfigure
checking for suffix of object filesconfigure
gcc -c conftest.c >&5configure
$? = 0configure
result: oconfigure
checking whether we are using the GNU C compilerconfigure
gcc -c conftest.c >&5configure
$? = 0configure
result: yesconfigure
checking whether gcc accepts -gconfigure
gcc -c -g conftest.c >&5configure
$? = 0configure
result: yesconfigure
checking for gcc option to accept ISO C89configure
gcc -c -g -O2 conftest.c >&5configure
$? = 0configure
result: none neededconfigure
checking for style of include used by makeconfigure
result: GNUconfigure
checking dependency style of gccconfigure
result: gcc3configure
checking for g++configure
found /usr/bin/g++configure
result: g++configure
checking for C++ compiler versionconfigure
g++ --version >&5g++ (GCC) 4.2.1 20070831 patched [FreeBSD]Copyright (C) 2007 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure
$? = 0configure
g++ -v >&5Using built-in specs.Target: i386-undermydesk-freebsdConfigured with: FreeBSD/i386 system compilerThread model: posixgcc version 4.2.1 20070831 patched [FreeBSD]configure
$? = 0configure
g++ -V >&5g++: '-V' option must have argumentconfigure
$? = 1configure
g++ -qversion >&5g++: unrecognized option '-qversion'g++: No input files specifiedconfigure
$? = 1configure
checking whether we are using the GNU C++ compilerconfigure
g++ -c conftest.cpp >&5configure
$? = 0configure
result: yesconfigure
checking whether g++ accepts -gconfigure
g++ -c -g conftest.cpp >&5configure
$? = 0configure
result: yesconfigure
checking dependency style of g++configure:4068: result: gcc3configure:4084: checking for an ANSI C-conforming constconfigure:4150: gcc -c -g -O2 conftest.c >&5configure:4150: $? = 0configure:4157: result: yesconfigure:4208: checking for ranlibconfigure:4224: found /usr/bin/ranlibconfigure:4235: result: ranlibconfigure:4270: checking whether make supports nested variablesconfigure:4287: result: yesconfigure:4383: checking to see if gcc/g++ supports -Wallconfigure:4396: gcc -c -g -O2 -Werror -Wall conftest.c >&5configure:4396: $? = 0configure:4397: result: yesconfigure:4521: This is a git checkoutconfigure:4527: git ref: f716334configure:4576: checking to see if gcc/g++ supports -Wformatconfigure:4589: gcc -c -g -O2 -Werror -Wformat conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wstrict-aliasing=2configure:4589: gcc -c -g -O2 -Werror -Wstrict-aliasing=2 conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wmissing-format-attributeconfigure:4589: gcc -c -g -O2 -Werror -Wmissing-format-attribute conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wmissing-noreturnconfigure:4589: gcc -c -g -O2 -Werror -Wmissing-noreturn conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wdisabled-optimizationconfigure:4589: gcc -c -g -O2 -Werror -Wdisabled-optimization conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wfloat-equalconfigure:4589: gcc -c -g -O2 -Werror -Wfloat-equal conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wshadowconfigure:4589: gcc -c -g -O2 -Werror -Wshadow conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wcast-qualconfigure:4589: gcc -c -g -O2 -Werror -Wcast-qual conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4576: checking to see if gcc/g++ supports -Wcast-alignconfigure:4589: gcc -c -g -O2 -Werror -Wcast-align conftest.c >&5configure:4589: $? = 0configure:4590: result: yesconfigure:4614: checking to see if gcc/g++ supports -Wformat -Wformat-securityconfigure:4627: gcc -c -g -O2 -Werror -Wformat -Wformat-security conftest.c >&5configure:4627: $? = 0configure:4628: result: yesconfigure:4655: checking to see if gcc supports -Wno-format-zero-lengthconfigure:4668: gcc -c -g -O2 -Werror -Wno-format-zero-length conftest.c >&5configure:4668: $? = 0configure:4669: result: yesconfigure:4655: checking to see if gcc supports -Werror-implicit-function-declarationconfigure:4668: gcc -c -g -O2 -Werror -Werror-implicit-function-declaration conftest.c >&5configure:4668: $? = 0configure:4669: result: yesconfigure:4699: checking to see if g++ supports -Wstrict-null-sentinelconfigure:4712: g++ -c -g -O2 -Werror -Wstrict-null-sentinel conftest.cpp >&5configure:4712: $? = 0configure:4713: result: yesconfigure:4699: checking to see if g++ supports -Wold-style-castconfigure:4712: g++ -c -g -O2 -Werror -Wold-style-cast conftest.cpp >&5configure:4712: $? = 0configure:4713: result: yesconfigure:4699: checking to see if g++ supports -Wsign-promoconfigure:4712: g++ -c -g -O2 -Werror -Wsign-promo conftest.cpp >&5configure:4712: $? = 0configure:4713: result: yesconfigure:4732: WARNING: Using the default value for PIONEER_DATA_DIR.configure:4734: WARNING: Installing is NOT recommended.configure:4736: WARNING: IF YOU ARE PACKAGING PIONEER, SET THIS VARIABLE!configure:4738: WARNING: To install: make install DESTDIR=/path/to/install/dir/configure:4740: WARNING: The trailing path separator is required.configure:4742: WARNING: The installed Pioneer is only runnable from that directory.configure:4824: checking for pkg-configconfigure:4842: found /usr/local/bin/pkg-configconfigure:4854: result: /usr/local/bin/pkg-configconfigure:4879: checking pkg-config is at least version 0.9.0configure:4882: result: yesconfigure:4892: checking for SIGCconfigure:4899: $PKG_CONFIG --exists --print-errors "sigc++-2.0"configure:4902: $? = 0configure:4916: $PKG_CONFIG --exists --print-errors "sigc++-2.0"configure:4919: $? = 0configure:4977: result: yesconfigure:4984: checking for SDLconfigure:4991: $PKG_CONFIG --exists --print-errors "sdl SDL_image"configure:4994: $? = 0configure:5008: $PKG_CONFIG --exists --print-errors "sdl SDL_image"configure:5011: $? = 0configure:5069: result: yesconfigure:5076: checking for FREETYPEconfigure:5083: $PKG_CONFIG --exists --print-errors "freetype2"configure:5086: $? = 0configure:5100: $PKG_CONFIG --exists --print-errors "freetype2"configure:5103: $? = 0configure:5161: result: yesconfigure:5168: checking for VORBISconfigure:5175: $PKG_CONFIG --exists --print-errors "vorbisfile"configure:5178: $? = 0configure:5192: $PKG_CONFIG --exists --print-errors "vorbisfile"configure:5195: $? = 0configure:5253: result: yesconfigure:5260: checking for PNGconfigure:5267: $PKG_CONFIG --exists --print-errors "libpng"configure:5270: $? = 0configure:5284: $PKG_CONFIG --exists --print-errors "libpng"configure:5287: $? = 0configure:5345: result: yesconfigure:5352: checking for ASSIMPconfigure:5359: $PKG_CONFIG --exists --print-errors "assimp"configure:5362: $? = 0configure:5376: $PKG_CONFIG --exists --print-errors "assimp"configure:5379: $? = 0configure:5437: result: yesconfigure:5446: checking for ASSIMP version >= 3.0configure:5481: g++ -o conftest -I/usr/local/include conftest.cpp -L/usr/local/lib -lassimp -Wl,-rpath,/usr/local/lib -lassimp >&5/usr/local/lib/libassimp.so: undefined reference to `std:GDN__detail:GDN_List_node_base:GDN_M_unhook()@GLIBCXX_3.4.15'/usr/local/lib/libassimp.so: undefined reference to `std:GDN__detail:GDN_List_node_base:GDN_M_hook(std:GDN__detail:GDN_List_node_base*)@GLIBCXX_3.4.15'/usr/local/lib/libassimp.so: undefined reference to `std::ctype<char>:GDN_M_widen_init() const@GLIBCXX_3.4.11'/usr/local/lib/libassimp.so: undefined reference to `std:GDN__detail:GDN_List_node_base::swap(std:GDN__detail:GDN_List_node_base&, std:GDN__detail:GDN_List_node_base&)@GLIBCXX_3.4.15'/usr/local/lib/libassimp.so: undefined reference to `std:GDN__detail:GDN_List_node_base:GDN_M_transfer(std:GDN__detail:GDN_List_node_base*, std:GDN__detail:GDN_List_node_base*)@GLIBCXX_3.4.15'configure:5481: $? = 1configure: program exited with status 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "pioneer"| #define PACKAGE_TARNAME "pioneer"| #define PACKAGE_VERSION "0.00"| #define PACKAGE_STRING "pioneer 0.00"| #define PACKAGE_BUGREPORT "pioneer-dev@pioneerspacesim.net"| #define PACKAGE_URL ""| #define PACKAGE "pioneer"| #define VERSION "0.00"| /* end confdefs.h. */| #include <assimp/defs.h>| #include <assimp/version.h>| int| main ()| {| do {| if (aiGetVersionMajor() >= 3 && aiGetVersionMinor() >= 0)| return 0;| return 1;| } while(0)| ;| return 0;| }configure:5486: result: noconfigure:5500: error: "assimp version >= 3.0 not found. Get it from [url]https://assimp.sourceforge.net/[/url]
#### Cache variables. ####
##ac_cv_build=i386-unknown-freebsd9.1ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_cxx_compiler_gnu=yesac_cv_env_ASSIMP_CFLAGS_set=''ac_cv_env_ASSIMP_CFLAGS_value=''ac_cv_env_ASSIMP_LIBS_set=''ac_cv_env_ASSIMP_LIBS_value=''ac_cv_env_CCC_set=''ac_cv_env_CCC_value=''ac_cv_env_CC_set=''ac_cv_env_CC_value=''ac_cv_env_CFLAGS_set=''ac_cv_env_CFLAGS_value=''ac_cv_env_CPPFLAGS_set=''ac_cv_env_CPPFLAGS_value=''ac_cv_env_CXXFLAGS_set=''ac_cv_env_CXXFLAGS_value=''ac_cv_env_CXX_set=''ac_cv_env_CXX_value=''ac_cv_env_FREETYPE_CFLAGS_set=''ac_cv_env_FREETYPE_CFLAGS_value=''ac_cv_env_FREETYPE_LIBS_set=''ac_cv_env_FREETYPE_LIBS_value=''ac_cv_env_GLEW_CFLAGS_set=''ac_cv_env_GLEW_CFLAGS_value=''ac_cv_env_GLEW_LIBS_set=''ac_cv_env_GLEW_LIBS_value=''ac_cv_env_GLU_CFLAGS_set=''ac_cv_env_GLU_CFLAGS_value=''ac_cv_env_GLU_LIBS_set=''ac_cv_env_GLU_LIBS_value=''ac_cv_env_GL_CFLAGS_set=''ac_cv_env_GL_CFLAGS_value=''ac_cv_env_GL_LIBS_set=''ac_cv_env_GL_LIBS_value=''ac_cv_env_LDFLAGS_set=''ac_cv_env_LDFLAGS_value=''ac_cv_env_LIBS_set=''ac_cv_env_LIBS_value=''ac_cv_env_LUA_CFLAGS_set=''ac_cv_env_LUA_CFLAGS_value=''ac_cv_env_LUA_LIBS_set=''ac_cv_env_LUA_LIBS_value=''ac_cv_env_PIONEER_DATA_DIR_set=''ac_cv_env_PIONEER_DATA_DIR_value=''ac_cv_env_PKG_CONFIG_LIBDIR_set=''ac_cv_env_PKG_CONFIG_LIBDIR_value=''ac_cv_env_PKG_CONFIG_PATH_set=''ac_cv_env_PKG_CONFIG_PATH_value=''ac_cv_env_PKG_CONFIG_set=''ac_cv_env_PKG_CONFIG_value=''ac_cv_env_PNG_CFLAGS_set=''ac_cv_env_PNG_CFLAGS_value=''ac_cv_env_PNG_LIBS_set=''ac_cv_env_PNG_LIBS_value=''ac_cv_env_SDL_CFLAGS_set=''ac_cv_env_SDL_CFLAGS_value=''ac_cv_env_SDL_LIBS_set=''ac_cv_env_SDL_LIBS_value=''ac_cv_env_SIGC_CFLAGS_set=''ac_cv_env_SIGC_CFLAGS_value=''ac_cv_env_SIGC_LIBS_set=''ac_cv_env_SIGC_LIBS_value=''ac_cv_env_VORBIS_CFLAGS_set=''ac_cv_env_VORBIS_CFLAGS_value=''ac_cv_env_VORBIS_LIBS_set=''ac_cv_env_VORBIS_LIBS_value=''ac_cv_env_build_alias_set=''ac_cv_env_build_alias_value=''ac_cv_env_host_alias_set=''ac_cv_env_host_alias_value=''ac_cv_env_target_alias_set=''ac_cv_env_target_alias_value=''ac_cv_host=i386-unknown-freebsd9.1ac_cv_objext=oac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-configac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=''ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yespkg_cv_ASSIMP_CFLAGS='-I/usr/local/include/assimp 'pkg_cv_ASSIMP_LIBS='-L/usr/local/lib -lassimp 'pkg_cv_FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include 'pkg_cv_FREETYPE_LIBS='-L/usr/local/lib -lfreetype 'pkg_cv_PNG_CFLAGS='-I/usr/local/include/libpng15 'pkg_cv_PNG_LIBS='-L/usr/local/lib -lpng15 'pkg_cv_SDL_CFLAGS='-I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT 'pkg_cv_SDL_LIBS='-lSDL_image -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread 'pkg_cv_SIGC_CFLAGS='-I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include 'pkg_cv_SIGC_LIBS='-L/usr/local/lib -lsigc-2.0 'pkg_cv_VORBIS_CFLAGS='-I/usr/local/include 'pkg_cv_VORBIS_LIBS='-lvorbisfile -lvorbis -lm -L/usr/local/lib -logg '##
#### Output variables. ####
##ACLOCAL='${SHELL} /home/kafo/pioneer/missing --run aclocal-1.12'AMDEPBACKSLASH=''AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AM_BACKSLASH=''AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'AM_DEFAULT_VERBOSITY='1'AM_V='$(V)'ASSIMP_CFLAGS='-I/usr/local/include'ASSIMP_LIBS='-L/usr/local/lib -lassimp 'AUTOCONF='${SHELL} /home/kafo/pioneer/missing --run autoconf'AUTOHEADER='${SHELL} /home/kafo/pioneer/missing --run autoheader'AUTOMAKE='${SHELL} /home/kafo/pioneer/missing --run automake-1.12'AWK='gawk'BUILD_POSIX_FALSE=''BUILD_POSIX_TRUE=''BUILD_WIN32_FALSE=''BUILD_WIN32_TRUE=''CC='gcc'CCACHE=''CCDEPMODE='depmode=gcc3'CFLAGS='-g -O2'CPPFLAGS=''CXX='g++'CXXDEPMODE='depmode=gcc3'CXXFLAGS='-I/usr/local/include'CYGPATH_W='echo'DEFS=''DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''EXTRA_CFLAGS=''EXTRA_CPPFLAGS=' -DPIONEER_VERSION="git" -DPIONEER_EXTRAVERSION="f716334"'EXTRA_CXXFLAGS=''EXTRA_LIBS=''FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include 'FREETYPE_LIBS='-L/usr/local/lib -lfreetype 'GLEW_CFLAGS=''GLEW_LIBS=''GLU_CFLAGS=''GLU_LIBS=''GL_CFLAGS=''GL_LIBS=''HAVE_LUA_FALSE=''HAVE_LUA_TRUE=''HAVE_WINDRES_FALSE=''HAVE_WINDRES_TRUE='#'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS='-L/usr/local/lib -lassimp -Wl,-rpath,/usr/local/lib -lassimp'LTLIBOBJS=''LUA_CFLAGS=''LUA_LIBS=''MAKEINFO='${SHELL} /home/kafo/pioneer/missing --run makeinfo'MINGW_LIBS=''MKDIR_P='./install-sh -c -d'MXE_BASE=''MXE_CMAKE_TOOLCHAIN_FILE=''MXE_CROSS=''MXE_PATH=''MXE_WINDRES=''OBJEXT='o'OPTIMISE='-O3'PACKAGE='pioneer'PACKAGE_BUGREPORT='pioneer-dev@pioneerspacesim.net'PACKAGE_NAME='pioneer'PACKAGE_STRING='pioneer 0.00'PACKAGE_TARNAME='pioneer'PACKAGE_URL=''PACKAGE_VERSION='0.00'PATH_SEPARATOR=':'PIONEER_DATA_DIR='data'PKG_CONFIG='/usr/local/bin/pkg-config'PKG_CONFIG_LIBDIR=''PKG_CONFIG_PATH=''PLATFORM=''PNG_CFLAGS='-I/usr/local/include/libpng15 'PNG_LIBS='-L/usr/local/lib -lpng15 'RANLIB='ranlib'SDL_CFLAGS='-I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT 'SDL_LIBS='-lSDL_image -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread 'SET_MAKE=''SHELL='/bin/sh'SIGC_CFLAGS='-I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include 'SIGC_LIBS='-L/usr/local/lib -lsigc-2.0 'STRIP=''VERSION='0.00'VORBIS_CFLAGS='-I/usr/local/include 'VORBIS_LIBS='-lvorbisfile -lvorbis -lm -L/usr/local/lib -logg 'WARN_CFLAGS=' -Wall -Wformat -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization -Wfloat-equal -Wshadow -Wcast-qual -Wcast-align -Wformat -Wformat-security -Wno-format-zero-length -Werror-implicit-function-declaration'WARN_CPPFLAGS=''WARN_CXXFLAGS=' -Wall -Wformat -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization -Wfloat-equal -Wshadow -Wcast-qual -Wcast-align -Wformat-security -Wstrict-null-sentinel -Wold-style-cast -Wsign-promo'ac_ct_CC='gcc'ac_ct_CXX='g++'am__EXEEXT_FALSE=''am__EXEEXT_TRUE=''am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__fastdepCXX_FALSE='#'am__fastdepCXX_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__nodep='_no'am__quote=''am__tar='$${TAR-tar} chof - "$$tardir"'am__untar='$${TAR-tar} xf -'bindir='${exec_prefix}/bin'build='i386-unknown-freebsd9.1'build_alias=''build_cpu='i386'build_os='freebsd9.1'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='NONE'host='i386-unknown-freebsd9.1'host_alias=''host_cpu='i386'host_os='freebsd9.1'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /home/kafo/pioneer/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='$(MKDIR_P)'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='NONE'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''##
#### confdefs.h. ####
##/* confdefs.h */#define PACKAGE_NAME "pioneer"#define PACKAGE_TARNAME "pioneer"#define PACKAGE_VERSION "0.00"#define PACKAGE_STRING "pioneer 0.00"#define PACKAGE_BUGREPORT "pioneer-dev@pioneerspacesim.net"#define PACKAGE_URL ""#define PACKAGE "pioneer"#define VERSION "0.00"configure: exit 1
#### Platform. ####
##hostname = delluname -m = i386uname -r = 9.1-RELEASEuname -s = FreeBSDuname -v = FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC/usr/bin/uname -p = i386/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /sbinPATH: /binPATH: /usr/sbinPATH: /usr/binPATH: /usr/gamesPATH: /usr/local/sbinPATH: /usr/local/binPATH: /home/kafo/bin##
#### Core tests. ####
##configure
#### Cache variables. ####
##ac_cv_build=i386-unknown-freebsd9.1ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_cxx_compiler_gnu=yesac_cv_env_ASSIMP_CFLAGS_set=''ac_cv_env_ASSIMP_CFLAGS_value=''ac_cv_env_ASSIMP_LIBS_set=''ac_cv_env_ASSIMP_LIBS_value=''ac_cv_env_CCC_set=''ac_cv_env_CCC_value=''ac_cv_env_CC_set=''ac_cv_env_CC_value=''ac_cv_env_CFLAGS_set=''ac_cv_env_CFLAGS_value=''ac_cv_env_CPPFLAGS_set=''ac_cv_env_CPPFLAGS_value=''ac_cv_env_CXXFLAGS_set=''ac_cv_env_CXXFLAGS_value=''ac_cv_env_CXX_set=''ac_cv_env_CXX_value=''ac_cv_env_FREETYPE_CFLAGS_set=''ac_cv_env_FREETYPE_CFLAGS_value=''ac_cv_env_FREETYPE_LIBS_set=''ac_cv_env_FREETYPE_LIBS_value=''ac_cv_env_GLEW_CFLAGS_set=''ac_cv_env_GLEW_CFLAGS_value=''ac_cv_env_GLEW_LIBS_set=''ac_cv_env_GLEW_LIBS_value=''ac_cv_env_GLU_CFLAGS_set=''ac_cv_env_GLU_CFLAGS_value=''ac_cv_env_GLU_LIBS_set=''ac_cv_env_GLU_LIBS_value=''ac_cv_env_GL_CFLAGS_set=''ac_cv_env_GL_CFLAGS_value=''ac_cv_env_GL_LIBS_set=''ac_cv_env_GL_LIBS_value=''ac_cv_env_LDFLAGS_set=''ac_cv_env_LDFLAGS_value=''ac_cv_env_LIBS_set=''ac_cv_env_LIBS_value=''ac_cv_env_LUA_CFLAGS_set=''ac_cv_env_LUA_CFLAGS_value=''ac_cv_env_LUA_LIBS_set=''ac_cv_env_LUA_LIBS_value=''ac_cv_env_PIONEER_DATA_DIR_set=''ac_cv_env_PIONEER_DATA_DIR_value=''ac_cv_env_PKG_CONFIG_LIBDIR_set=''ac_cv_env_PKG_CONFIG_LIBDIR_value=''ac_cv_env_PKG_CONFIG_PATH_set=''ac_cv_env_PKG_CONFIG_PATH_value=''ac_cv_env_PKG_CONFIG_set=''ac_cv_env_PKG_CONFIG_value=''ac_cv_env_PNG_CFLAGS_set=''ac_cv_env_PNG_CFLAGS_value=''ac_cv_env_PNG_LIBS_set=''ac_cv_env_PNG_LIBS_value=''ac_cv_env_SDL_CFLAGS_set=''ac_cv_env_SDL_CFLAGS_value=''ac_cv_env_SDL_LIBS_set=''ac_cv_env_SDL_LIBS_value=''ac_cv_env_SIGC_CFLAGS_set=''ac_cv_env_SIGC_CFLAGS_value=''ac_cv_env_SIGC_LIBS_set=''ac_cv_env_SIGC_LIBS_value=''ac_cv_env_VORBIS_CFLAGS_set=''ac_cv_env_VORBIS_CFLAGS_value=''ac_cv_env_VORBIS_LIBS_set=''ac_cv_env_VORBIS_LIBS_value=''ac_cv_env_build_alias_set=''ac_cv_env_build_alias_value=''ac_cv_env_host_alias_set=''ac_cv_env_host_alias_value=''ac_cv_env_target_alias_set=''ac_cv_env_target_alias_value=''ac_cv_host=i386-unknown-freebsd9.1ac_cv_objext=oac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-configac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=''ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yespkg_cv_ASSIMP_CFLAGS='-I/usr/local/include/assimp 'pkg_cv_ASSIMP_LIBS='-L/usr/local/lib -lassimp 'pkg_cv_FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include 'pkg_cv_FREETYPE_LIBS='-L/usr/local/lib -lfreetype 'pkg_cv_PNG_CFLAGS='-I/usr/local/include/libpng15 'pkg_cv_PNG_LIBS='-L/usr/local/lib -lpng15 'pkg_cv_SDL_CFLAGS='-I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT 'pkg_cv_SDL_LIBS='-lSDL_image -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread 'pkg_cv_SIGC_CFLAGS='-I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include 'pkg_cv_SIGC_LIBS='-L/usr/local/lib -lsigc-2.0 'pkg_cv_VORBIS_CFLAGS='-I/usr/local/include 'pkg_cv_VORBIS_LIBS='-lvorbisfile -lvorbis -lm -L/usr/local/lib -logg '##
#### Output variables. ####
##ACLOCAL='${SHELL} /home/kafo/pioneer/missing --run aclocal-1.12'AMDEPBACKSLASH=''AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AM_BACKSLASH=''AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'AM_DEFAULT_VERBOSITY='1'AM_V='$(V)'ASSIMP_CFLAGS='-I/usr/local/include'ASSIMP_LIBS='-L/usr/local/lib -lassimp 'AUTOCONF='${SHELL} /home/kafo/pioneer/missing --run autoconf'AUTOHEADER='${SHELL} /home/kafo/pioneer/missing --run autoheader'AUTOMAKE='${SHELL} /home/kafo/pioneer/missing --run automake-1.12'AWK='gawk'BUILD_POSIX_FALSE=''BUILD_POSIX_TRUE=''BUILD_WIN32_FALSE=''BUILD_WIN32_TRUE=''CC='gcc'CCACHE=''CCDEPMODE='depmode=gcc3'CFLAGS='-g -O2'CPPFLAGS=''CXX='g++'CXXDEPMODE='depmode=gcc3'CXXFLAGS='-I/usr/local/include'CYGPATH_W='echo'DEFS=''DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''EXTRA_CFLAGS=''EXTRA_CPPFLAGS=' -DPIONEER_VERSION="git" -DPIONEER_EXTRAVERSION="f716334"'EXTRA_CXXFLAGS=''EXTRA_LIBS=''FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include 'FREETYPE_LIBS='-L/usr/local/lib -lfreetype 'GLEW_CFLAGS=''GLEW_LIBS=''GLU_CFLAGS=''GLU_LIBS=''GL_CFLAGS=''GL_LIBS=''HAVE_LUA_FALSE=''HAVE_LUA_TRUE=''HAVE_WINDRES_FALSE=''HAVE_WINDRES_TRUE='#'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS='-L/usr/local/lib -lassimp -Wl,-rpath,/usr/local/lib -lassimp'LTLIBOBJS=''LUA_CFLAGS=''LUA_LIBS=''MAKEINFO='${SHELL} /home/kafo/pioneer/missing --run makeinfo'MINGW_LIBS=''MKDIR_P='./install-sh -c -d'MXE_BASE=''MXE_CMAKE_TOOLCHAIN_FILE=''MXE_CROSS=''MXE_PATH=''MXE_WINDRES=''OBJEXT='o'OPTIMISE='-O3'PACKAGE='pioneer'PACKAGE_BUGREPORT='pioneer-dev@pioneerspacesim.net'PACKAGE_NAME='pioneer'PACKAGE_STRING='pioneer 0.00'PACKAGE_TARNAME='pioneer'PACKAGE_URL=''PACKAGE_VERSION='0.00'PATH_SEPARATOR=':'PIONEER_DATA_DIR='data'PKG_CONFIG='/usr/local/bin/pkg-config'PKG_CONFIG_LIBDIR=''PKG_CONFIG_PATH=''PLATFORM=''PNG_CFLAGS='-I/usr/local/include/libpng15 'PNG_LIBS='-L/usr/local/lib -lpng15 'RANLIB='ranlib'SDL_CFLAGS='-I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT 'SDL_LIBS='-lSDL_image -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread 'SET_MAKE=''SHELL='/bin/sh'SIGC_CFLAGS='-I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include 'SIGC_LIBS='-L/usr/local/lib -lsigc-2.0 'STRIP=''VERSION='0.00'VORBIS_CFLAGS='-I/usr/local/include 'VORBIS_LIBS='-lvorbisfile -lvorbis -lm -L/usr/local/lib -logg 'WARN_CFLAGS=' -Wall -Wformat -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization -Wfloat-equal -Wshadow -Wcast-qual -Wcast-align -Wformat -Wformat-security -Wno-format-zero-length -Werror-implicit-function-declaration'WARN_CPPFLAGS=''WARN_CXXFLAGS=' -Wall -Wformat -Wstrict-aliasing=2 -Wmissing-format-attribute -Wmissing-noreturn -Wdisabled-optimization -Wfloat-equal -Wshadow -Wcast-qual -Wcast-align -Wformat-security -Wstrict-null-sentinel -Wold-style-cast -Wsign-promo'ac_ct_CC='gcc'ac_ct_CXX='g++'am__EXEEXT_FALSE=''am__EXEEXT_TRUE=''am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__fastdepCXX_FALSE='#'am__fastdepCXX_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__nodep='_no'am__quote=''am__tar='$${TAR-tar} chof - "$$tardir"'am__untar='$${TAR-tar} xf -'bindir='${exec_prefix}/bin'build='i386-unknown-freebsd9.1'build_alias=''build_cpu='i386'build_os='freebsd9.1'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='NONE'host='i386-unknown-freebsd9.1'host_alias=''host_cpu='i386'host_os='freebsd9.1'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /home/kafo/pioneer/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='$(MKDIR_P)'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='NONE'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''##
#### confdefs.h. ####
##/* confdefs.h */#define PACKAGE_NAME "pioneer"#define PACKAGE_TARNAME "pioneer"#define PACKAGE_VERSION "0.00"#define PACKAGE_STRING "pioneer 0.00"#define PACKAGE_BUGREPORT "pioneer-dev@pioneerspacesim.net"#define PACKAGE_URL ""#define PACKAGE "pioneer"#define VERSION "0.00"configure: exit 1
RE: Compiling Pioneer on FreeBSD
g++ (GCC) 4.2.1 20070831 patched [FreeBSD]Its nothing to do with assimp. Your GCC is ancient. You'll need at least 4.4 I believe, but 4.7 or 4.8 would be better.
-
hokuspokus
- Posts: 3
- Joined: Tue Jun 04, 2013 6:06 am
RE: Compiling Pioneer on FreeBSD
Its nothing to do with assimp. Your GCC is ancient. You'll need at least 4.4 I believe, but 4.7 or 4.8 would be better. Rob, I have two gcc installed on my system. gcc-4.2.5.20090325_5 which is marked as deprecated and gcc-4.6.3 Here is a short list===>>> fribidi-0.19.2_1===>>> gamin-0.1.10_5===>>> gcc-4.2.5.20090325_5 ===>>> This port is marked DEPRECATED ===>>> Superseded by GCC 4.6===>>> gcc-4.6.3===>>> gconf2-2.32.0_3===>>> gd-2.0.35_8,1===>>> gdk-pixbuf2-2.26.5_3===>>> gegl-0.2.0_2 So , how can I build pioneer with gcc-4.6.3 ?
RE: Compiling Pioneer on FreeBSD
Probably something like:CC=gcc-4.6.3 CXX=g++-4.6.3 ./configure