Hi,
I tried to use OpenVG in a C++-Programm.
I had setup the OpenVG correct (rebuild.sh works fine and I could start also the compiled demos like world_font.bin).
By linking my programm I add the libs and the path.
But it brings me every time the error: undefined reference to `gx_graphics_init(char const*)'
Then I tried to setup the environment with the graphics.o (there is gx_graphics_init located), but the result is the same.
Any solution or ideas?