From: Pepijn V. E. <pep...@lu...> - 2003-03-14 15:30:15
|
I don't know if you've followed the discussion in the development group... One of the things I want to change in GL4Java is the build script. I haven't started on that yet because I'm having some difficulties with my employer related to intellectual property ownership. Anyway personally I got gl4java to compile by tweaking the makefile and the symbols.mak file. You can set the destination directories to some directory under the gl4java build dir, which should solve your problem. I also encountered a problem with running javah. The classpath was not properly set in the makefile causing it to fail. Again modifying the symbols file fixed this. I've attached my local version. It is for windows, but it should give you an idea... Hope this helps. Pepijn Van Eeckhoudt Daniel Brunthaler wrote: > hi, > > just tried to compile gl4java (in Linux) but i've somewhat big problems. I've > read in the archive of some successful compilations, but i can't comprehend, > how you did that. Think, the makefile is somewhat ... ahm let us call it - > not perfect at all. > I am wondering why 'make x11' is trying to write all kinds of files to > directories outside the compilation directory. If compiling fails the crap of > compilation spreads over my file system, apart from that some rm cmds are not > correct too. For example make tries to remove my /usr/local/lib directory ... > > rm -f /usr/local/lib /libGL4JavaJauGljJNI13tst.* > rm: cannot remove `/usr/local/lib': Is a directory > make: *** [/usr/local/lib] Error 1 > > That's not really kewl at all ... > So my question is, how did the people, who stated the successfull compilation, > accomplish that? Became root and disregard, what the script does? > > greetz > Daniel > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > |