Run on Linux

  • fishkid257936
    23rd Jul 2010 Member 0 Permalink
    is there a way to run it on linux/Ubuntu even though i don't have a "Supported CPU"? It runs fine in wine. If I could get it to run without wine then it would go a lot faster. Could someone help me?!
  • Simon
    23rd Jul 2010 Administrator 0 Permalink
    You could try to compile it without SSE.
    What CPU do you have?
  • fishkid257936
    23rd Jul 2010 Member 0 Permalink
    Ummm, AMD Athlon(tm) Processor 1050.057MHz (about 1.05GHz)
  • fishkid257936
    23rd Jul 2010 Member 0 Permalink
    How would I compile it?
  • fishkid257936
    23rd Jul 2010 Member 0 Permalink
    Can anyone help me?
  • bchandark
    23rd Jul 2010 Member 0 Permalink
    http://tinyurl.com/23k23tn

    This website is amazing. Has TONS of information about everything!

    Bookmark it or something, it really comes in handy.

    Not a lot of people know about this tool, but trust me, this website is great.
  • fishkid257936
    23rd Jul 2010 Member 0 Permalink
    Got an error when "making"

    gcc -DINTERNAL -opowder -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -fgnu89-inline -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -lSDL -lm -lbz2 -march=k8 -DX86 -DX86_SSE3 -msse3 powder.c http.c md5.c update.c -DLIN64
    powder.c:27:19: error: bzlib.h: No such file or directory
    powder.c: In function ‘build_thumb’:
    powder.c:2888: warning: implicit declaration of function ‘BZ2_bzBuffToBuffCompress’
    powder.c:2888: error: ‘BZ_OK’ undeclared (first use in this function)
    powder.c:2888: error: (Each undeclared identifier is reported only once
    powder.c:2888: error: for each function it appears in.)
    powder.c: In function ‘render_thumb’:
    powder.c:2922: warning: implicit declaration of function ‘BZ2_bzBuffToBuffDecompress’
    powder.c: In function ‘build_save’:
    powder.c:3119: error: ‘BZ_OK’ undeclared (first use in this function)
    powder.c: In function ‘file_load’:
    powder.c:3556: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
    powder.c: In function ‘stamp_init’:
    powder.c:3727: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
    powder.c: In function ‘load_string’:
    powder.c:7086: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
    powder.c:7092: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
    powder.c: In function ‘load_presets’:
    powder.c:7132: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
    make: *** [powder] Error 1