> > These files are not installed as part of a make install. In the source > package scripts we explicitly copy these files over so that the source > packages compile. When you build Qt Jambi from source, its best to not > use make install, but rather do > > -prefix $PWD > > on the configure line (to get the right rpahts set up...) > > In the scripts directory you can see how the build scripts configure > Qt for package building. > > best regards, > Gunnar Ouch, now I get the nasty segmentation fault that Francis reported about earlier:
he...@poseidon:~/jambi-4.6-work/generator$ ./generator --output-directory=.. Running the Qt Jambi Generator. Please wait while source files are being generated... WARNING(MetaJavaBuilder) :: Unable to decide type of property: 'Qt::GestureType' in class 'QGesture' WARNING(MetaJavaBuilder) :: skipping function 'QGesture::QGesture', unmatched parameter type 'Qt::GestureType' WARNING(MetaJavaBuilder) :: skipping function 'QGesture::gestureType', unmatched return type 'Qt::GestureType' WARNING(MetaJavaBuilder) :: skipping function 'QMatrix4x4::normalMatrix', unmatched return type 'QMatrix3x3' WARNING(MetaJavaBuilder) :: skipping function 'QMatrix4x4::toGenericMatrix', unmatched return type 'QGenericMatrix<N,M,qreal>' WARNING(MetaJavaBuilder) :: skipping function 'QMatrix4x4::QMatrix4x4', unmatched parameter type 'QGenericMatrix<N,M,qreal> const&' WARNING(MetaJavaBuilder) :: Object type 'QGraphicsObject' passed as value. Resulting code will not compile. WARNING(MetaJavaBuilder) :: skipping function 'QGraphicsObject::grabGesture', unmatched parameter type 'Qt::GestureType' WARNING(MetaJavaBuilder) :: skipping function 'QGLFramebufferObject::blitFramebuffer', unmatched parameter type 'GLbitfield' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix4x3 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix4x2 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix3x4 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix3x3 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix3x2 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix2x4 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix2x3 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'QMatrix2x2 const*' WARNING(MetaJavaBuilder) :: skipping function 'QGLShaderProgram::setUniformValueArray', unmatched parameter type 'GLfloat const*' Segmentation fault (btw. the same happens running ant generator.run). Could this have something to do with the fact that I'm running this on a non-X enabled build server? I'm will try a sudo apt-get dist-upgrade on my server (8.04 branch of Ubuntu) to see if something falls in place.... Do the experts have any clue on this? Helge _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
