Noobian
05-18-2005, 08:03 PM
I just tried to install 5.0.0.22 after a fresh install of Fedora Core 3.
Here is what I typed:
tar xjvf showeq-5.0.0.22
cd showeq-5.0.0.22
./configure
(everything seemed to be going well, I got the message to type "make")
Then I typed:
make && make install
Somewhere during this process it evidently crapped out. Here's the last bit of text from my attempted install.
============================================
In file included from map.h:24,
from map.cpp:19:
/usr/lib/qt-3.3/include/qcombobox.h:172: error: `QMoucdEvent' has not been decla red
/usr/lib/qt-3.3/include/qcombobox.h:172: error: ISO C++ forbids declaration of ` parameter' with no type
make[2]: *** [map.o] Error 1
make[2]: Leaving directory `/root/showeq/showeq-5.0.0.22/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq/showeq-5.0.0.22'
make: *** [all] Error 2
===============================================
Should I have done:
"make -f Makefile.dist all"
somewhere in the process?
All help is greatly appreciated;
Noobian
Here is what I typed:
tar xjvf showeq-5.0.0.22
cd showeq-5.0.0.22
./configure
(everything seemed to be going well, I got the message to type "make")
Then I typed:
make && make install
Somewhere during this process it evidently crapped out. Here's the last bit of text from my attempted install.
============================================
In file included from map.h:24,
from map.cpp:19:
/usr/lib/qt-3.3/include/qcombobox.h:172: error: `QMoucdEvent' has not been decla red
/usr/lib/qt-3.3/include/qcombobox.h:172: error: ISO C++ forbids declaration of ` parameter' with no type
make[2]: *** [map.o] Error 1
make[2]: Leaving directory `/root/showeq/showeq-5.0.0.22/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq/showeq-5.0.0.22'
make: *** [all] Error 2
===============================================
Should I have done:
"make -f Makefile.dist all"
somewhere in the process?
All help is greatly appreciated;
Noobian