how long we must wait for qt 5.5.1 ?? I have the last version of XCode.... :(
regards *============================================="El tamaño de tus logros depende del tamaño de tus metas." * *C++ and Qt Senior Developer* *Lic. Computer Science* *Buenos Aires, Argentina* 2015-08-21 6:00 GMT-03:00 Ziller Eike <[email protected]>: > > > On Aug 21, 2015, at 6:58 AM, Freddy Martinez <[email protected]> > wrote: > > > > Hi guys... > > > > I'm getting a lot of troubles to work with Qt Creator with the new > version of Qt... This kind of problems didn't happend with Qt 5.4.2 > > > > I'm making some changes to my application, and when my app start, > sometimes I got segmentation fault, but I can't debbug my app.. If I run my > app everything is fine, but if I try to debbug my app, when I'm doing > > > > MainWindow w; > > w.show() > > > > when I call w.show() I got segmentation fault and the debbuger send me > to the binary editor with assambler code. The stack doesn't say anything > about what happend... and it's very very rare what it's happend because is > exactly the same code which I have compiled and running with 5.4.2 > > > > > beside, Qt Creator give me 20 000 + warnings... for example... > > > > in all my classes where I have the macro Q_OBJECT i got a warning... > what is that ?? :( > > That is a problem in Qt 5.5.0 in combination with earlier Xcode versions > which do not understand a pragma that was introduced to avoid warning > messages with later Xcode versions, and afaik fixed in 5.5.1 > > > I think that this problem is only for OS X, because my friends use Linux > and Widows and the only one who has this kind of troubles is me > > > > regards > > > > ============================================= > > "El tamaño de tus logros depende del tamaño de tus metas." > > C++ and Qt Senior Developer > > Lic. Computer Science > > Buenos Aires, Argentina > > > > _______________________________________________ > > Qt-creator mailing list > > [email protected] > > http://lists.qt-project.org/mailman/listinfo/qt-creator > > -- > Eike Ziller, Senior Software Engineer - The Qt Company GmbH > > The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin > Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja > Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht > Charlottenburg, HRB 144331 B > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
