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

added search path for newer firmware #128

Closed jvcleave closed 11 years ago

jvcleave commented 11 years ago

after updating firmware I was getting /opt/vc/include/interface/vmcs_host/vcgencmd.h:33:27: fatal error: vchost_config.h: No such file or directory - this fixes that

should be tested with older firmware to see if it has any issues

danzeeeman commented 11 years ago

I'll test with my older board and the newer board. On Feb 12, 2013 5:20 PM, "Jason Van Cleave" notifications@github.com wrote:

after updating firmware I was getting /opt/vc/include/interface/vmcs_host/vcgencmd.h:33:27: fatal error: vchost_config.h: No such file or directory

  • this fixes that

should be tested with older firmware to see if it has any issues

You can merge this Pull Request by running

git pull https://github.com/jvcleave/openFrameworks feature-vmcs_host-path-fix

Or view, comment on, or merge it at:

https://github.com/openFrameworks-RaspberryPi/openFrameworks/pull/128 Commit Summary

  • added search path for newer firmware

File Changes

  • M libs/openFrameworksCompiled/project/linuxarmv6l/config.linuxarmv6l.default.mkhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/pull/128/files#diff-0(1)

Patch Links:

- https://github.com/openFrameworks-RaspberryPi/openFrameworks/pull/128.patch

https://github.com/openFrameworks-RaspberryPi/openFrameworks/pull/128.diff

patriciogonzalezvivo commented 11 years ago

Hello my friends,

I just bought a raspberryPi and excited to start playing with it. I also got this error. How I should proceed?

danzeeeman commented 11 years ago

hey @patriciogonzalezvivo You should just be able to make the one line change listed here in the pull request. We have to test to see if this breaks builds on the the older firmware (hopefully I'll get to that today)