I'm using Red Hat 8.0, which includes Qt 3.0.5 and GCC
3.2. I get an error compiling spm.cpp:
g++ -c -pipe -Wall -W -O2 -I/usr/lib/qt3/include -o
spm.o spm.cpp
spm.cpp: In constructor `spm::spm(QWidget*, const
char*, unsigned int)':
spm.cpp:124: statement cannot resolve address of
overloaded function
The attached patch changes statusBar()->clear to
statusBar()->clear().
I also get an error compiling partitiondialog.cpp:
g++ -c -pipe -Wall -W -O2 -I/usr/lib/qt3/include -o
partitiondialog.o partitiondialog.cpp
In file included from partitiondialog.cpp:20:
partitiondialog.ui.h: In member function `virtual void
partitiondialog::setinfo(QString)':
partitiondialog.ui.h:33: `cout' undeclared (first use
this function)
The attached patch includes <iostream>.
With these two fixes, I can build and run spm 2.0.4.
Logged In: YES
user_id=185468
Second attempt to upload file.
change spm.cpp and partitiondialog.ui.h