openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

current develop-raspberrypi branch can't build in Release #151

Closed danomatika closed 11 years ago

danomatika commented 11 years ago

Thanks guys for all the RPI + OF work.

I just looked into using it yesterday on a friends RPI and the current develop-raspberrypi branch fails to build in Release. The openFrameworks lib compiles ok but linking apps fails due to missing references to ofBuffer, ofFile, etc so I imagine it's somehow not linking all the object files in utils? I can get a console copy/paste later today.

Debug build works fine and I can run build most examples. I imagine this is the usual "I fixed something in Debug but forgot to check Release" which happens to me all the time :D

jvcleave commented 11 years ago

Hey Dan,

My example apps are compiling ok, can you provide a testApp that fails?

danomatika commented 11 years ago

That was on a friends rPI which I don't have access to now. It's probably fine now anyway.