64 bit Linux
Posted: Thu Jun 24, 2010 11:00 pm
Hi all, not entirely sure if this should fit into bugs, development or newb questions as I can't quite figure out what the actual problem is.
First off, congrats on a very very nice T4 - and the new engine is brilliant! My productivity this week has hit an all time low.
So the issue is this, got it to compile on my 32 bit ubuntu 10.04 work machine just fine, had to go get all the sdl libraries but no issues whatsoever when compiling or playing. Then I decided it'd be more reasonable to only have it at home. Tried the same thing, this time on a 64 bit machine (same OS) and came up with this error:
ljit_dasm.c
src/luajit/ljit_dasm.c(35): catastrophic error: #error directive: "No support for this architecture (yet)"
#error "No support for this architecture (yet)"
^
compilation aborted for src/luajit/ljit_dasm.c (code 4)
make[1]: *** [obj/Debug/luajitx86/ljit_dasm.o] Error 4
make: *** [luajitx86] Error 2
After a quick poke about on the net it seems luajit didnt have support for 64 bit systems for quite a while but that issue seems to have been resolved now. Ive downloaded all the sdl libraries, and even downloaded the ubuntu repository binaries for luajit in the hopes I could compile all but luajit and still run. But no changes. Am I missing something?
Many thanks!
First off, congrats on a very very nice T4 - and the new engine is brilliant! My productivity this week has hit an all time low.
So the issue is this, got it to compile on my 32 bit ubuntu 10.04 work machine just fine, had to go get all the sdl libraries but no issues whatsoever when compiling or playing. Then I decided it'd be more reasonable to only have it at home. Tried the same thing, this time on a 64 bit machine (same OS) and came up with this error:
ljit_dasm.c
src/luajit/ljit_dasm.c(35): catastrophic error: #error directive: "No support for this architecture (yet)"
#error "No support for this architecture (yet)"
^
compilation aborted for src/luajit/ljit_dasm.c (code 4)
make[1]: *** [obj/Debug/luajitx86/ljit_dasm.o] Error 4
make: *** [luajitx86] Error 2
After a quick poke about on the net it seems luajit didnt have support for 64 bit systems for quite a while but that issue seems to have been resolved now. Ive downloaded all the sdl libraries, and even downloaded the ubuntu repository binaries for luajit in the hopes I could compile all but luajit and still run. But no changes. Am I missing something?
Many thanks!