Go to advanced search

by romdude75
Sat Oct 19, 2013 7:09 pm
Forum: OpenVG
Topic: Compile Error
Replies: 4
Views: 3649

Re: Compile Error

Thanks AndyD, that fixed it right up. I did notice that when I went to my original file to compile my original example that I still got the errors, but if I compiled from that client folder it worked correctly. How should I be adding that folder so that I can compile from other others?
by romdude75
Sat Oct 19, 2013 6:37 pm
Forum: OpenVG
Topic: Compile Error
Replies: 4
Views: 3649

Re: Compile Error

Haha, yeah my bad. You would think that I would have done that. Sorry! Here is the code that I have saved as hw.c: // first OpenVG program // Anthony Starks (ajstarks@gmail.com) #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "VG/openvg.h" #include "VG/vgu.h" #include "fontinfo.h...
by romdude75
Sat Oct 19, 2013 12:11 am
Forum: OpenVG
Topic: Compile Error
Replies: 4
Views: 3649

Compile Error

So I copied and pasted the demo and when I go to compile I keep getting VG/openvg.h: No such file or directory.. I am new to compiling stuff in Linux so if I can get a quick walk through, that would be great as it is probably something easy that I am not doing.

Thanks!

Go to advanced search