d3cod3 / of_0071_GAmuza64

Ubuntu Linux 64 bit version of GAmuza | Hybrid Live Coding
www.gamuza.cc
1 stars 0 forks source link

issue compiling Gamuza in linux64 #1

Open kalwalt opened 10 years ago

kalwalt commented 10 years ago

i would try it but after running the script

sudo sh 01_get_GAmuza_source.sh

it fails in:

-DOF_USING_GTK -DOF_USING_MPG123 -MMD -MP -MFobj/Debug/openFrameworks/app/ofAppRunner.d -MTobj/Debug/openFrameworks/app/ofAppRunner.o -o obj/Debug/openFrameworks/app/ofAppRunner.o -c ../../../openFrameworks/app/ofAppRunner.cpp In file included from ../../../openFrameworks/graphics/ofGraphics.h:6:0, from ../../../openFrameworks/app/ofAppRunner.cpp:11: ../../../openFrameworks/math/ofMatrix4x4.h: In member function ‘bool ofMatrix4x4::isNaN() const’: ../../../openFrameworks/math/ofMatrix4x4.h:436:13: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:436:39: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:436:65: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:436:91: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:437:14: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:437:40: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:437:66: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:437:92: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:438:14: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:438:40: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:438:66: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:438:92: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:439:14: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:439:40: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:439:66: error: expected unqualified-id before ‘(’ token ../../../openFrameworks/math/ofMatrix4x4.h:439:92: error: expected unqualified-id before ‘(’ token make: *\ [obj/Debug/openFrameworks/app/ofAppRunner.o] Errore 1 there has been a problem compiling Debug OF library please report this problem in the forums walter@walter-RC530-RC730:~/GAmuza/install$

kalwalt commented 10 years ago

i have installed gcc 4.6 and followed these instructions http://gamuza.d3cod3.org/setup/linux/

Giladx commented 10 years ago

I have the same error with Ubuntu 14.04 any idea ?

kalwalt commented 10 years ago

Unlickily @Giladx i didn't solved the issue, and none gave me an answer, i also asked in the openframeworks forum in this topic: http://forum.openframeworks.cc/t/gamuza-hybrid-live-of-sketching-ide/13204/16 but landed in the void...

d3cod3 commented 10 years ago

So sorry for not answer before!

Actually the linux version is in standby, last time i've touched it was more than one year from now.

At this moment i do not have time to check it, but i will try to take a look at it a soon as i can.

For what i remember it was an issue with the OS, the script works in the past until ubuntu 11.04, and start with this error from 10.10

I hope this can help, but anyway, if you're ok in compiling with codeblocks in linux, is better to download the .zip from here https://github.com/d3cod3/of_0071_GAmuza64 and try to compile the project without the automatic script.

Hope that 'll help!

kalwalt commented 10 years ago

thank you for the hint @d3cod3 ! i will try as suggested.