I have been trying desparately to get the newvox example to build for pdaXrom. When I follow the directions on the website, I get a long list of X11 \"undefined reference\" errors. To correct this, I modify the Makefile to point the -L option to the X11R6/lib directory, as it appears to only point to lib. This corrects the missing references error.
However, when I attempt to run the program on the Zaurus, I get an error about not finding libSDL.so. Of course, libSDL.so is not installed on the Zaurus, and the example instructions to not mention this library.
Has anyone gotten the example to work?
Did you have to do anything special?