ajstarks/openvg

Is GO required?

Closed this issue · 1 comments

Im using Geany to make and edit my programs but every time I compile one of the sample porgrams, I get an error about "VG/openvg.h" saying it can't find it.

I looked through the files myself and I can't even find the openvg.h either.

PS. I am on my Raspberry Pi on whatever the most recent Raspian version is.

Go is not required. You can write programs in C or Go.
Are you using the Makefile to build? If not, you need to specify the Include path
-I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads

On Jan 19, 2015, at 4:05 PM, AndrewMascolo notifications@github.com wrote:

Im using Geany to make and edit my programs but every time I compile one of the sample porgrams, I get an error about "VG/openvg.h" saying it can't find it.

I looked through the files myself and I can't even find the openvg.h either.

PS. I am on my Raspberry Pi on whatever the most recent Raspian version is.


Reply to this email directly or view it on GitHub #23.