[Development] Problem with qt5 stable release

Francisco Ortega franciscoraulortega at gmail.com
Sun May 5 17:56:56 CEST 2013


I will fill a bug. Just for completeness, this is what I further found:


 Update: I think there is a problem with moc for 64 bits in qt 5. I ran the
moc for qt 4.8.4 and worked fine. I ran the qt 5 moc for 32 bits and it
worked fine. When I redirect output to the moc of 64 bits, and then compare
files, there is only one difference in the include... just one has relative
and the other one absolute path... for the .h file that has the qobject. I
will send this to the list.

Francisco R. Ortega
Ph.D. Candidate in Computer Science
Florida International University
http://www.FranciscoRaulOrtega.com


On Sun, May 5, 2013 at 11:52 AM, Francisco Ortega <
franciscoraulortega at gmail.com> wrote:

> Andreas,
>
> Thank you for the email. Which is the correct mailing list. I think I
> found a bug with MOC . I have more information.
>
> You are saying that interest is where problems or bugs should be sent?
>
> Francisco R. Ortega
> Ph.D. Candidate in Computer Science
> Florida International University
> http://www.FranciscoRaulOrtega.com
>
>
> On Sun, May 5, 2013 at 11:47 AM, Andreas Holzammer <
> andreas.holzammer at kdab.com> wrote:
>
>> Hi Francisco,
>>
>> this is not the right mailing list. The developing mailing list is
>> taking care of Qt development and not howto compile Qt. Please use the
>> interest mailing list. Also did you follow the wiki page on how to build
>> Qt 5 from git[1]?
>>
>> Thank you
>>
>> Andy
>>
>>
>> [1] http://qt-project.org/wiki/Building_Qt_5_from_Git
>>
>> Am 05.05.2013 17:38, schrieb Francisco Ortega:
>> > [SORRY FOR DUAL POSTING --- Hit send by mistake]
>> > Hi,
>> >
>> > I have downloaded qt5 with git , stable release.
>> >
>> > I have compiled that for Windows 7 64 bits, for 64 bits (debug and
>> > release) for visual studio 2012 with OpenGL Desktop (in the configure)
>> >
>> > I created an empty project with the wizard, with QT CORE, QT GUI, QT
>> > OPENGL ...
>> >
>> > However, the moc is not created.
>> >
>> > Is this a known issue? has anyone run into this problem?
>> >
>> > Here is the code of MOC
>> >
>> > "$(QTDIR)\bin\moc.exe"  "%(FullPath)" -o
>> > ".\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp"  -DUNICODE
>> > -DWIN32 -DQT_DLL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB
>> > -DQT_WIDGETS_LIB "-I.\GeneratedFiles" "-I." "-I$(QTDIR)\include"
>> > "-I.\GeneratedFiles\$(ConfigurationName)\." "-I$(QTDIR)\include\QtCore"
>> > "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtOpenGL"
>> > "-I$(QTDIR)\include\QtWidgets"
>> >
>> > which translate to
>> >
>> > "C:\Qt\qt5\qt5x64\qtbase\bin\moc.exe"
>> >  "C:\DSPLAB_ORTEGA\QTApp\QTGLANAV2013\QTGLANAV2013\qtglanav2013.h" -o
>> > ".\GeneratedFiles\Debug\moc_qtglanav2013.cpp"  -DUNICODE -DWIN32
>> > -DQT_DLL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB
>> > "-I.\GeneratedFiles" "-I." "-IC:\Qt\qt5\qt5x64\qtbase\include"
>> > "-I.\GeneratedFiles\Debug\." "-IC:\Qt\qt5\qt5x64\qtbase\include\QtCore"
>> > "-IC:\Qt\qt5\qt5x64\qtbase\include\QtGui"
>> > "-IC:\Qt\qt5\qt5x64\qtbase\include\QtOpenGL"
>> > "-IC:\Qt\qt5\qt5x64\qtbase\include\QtWidgets"
>> >
>> >
>> > it doesn't work, even if I change the output location or name. But If
>> > omit the output, it generated the output in the terminal.
>> >
>> > Please help. I'm trying to get vs 2012 with qt working for 64 bits for
>> > Windows 7.
>> >
>> > Thanks,
>> > Francisco
>> >
>> > Francisco R. Ortega
>> > Ph.D. Candidate in Computer Science
>> > Florida International University
>> > http://www.FranciscoRaulOrtega.com
>> >
>> >
>> > On Sun, May 5, 2013 at 11:37 AM, Francisco Ortega
>> > <franciscoraulortega at gmail.com <mailto:franciscoraulortega at gmail.com>>
>> > wrote:
>> >
>> >     Hi,
>> >
>> >     I have downloaded qt5 with git , stable release.
>> >
>> >     I have compiled that for Windows 7 64 bits, for 64 bits (debug and
>> >     release) for visual studio 2012 with OpenGL Desktop (in the
>> configure)
>> >
>> >     I created an empty project with the wizard, with QT CORE, QT GUI, QT
>> >     OPENGL ...
>> >
>> >     However, the moc is not created.
>> >
>> >     Is this a known issue? has anyone run into this problem?
>> >
>> >     Here is the code of MOC :
>> >
>> >     Francisco R. Ortega
>> >     Ph.D. Candidate in Computer Science
>> >     Florida International University
>> >     http://www.FranciscoRaulOrtega.com
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > Development mailing list
>> > Development at qt-project.org
>> > http://lists.qt-project.org/mailman/listinfo/development
>> >
>>
>>
>> --
>> Andreas Holzammer | andreas.holzammer at kdab.com | Software Engineer
>> KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
>> Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
>> KDAB - Qt Experts - Platform-independent software solutions
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130505/df4a066d/attachment.html>


More information about the Development mailing list