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

Core openFrameworks libraries not compiling on raspberry pi - makefile missing seperator #156

Closed tombue closed 11 years ago

tombue commented 11 years ago

When trying to compile the core openFrameworks on a clean and updated install on the RPi, I get the error "makefile:l: missing separator"

I followed the Raspberry-Pi-Getting-Started guide (opting out the mem split).

Thanks for any advice.

bakercp commented 11 years ago

can you set run with make Release MAKEFILE_DEBUG=true and pastebin your output?

tombue commented 11 years ago

looks like all I get is: "Makefile:1: *\ missing separator. Stop."

bakercp commented 11 years ago

are there any funny characters or line endings in your Makefile? If you cut'n'paste this https://raw.github.com/openFrameworks-RaspberryPi/openFrameworks/develop-raspberrypi/libs/openFrameworksCompiled/project/Makefile

Does it work?

tombue commented 11 years ago

Apparently I have nothing but corrupted characters in the file. Will try a cleanout and fresh start ... again. Thanks!

danzeeeman commented 11 years ago

Try a 'git reset --hard origin/develop-raspberrypi'

On Wed, May 15, 2013 at 4:01 PM, tombue notifications@github.com wrote:

Apparently I have nothing but corrupted characters in the file. Will try a cleanout and fresh start ... again. Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/156#issuecomment-17962509 .

"I believe in science. Unlike mathematical theorems, scientific results can't be proved. They can only be tested again and again, until only a fool would not believe them.

I cannot prove that electrons exist, but I believe fervently in their existence. And if you don't believe in them, I have a high voltage cattle prod I'm willing to apply as an argument on their behalf. Electrons speak for themselves."

-- Seth Lloyd: Quantum Mechanical Engineer, MIT

/.

bakercp commented 11 years ago

Super. Yeah, when a makefile dies that early you know something strange is up ... let us know if there are any other problems.

tombue commented 11 years ago

Deleted the openFrameworks directory and cloned again - everything worked like a charm. Thank you guys.