Hello!
Something strange happened with my software.
I was editing it quite normally, everything running fine, when in the last rebuild, two message errors appeared, showing problems in files that I simply didn't touch!
To give an idea, one of the problems say "/home/martin/Documentos/Programas Qt/M/mClock/../../../../QtSDK/Desktop/Qt/473/gcc/include/QtGui/qcalendarwidget.h:52: error: expected initializer before ‘typedef’"
But QCalendarWidget is simply called by the software in order to put a calendar in the MainWindow, while I simply didn't touch in the part regarding it in the software since two weeks!
Not just that, but the same problem is appointed to one of my classes, while this class, once again, wasn't touch in weeks and was working fine till now! :
/home/martin/Documentos/Programas Qt/M/mClock/clocksound.h:8: error: expected initializer before ‘class’
There is simply no problem with it. As I sad, I didn't even touch in this files and now they are reporting problems. My recent edits were all made in a different class, and they were all common changes that I already know how to do (i.e. nothing special or difficult).
I simply don't know what is happening. Does somebody knows something about? I tried to comment the recent edits, including, and nothing changed.
Thanks!
Bookmarks