Latest version of PT

  • awesome
    8th Apr 2011 Member 0 Permalink
    where is the latest non python version of powder toy because i cannot compile python.
  • Finalflash50
    8th Apr 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • awesome
    8th Apr 2011 Member 0 Permalink
    i mean source code that does not use python
  • Pilihp64
    8th Apr 2011 Developer 0 Permalink
    you can disable the python in the source by commenting out #PYCONSOLE in defines.h
  • Finalflash50
    8th Apr 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • awesome
    8th Apr 2011 Member 0 Permalink
    still ran python
  • Pilihp64
    8th Apr 2011 Developer 0 Permalink
    for mac, i think you also need to take out -framework python, and the $(PYCOMMAND) line from the makefile, they are in the powder-x section.
  • awesome
    8th Apr 2011 Member 0 Permalink
    how do i take it out?
  • Pilihp64
    8th Apr 2011 Developer 0 Permalink
    by deleting it? if you open the makefile its pretty clear where it is.
  • awesome
    8th Apr 2011 Member 0 Permalink
    it still runs python and comes with the error

    ld: framework not found SDL
    collect2: ld returned 1 exit status
    make: *** [powder-x] Error 1