Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
11-23-2009, 05:42 AM
#1
Member
Registered: Nov 2001
Location: Manchester, UK
Distribution: Mandriva, Mandriva, Mandriva. (Three different releases depending on the computer)
Posts: 665
Rep:
Trying to compile hk_classes in qt4 qt-creator
I'm taking some baby steps in trying to get a simple database front end going using qt4.
I can do qt4 and C++ programming although I am far from being an expert.
So, I have set-up a super trival program and simply added:
#include <hk_classes.h>
To my header file in the C++ file that is associated with the .ui file for the main window.
I have added this to the .pro file:
INCLUDEPATH += /home/robertw/Software/hk_classes-0.8.3/hk_classes/ \
/usr/include/libxml2/
And added libxml and the dev files from the repository.
However, I get billions of warnings and one error. Was hoping someone could point me in the right direction?
Messages below. Many thanks.
Code:
Configuration unchanged, skipping QMake step.
Starting: /usr/bin/make -w
make: Entering directory `/home/robertw/Software/Qt4/Qt4Test'
/usr/lib/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I../../hk_classes-0.8.3/hk_classes -I/usr/include/libxml2 -I. -I. -o main.o main.cpp
In file included from ../../hk_classes-0.8.3/hk_classes/hk_classes.h:13,
from mainwindow.h:5,
from main.cpp:2:
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:129: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:145: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:168: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:238: warning: ‘typedef’ was ignored in this declaration
In file included from ../../hk_classes-0.8.3/hk_classes/hk_presentation.h:19,
from ../../hk_classes-0.8.3/hk_classes/hk_database.h:17,
from ../../hk_classes-0.8.3/hk_classes/hk_classes.h:15,
from mainwindow.h:5,
from main.cpp:2:
../../hk_classes-0.8.3/hk_classes/hk_datasource.h:756: warning: ‘typedef’ was ignored in this declaration
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I../../hk_classes-0.8.3/hk_classes -I/usr/include/libxml2 -I. -I. -o mainwindow.o mainwindow.cpp
In file included from ../../hk_classes-0.8.3/hk_classes/hk_classes.h:13,
from mainwindow.h:5,
from mainwindow.cpp:1:
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:129: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:145: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:168: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:238: warning: ‘typedef’ was ignored in this declaration
In file included from ../../hk_classes-0.8.3/hk_classes/hk_presentation.h:19,
from ../../hk_classes-0.8.3/hk_classes/hk_database.h:17,
from ../../hk_classes-0.8.3/hk_classes/hk_classes.h:15,
from mainwindow.h:5,
from mainwindow.cpp:1:
../../hk_classes-0.8.3/hk_classes/hk_datasource.h:756: warning: ‘typedef’ was ignored in this declaration
/usr/lib/qt4/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I../../hk_classes-0.8.3/hk_classes -I/usr/include/libxml2 -I. -I. mainwindow.h -o moc_mainwindow.cpp
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include -I../../hk_classes-0.8.3/hk_classes -I/usr/include/libxml2 -I. -I. -o moc_mainwindow.o moc_mainwindow.cpp
In file included from ../../hk_classes-0.8.3/hk_classes/hk_classes.h:13,
from mainwindow.h:5,
from moc_mainwindow.cpp:10:
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:129: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:145: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:168: warning: ‘typedef’ was ignored in this declaration
../../hk_classes-0.8.3/hk_classes/hk_definitions.h:238: warning: ‘typedef’ was ignored in this declaration
In file included from ../../hk_classes-0.8.3/hk_classes/hk_presentation.h:19,
from ../../hk_classes-0.8.3/hk_classes/hk_database.h:17,
from ../../hk_classes-0.8.3/hk_classes/hk_classes.h:15,
from mainwindow.h:5,
from moc_mainwindow.cpp:10:
../../hk_classes-0.8.3/hk_classes/hk_datasource.h:756: warning: ‘typedef’ was ignored in this declaration
g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -o Qt4Test main.o mainwindow.o moc_mainwindow.o -L/usr/lib -lQtGui -L/usr/lib -pthread -lpng -lfreetype -lgobject-2.0 -lSM -lICE -pthread -pthread -lXrender -lfontconfig -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
main.o: In function `__static_initialization_and_destruction_0':
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:65: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:65: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:66: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:66: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:67: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:67: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:68: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:68: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:69: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:69: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:70: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:70: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:71: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:71: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:72: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:72: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:73: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:73: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:74: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:74: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:75: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:75: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:76: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:76: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:77: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:77: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:78: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:78: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:79: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:79: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:80: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:80: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:81: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:81: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:82: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:82: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:83: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:83: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:84: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:84: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:85: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:85: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:86: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:86: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:87: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:87: undefined reference to `hk_colour::~hk_colour()'
mainwindow.o: In function `__static_initialization_and_destruction_0':
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:65: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:65: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:66: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:66: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:67: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:67: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:68: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:68: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:69: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:69: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:70: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:70: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:71: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:71: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:72: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:72: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:73: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:73: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:74: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:74: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:75: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:75: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:76: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:76: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:77: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:77: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:78: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:78: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:79: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:79: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:80: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:80: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:81: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:81: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:82: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:82: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:83: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:83: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:84: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:84: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:85: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:85: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:86: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:86: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:87: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:87: undefined reference to `hk_colour::~hk_colour()'
/usr/bin/ld: Dwarf Error: Offset (10658) greater than or equal to .debug_str size (408).
moc_mainwindow.o: In function `__static_initialization_and_destruction_0':
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:65: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:65: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:66: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:66: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:67: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:67: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:68: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:68: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:69: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:69: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:70: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:70: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:71: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:71: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:72: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:72: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:73: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:73: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:74: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:74: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:75: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:75: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:76: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:76: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:77: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:77: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:78: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:78: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:79: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:79: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:80: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:80: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:81: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:81: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:82: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:82: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:83: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:83: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:84: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:84: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:85: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:85: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:86: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:86: undefined reference to `hk_colour::~hk_colour()'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:87: undefined reference to `hk_colour::hk_colour(int, int, int)'
/home/robertw/Software/Qt4/Qt4Test/../../hk_classes-0.8.3/hk_classes/hk_colour.h:87: undefined reference to `hk_colour::~hk_colour()'
collect2: ld returned 1 exit status
make: Leaving directory `/home/robertw/Software/Qt4/Qt4Test'
make: *** [Qt4Test] Error 1
Exited with code 2.
Error while building project Qt4Test
When executing build step 'Make'
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 07:42 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News