On 17 April 2011 17:44, gabor papp <[email protected]> wrote: > Sorry, but I have bad news. I just updated my (Pentium 4, 32 bit) Ubuntu >> computer and this change broke Fluxus for me. I experimentally changed it >> back and now it compiles again for me. >> > could you post the error, please? >
zach@Carillon:~/Fluxus/fluxus$ scons scons: Reading SConscript files ... -------------------------------------------------------- Fluxus: Configuring Build Environment -------------------------------------------------------- Checking for C library m... (cached) yes Checking for C library pthread... (cached) yes Checking for C library dl... (cached) yes Checking for C library jpeg... (cached) yes Checking for C library tiff... (cached) yes Checking for C library freetype... (cached) yes Checking for C library z... (cached) yes Checking for C library png... (cached) yes Checking for C library ode... (cached) yes Checking for C library sndfile... (cached) yes Checking for C library fftw3... (cached) yes Checking for C library lo... (cached) yes Checking for C library GLEW... (cached) yes Checking for C library racket3m... (cached) yes Checking for C library jack... (cached) yes Checking for C library GL... (cached) yes Checking for C library GLU... (cached) yes Checking for C library glut... (cached) yes Checking for C library asound... (cached) yes Checking for C library openal... (cached) yes Checking for C function dInitODE2()... (cached) yes Checking for C++ function lo_arg_size_check()... (cached) yes Checking requirements for fluxus-video_ss ... Checking for C header file GL/glew.h... (cached) yes Checking for C header file gst/app/gstappsink.h... (cached) yes fluxus-video_ss requirements... yes scons: done reading SConscript files. scons: Building targets ... g++ -o src/Repl.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=17 -DRACKET_COLLECTS_LOCATION="\"/usr/local/lib/racket/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/usr/local/lib"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-017"\" -DGLSL -DMZ_PRECISE_GC -DdDOUBLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/local/include/racket -I/home/zach/libfluxus/src src/Repl.cpp src/Repl.cpp: In member function 'void fluxus::Repl::Print(Scheme_Object*)': src/Repl.cpp:107: error: invalid conversion from 'intptr_t*' to 'long int*' src/Repl.cpp:107: error: initializing argument 2 of 'char* scheme_display_to_string(Scheme_Object*, long int*)' src/Repl.cpp:114: error: invalid conversion from 'intptr_t*' to 'long int*' src/Repl.cpp:114: error: initializing argument 2 of 'char* scheme_display_to_string(Scheme_Object*, long int*)' scons: *** [src/Repl.o] Error 1 scons: building terminated because of errors. * * > gcc version I included that in the last mail; zach@Carillon:~/Fluxus/fluxus$ gcc --version gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 Copyright (C) 2010 Free Software Foundation, Inc. and the output of "grep intptr_t /usr/include/s > zach@Carillon:~/Fluxus/fluxus$ grep intptr_t /usr/include/stdint.h # ifndef __intptr_t_defined typedef long int intptr_t; # define __intptr_t_defined typedef unsigned long int uintptr_t; # ifndef __intptr_t_defined typedef int intptr_t; # define __intptr_t_defined typedef unsigned int uintptr_t; tdint.h" I hope that's of some use. Kas.
