Menu

#34 compile of qrc_Edyuk.cpp fails

closed-invalid
nobody
Compilation (2)
5
2008-10-31
2008-10-23
No

Hello,
the compilation fails on a newly set up Ubuntu system.

g++ -c -pipe -fpermissive -g -D_REENTRANT -Wall -W -fPIC -DQT_SHARED -D_EDYUK_ -D_QMDI_ -D__QMDI__ -D_QCUMBER_ -D_QCODE_EDIT_ -D_QCODE_MODEL_ -D_QPROJECT_MODEL_ -D_QSAFE_SHARED_SETTINGS_ -D_EDYUK_BUILD_ -D_EDYUK_DEBUG_ -D_DEBUG_ -D_EDYUK_CORELIB_BUILD_ -DQPLUGIN_BUILD -D_QCUMBER_BUILD_ -D_QMDI_BUILD_ -D_QCODE_EDIT_BUILD_ -DQNFA_BUILD -D_QCODE_MODEL_BUILD_ -D_QPROJECT_MODEL_BUILD_ -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../../3rdparty/qmdi -I../../3rdparty/qcodeedit2 -I../../3rdparty/qcodeedit2/lib -I../../3rdparty/qcodeedit2/lib/document -I../../3rdparty/qcodeedit2/lib/language -I../../3rdparty/qcodeedit2/lib/widgets -I../../3rdparty/qcodeedit2/lib/qnfa -I../../3rdparty/qcodemodel2 -I../../3rdparty/qprojectmodel2 -I../../3rdparty/qcumber -I../../3rdparty/qpluginsystem -I.build/4.3.4-unix/moc -I.build/4.3.4-unix/ui -o .build/4.3.4-unix/obj/debug/qrc_Edyuk.o .build/4.3.4-unix/rcc/qrc_Edyuk.cpp
.build/4.3.4-unix/rcc/qrc_Edyuk.cpp:17281:1: error: pasting ")" and "__init_variable__" does not give a valid preprocessing token
.build/4.3.4-unix/rcc/qrc_Edyuk.cpp:17290:1: error: pasting ")" and "__dest_class__" does not give a valid preprocessing token
.build/4.3.4-unix/rcc/qrc_Edyuk.cpp:17290:1: error: pasting ")" and "__dest_class__" does not give a valid preprocessing token
.build/4.3.4-unix/rcc/qrc_Edyuk.cpp:17290:1: error: pasting ")" and "__dest_class__" does not give a valid preprocessing token
...
etc.

All the best
Uli

Discussion

  • fullmetalcoder

    fullmetalcoder - 2008-10-31
    • status: open --> closed-invalid
     
  • fullmetalcoder

    fullmetalcoder - 2008-10-31

    I'm afraid this is out of my reach : this file is generated by Qt (more particularly by the Qt tool rc) and its generation is fully handled by qmake (which is also part of Qt) so if it fails to compile it can be either a bad Qt/compiler setup or a bug in Qt which you'll have to report to Qt task tracker.

     

Log in to post a comment.