Error compiling on Mac OSX

  • singularity
    23rd Jun 2013 Member 0 Permalink

    Hey guys, I have installed everything correctly but this is what happens;

     

    http://pastebin.com/mdtETNLV

     

    Anyone able to help me?

  • mniip
    23rd Jun 2013 Developer 0 Permalink
    Try reordering options so that target is last? Like this
    scons --release --stable --sse2 --nofft --macosx
  • jacob1
    23rd Jun 2013 Developer 0 Permalink
    try removing --stable, it should be on by default and using it without args doesn't work. The only time it should be used is if you want to do --stable=false, but you don't want to do that.
  • singularity
    23rd Jun 2013 Member 0 Permalink

    Ok, so running the new command, re arragned and no stable I get this 

     

     

    http://pastebin.com/RPP3naY5

     

    Any ideas?

  • jacob1
    23rd Jun 2013 Developer 0 Permalink
    Are you sure you installed SDL properly? The wiki says you should download http://www.libsdl.org/release/SDL-1.2.15.tar.gz

    Once you download it, extract it somewhere, and do:

    ./configure
    make
    sudo make install


    If you did install it, you might have to use the --sdl-dir command or something. But i'm guessing it's just a problem with not being installed.
  • singularity
    23rd Jun 2013 Member 0 Permalink

    even after a successful install I am still getting the 

     

    scons: *** [build/src/PowderToySDL.o] Error 1

     

    error, hmm any other ideas guys?

  • jacob1
    23rd Jun 2013 Developer 0 Permalink
    the same exact error? Odd, since I see no problem. Maybe make sure SDL.h is in /Library/Frameworks/SDL.framework/Headers or something, i'm not sure what else to do since the mac compiling guide hasn't been tested really well anyway.