Alexander K. Hansen schrieb:


On Jan 25, 2005, at 6:55 PM, Florian Kirchner wrote:

hello,
I built kdebase 3.3.2-21 succesfully. Now I tryed to build kdevelop 3.0.4-21. It faild with the error:


mainwindow.cpp: In member function `void MainWindow::createStatusBar()':
mainwindow.cpp:349: error: parse error before `(' token

the Code there is simple, and I don't see a reason for the error:

void MainWindow::createStatusBar()
{
 (void) new StatusBar(this);
}
any ideas?

Florian


Check earlier in the build--such "parse errors" frequently (in my experience anyway) occur when some header isn't found.


--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


hello,
I still don't have a clue why the compiler didn't find StatusBar. I changed it to KStatusBar, the class StatusBar inherits from. The compiler likes it, and there where no other errors. So KDevelop is built, and it works normally so far.


Florian


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to