Captain Penguin
02-03-2002, 11:53 PM
Hey everyone, I installed Vector Linux the other day and I've been installing a lot of stuff to get it working the way I want.
I have the 2.4.17 kernel, XFree86 4.2, SDL 1.2.3, smpeg 4.3.5, and latest Nvidia drivers (2314 i believe).
I extract both the data and source files of Chromium and in .bash_profile I set CHROMIUM_DATA=/root/Chromium-0.9
./configure works fine for chromium, it detects that I have all the necessary stuff.. then when I run make it begins compiling and I eventually get this -
HelpPage.cpp: In method `HelpPage::HelpPage(QWidget * = 0, const char * = 0, bool = false)':
HelpPage.cpp:25: no matching function for call to `QTextBrowser::setPaperColorGroup (QColorGroup &)'
HelpPage.cpp:26: no matching function for call to `QTextBrowser::setLinkColor (QColor)'
make[1]: *** [HelpPage.o] Error 1
make[1]: Leaving directory `/root/Chromium-0.9/src-setup'
make: *** [src-setup] Error 2
Any ideas? Should I update gcc or something?
Thanks for help!
I have the 2.4.17 kernel, XFree86 4.2, SDL 1.2.3, smpeg 4.3.5, and latest Nvidia drivers (2314 i believe).
I extract both the data and source files of Chromium and in .bash_profile I set CHROMIUM_DATA=/root/Chromium-0.9
./configure works fine for chromium, it detects that I have all the necessary stuff.. then when I run make it begins compiling and I eventually get this -
HelpPage.cpp: In method `HelpPage::HelpPage(QWidget * = 0, const char * = 0, bool = false)':
HelpPage.cpp:25: no matching function for call to `QTextBrowser::setPaperColorGroup (QColorGroup &)'
HelpPage.cpp:26: no matching function for call to `QTextBrowser::setLinkColor (QColor)'
make[1]: *** [HelpPage.o] Error 1
make[1]: Leaving directory `/root/Chromium-0.9/src-setup'
make: *** [src-setup] Error 2
Any ideas? Should I update gcc or something?
Thanks for help!