Jump to content

bjrn

Members+
  • Posts

    5
  • Joined

  • Last visited

Everything posted by bjrn

  1. sorry for slow reply but i was unable to reach the forum. i read that new version for osx was out and downloaded it but it said that it only worked on 10.12 osx and im on a 10.11 i did a git pull and compiled and BOOM it worked out of the box! many thanks for your patience and work!
  2. Almost there... did not use CC or CXX TFont_ttf::dimensions(char const*, int*, int*) in tfont.old: symbol(s) not found for architecture i386clang: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [raine] Error 1
  3. Now im at same spot as last user "_gluOrtho2D", referenced from: _opengl_reshape in opengl.old: symbol(s) not found for architecture i386clang: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [raine] Error 1 tried bothexport CC="gcc -m64"export CXX="g++ -m64" and:export CC="gcc -m32"export CXX="g++ -m32"
  4. I got a little bit further now. Got stucked by: Assembling source/sdl/gen_conv.s...source/sdl/gen_conv.s:40:10: error: invalid alignment value .align 32 ^make: *** [darwin-sdl/object/sdl/gen_conv.o] Error 1make: *** Waiting for unfinished jobs....
  5. i have same problem. i get follwing error when i run make Linking Raine...clang: error: no such file or directory: '/usr/local/lib/libmuparser.a'make: *** [raine] Error 1 i tried make cleanmake -j2 i tried to compile as 32bit with this:export CC="gcc -m32" export CXX="g++ -m32" and then re-run configure, make clean, make -j4. reinstalled muparser with brew reinstall muparser --universal i reinstalled every package with brew, runned brew update, brew upgrade installed everything over and still get same error i tried to change in the makefile to LIBS += -lmuparser on line 869 then i get following error:Linking Raine...ld: framework not found SDLclang: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [raine] Error 1 please help me!
×
×
  • Create New...