Jump to content

bjrn

Members+
  • Posts

    5
  • Joined

  • Last visited

Posts posted by bjrn

  1. Now im at same spot as last user

     

    "_gluOrtho2D", referenced from:
    _opengl_reshape in opengl.o
    ld: symbol(s) not found for architecture i386
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [raine] Error 1
    tried both
    export CC="gcc -m64"
    export CXX="g++ -m64"
    and:
    export CC="gcc -m32"
    export CXX="g++ -m32"

     

  2. 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 clean
    make -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 SDL
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [raine] Error 1

     

     

    please help me!

×
×
  • Create New...