From: Kenneth B. R. <kbr...@al...> - 2002-02-03 02:49:51
|
> I tried adding my implementations to the manual files. But, as I > expected, the generated file contained .c file contained two > implementations of the same mehtod. In the makefile, the manual and auto > generated files get pasted together using cat which explains the double > implementation. > I can't find anything that suggests glGetString gets a special treatment > in the C2J code. > Any ideas? In the directory Gl4Java/C2J/mesa40-header there are several scripts which prepare the Mesa header files for processing with C2J. However, it isn't apparent to me how the .h files get generated (automatically or whether there is manual processing of e.g. gl-proto-auto.orig). Note that the prototype for glGetString is missing from gl-proto-auto-orig.h. |