To all SSC Station occupants
Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.
Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.
-D1-
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 ?
greetings
karim
thank you
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.
hi , here is my config log. copy paste 😉
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pioneer configure 0.00, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
##
##
## Platform. ##
##
##
hostname = dell
uname -m = i386
uname -r = 9.1-RELEASE
uname -s = FreeBSD
uname -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 = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/kafo/bin
##
##
## Core tests. ##
##
##
configure:2168: checking for a BSD-compatible install
configure:2236: result: /usr/bin/install -c
configure:2247: checking whether build environment is sane
configure:2302: result: yes
configure:2453: checking for a thread-safe mkdir -p
configure:2492: result: ./install-sh -c -d
configure:2499: checking for gawk
configure:2515: found /usr/local/bin/gawk
configure:2526: result: gawk
configure:2537: checking whether make sets $(MAKE)
configure:2559: result: yes
configure:2650: checking build system type
configure:2664: result: i386-unknown-freebsd9.1
configure:2684: checking host system type
configure:2697: result: i386-unknown-freebsd9.1
configure:2766: checking for gcc
configure:2782: found /usr/bin/gcc
configure:2793: result: gcc
configure:3022: checking for C compiler version
configure:3031: gcc --version >&5
gcc (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 NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3042: $? = 0
configure:3031: gcc -v >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070831 patched [FreeBSD]
configure:3042: $? = 0
configure:3031: gcc -V >&5
gcc: '-V' option must have argument
configure:3042: $? = 1
configure:3031: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: No input files specified
configure:3042: $? = 1
configure:3062: checking whether the C compiler works
configure:3084: gcc conftest.c >&5
configure:3088: $? = 0
configure:3136: result: yes
configure:3139: checking for C compiler default output file name
configure:3141: result: a.out
configure:3147: checking for suffix of executables
configure:3154: gcc -o conftest conftest.c >&5
configure:3158: $? = 0
configure:3180: result:
configure:3202: checking whether we are cross compiling
configure:3210: gcc -o conftest conftest.c >&5
configure:3214: $? = 0
configure:3221: ./conftest
configure:3225: $? = 0
configure:3240: result: no
configure:3245: checking for suffix of object files
configure:3267: gcc -c conftest.c >&5
configure:3271: $? = 0
configure:3292: result: o
configure:3296: checking whether we are using the GNU C compiler
configure:3315: gcc -c conftest.c >&5
configure:3315: $? = 0
configure:3324: result: yes
configure:3333: checking whether gcc accepts -g
configure:3353: gcc -c -g conftest.c >&5
configure:3353: $? = 0
configure:3394: result: yes
configure:3411: checking for gcc option to accept ISO C89
configure:3474: gcc -c -g -O2 conftest.c >&5
configure:3474: $? = 0
configure:3487: result: none needed
configure:3518: checking for style of include used by make
configure:3546: result: GNU
configure:3572: checking dependency style of gcc
configure:3683: result: gcc3
configure:3756: checking for g++
configure:3772: found /usr/bin/g++
configure:3783: result: g++
configure:3810: checking for C++ compiler version
configure:3819: g++ --version >&5
g++ (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 NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3830: $? = 0
configure:3819: g++ -v >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070831 patched [FreeBSD]
configure:3830: $? = 0
configure:3819: g++ -V >&5
g++: '-V' option must have argument
configure:3830: $? = 1
configure:3819: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: No input files specified
configure:3830: $? = 1
configure:3834: checking whether we are using the GNU C++ compiler
configure:3853: g++ -c conftest.cpp >&5
configure:3853: $? = 0
configure:3862: result: yes
configure:3871: checking whether g++ accepts -g
configure:3891: g++ -c -g conftest.cpp >&5
configure:3891: $? = 0
configure:3932: result: yes
configure:3957: checking dependency style of g++
configure:4068: result: gcc3
configure:4084: checking for an ANSI C-conforming const
configure:4150: gcc -c -g -O2 conftest.c >&5
configure:4150: $? = 0
configure:4157: result: yes
configure:4208: checking for ranlib
configure:4224: found /usr/bin/ranlib
configure:4235: result: ranlib
configure:4270: checking whether make supports nested variables
configure:4287: result: yes
configure:4383: checking to see if gcc/g++ supports -Wall
configure:4396: gcc -c -g -O2 -Werror -Wall conftest.c >&5
configure:4396: $? = 0
configure:4397: result: yes
configure:4521: This is a git checkout
configure:4527: git ref: f716334
configure:4576: checking to see if gcc/g++ supports -Wformat
configure:4589: gcc -c -g -O2 -Werror -Wformat conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wstrict-aliasing=2
configure:4589: gcc -c -g -O2 -Werror -Wstrict-aliasing=2 conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wmissing-format-attribute
configure:4589: gcc -c -g -O2 -Werror -Wmissing-format-attribute conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wmissing-noreturn
configure:4589: gcc -c -g -O2 -Werror -Wmissing-noreturn conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wdisabled-optimization
configure:4589: gcc -c -g -O2 -Werror -Wdisabled-optimization conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wfloat-equal
configure:4589: gcc -c -g -O2 -Werror -Wfloat-equal conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wshadow
configure:4589: gcc -c -g -O2 -Werror -Wshadow conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wcast-qual
configure:4589: gcc -c -g -O2 -Werror -Wcast-qual conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4576: checking to see if gcc/g++ supports -Wcast-align
configure:4589: gcc -c -g -O2 -Werror -Wcast-align conftest.c >&5
configure:4589: $? = 0
configure:4590: result: yes
configure:4614: checking to see if gcc/g++ supports -Wformat -Wformat-security
configure:4627: gcc -c -g -O2 -Werror -Wformat -Wformat-security conftest.c >&5
configure:4627: $? = 0
configure:4628: result: yes
configure:4655: checking to see if gcc supports -Wno-format-zero-length
configure:4668: gcc -c -g -O2 -Werror -Wno-format-zero-length conftest.c >&5
configure:4668: $? = 0
configure:4669: result: yes
configure:4655: checking to see if gcc supports -Werror-implicit-function-declaration
configure:4668: gcc -c -g -O2 -Werror -Werror-implicit-function-declaration conftest.c >&5
configure:4668: $? = 0
configure:4669: result: yes
configure:4699: checking to see if g++ supports -Wstrict-null-sentinel
configure:4712: g++ -c -g -O2 -Werror -Wstrict-null-sentinel conftest.cpp >&5
configure:4712: $? = 0
configure:4713: result: yes
configure:4699: checking to see if g++ supports -Wold-style-cast
configure:4712: g++ -c -g -O2 -Werror -Wold-style-cast conftest.cpp >&5
configure:4712: $? = 0
configure:4713: result: yes
configure:4699: checking to see if g++ supports -Wsign-promo
configure:4712: g++ -c -g -O2 -Werror -Wsign-promo conftest.cpp >&5
configure:4712: $? = 0
configure:4713: result: yes
configure: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-config
configure:4842: found /usr/local/bin/pkg-config
configure:4854: result: /usr/local/bin/pkg-config
configure:4879: checking pkg-config is at least version 0.9.0
configure:4882: result: yes
configure:4892: checking for SIGC
configure:4899: $PKG_CONFIG --exists --print-errors "sigc++-2.0"
configure:4902: $? = 0
configure:4916: $PKG_CONFIG --exists --print-errors "sigc++-2.0"
configure:4919: $? = 0
configure:4977: result: yes
configure:4984: checking for SDL
configure:4991: $PKG_CONFIG --exists --print-errors "sdl SDL_image"
configure:4994: $? = 0
configure:5008: $PKG_CONFIG --exists --print-errors "sdl SDL_image"
configure:5011: $? = 0
configure:5069: result: yes
configure:5076: checking for FREETYPE
configure:5083: $PKG_CONFIG --exists --print-errors "freetype2"
configure:5086: $? = 0
configure:5100: $PKG_CONFIG --exists --print-errors "freetype2"
configure:5103: $? = 0
configure:5161: result: yes
configure:5168: checking for VORBIS
configure:5175: $PKG_CONFIG --exists --print-errors "vorbisfile"
configure:5178: $? = 0
configure:5192: $PKG_CONFIG --exists --print-errors "vorbisfile"
configure:5195: $? = 0
configure:5253: result: yes
configure:5260: checking for PNG
configure:5267: $PKG_CONFIG --exists --print-errors "libpng"
configure:5270: $? = 0
configure:5284: $PKG_CONFIG --exists --print-errors "libpng"
configure:5287: $? = 0
configure:5345: result: yes
configure:5352: checking for ASSIMP
configure:5359: $PKG_CONFIG --exists --print-errors "assimp"
configure:5362: $? = 0
configure:5376: $PKG_CONFIG --exists --print-errors "assimp"
configure:5379: $? = 0
configure:5437: result: yes
configure:5446: checking for ASSIMP version >= 3.0
configure: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: $? = 1
configure: program exited with status 1
configure: 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: no
configure:5500: error: "assimp version >= 3.0 not found. Get it from https://assimp.sourceforge.net/ "
##
##
## Cache variables. ##
##
##
ac_cv_build=i386-unknown-freebsd9.1
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_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.1
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
pkg_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
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.
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 ?
Probably something like:
CC=gcc-4.6.3 CXX=g++-4.6.3 ./configure