Jean Pierre Charalambos wrote:
> WARNING(MetaJavaBuilder) :: skipping function 
> 'qglviewer::Quaternion::inverseMatrix', unmatched return type 'GLdouble 
> const*'
> Segmentation fault
>
> I suppose I must make available the OpenGL data types to the generator, but I 
> don't know how. Is there a way to do it?
>   

You have to include the header files which typedefs the GL types in the 
header file passed into the generator. Then you have to include the core 
typesystem in your own typesystem in order to get the type definitions 
of the primitive data types.

There's more information about using the Qt Jambi generator in this example:

    
http://doc.trolltech.com/qtjambi-4.5.0_01/com/trolltech/qt/qtjambi-generatorexample.html

The generator should not segfault due to such a simple error, however. I 
suspect this might be related to something else in the header file.

-- Eskil

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to