On Fri, Oct 2, 2009 at 8:17 PM, Francis Galiegue <[email protected]> wrote:
> On Fri, Oct 2, 2009 at 8:05 PM, Eskil Abrahamsen Blomfeldt
> <[email protected]> wrote:
>> Hi, guys.
>>
>> As I promised a while back, I've written a blog to document the process
>> of porting a new Qt version to Java. In the process, I've imported most
>> new APIs and made the code compile. This work is available as a separate
>> repository on Gitorious. There is a lot of work remaining, and I'm
>> hoping someone else will step up and try their hand at that. The blog
>> should at least serve as a nice basis for future porting work, when Qt
>> 4.7 comes out.
>>
>
> Well, as I mentioned earlier in the list, I cannot have your branch to
> compile at all since it segfaults at the generator.run stage... The
> generator target exits with code 139 (128 + 11).
>

Here is the exact output:

----
generator.run:
[generator]
[generator] Running : (/home/fg/src/qt-jambi-fge/generator)
/home/fg/src/qt-jambi-fge/generator/generator
--output-directory=/home/fg/src/qt-jambi-fge
/home/fg/src/qt-jambi-fge/generator/qtjambi_masterinclude.h
/home/fg/src/qt-jambi-fge/generator/build_all.txt
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QMatrix4x4::normalMatrix', unmatched return type 'QMatrix3x3'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QMatrix4x4::toGenericMatrix', unmatched return type
'QGenericMatrix<N,M,qreal>'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QMatrix4x4::QMatrix4x4', unmatched parameter type
'QGenericMatrix<N,M,qreal> const&'
[generator] WARNING(MetaJavaBuilder) :: Object type 'QGraphicsObject'
passed as value. Resulting code will not compile.
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLFramebufferObject::blitFramebuffer', unmatched parameter type
'GLbitfield'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix4x3 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix4x2 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix3x4 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix3x3 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix3x2 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix2x4 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix2x3 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'QMatrix2x2 const*'
[generator] WARNING(MetaJavaBuilder) :: skipping function
'QGLShaderProgram::setUniformValueArray', unmatched parameter type
'GLfloat const*'

BUILD FAILED
/home/fg/src/qt-jambi-fge/build.xml:471: Running:
/home/fg/src/qt-jambi-fge/generator/generator
--output-directory=/home/fg/src/qt-jambi-fge
/home/fg/src/qt-jambi-fge/generator/qtjambi_masterinclude.h
/home/fg/src/qt-jambi-fge/generator/build_all.txt failed with exit
code: 139
----

It always fails at the same point. I'll try and debug it. Pointers to
a good gdb tutorial would be welcome :p I should also mention that I
use qt's head. I'll try with the 4.6 branch...

-- 
Francis Galiegue, [email protected]
"It seems obvious [...] that at least some 'business intelligence'
tools invest so much intelligence on the business side that they have
nothing left for generating SQL queries" (Stéphane Faroult, in "The
Art of SQL", ISBN 0-596-00894-5)

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

Reply via email to