I forgot one important thing. These are the meesages I get when
compiling the TaigaWizard:
-------------------------------------------------------------------------------------------------------------------------------------------------
g++ -Wl,-O1 -o bin/TaigaWizard wizard.o main.o configxmlfile.o
configinifile.o confighelper.o confighandler.o configfile.o
databasedialog.o dialog.o regionwizard.o connectionstringhelper.o
moc_wizard.o moc_databasedialog.o moc_dialog.o moc_regionwizard.o    -
L/usr/lib -lQtXml -lQtGui -lQtCore -lpthread
dialog.o: In function `Dialog::on_pushButton_2_clicked()':
dialog.cpp:(.text+0x3d): undefined reference to
`Wizard::Configure(bool)'
dialog.o: In function `Dialog::on_pushButton_clicked()':
dialog.cpp:(.text+0x9d): undefined reference to
`Wizard::Configure(bool)'
dialog.o: In function `Dialog::~Dialog()':
dialog.cpp:(.text+0xf9): undefined reference to `Wizard::~Wizard()'
dialog.o: In function `Dialog::~Dialog()':
dialog.cpp:(.text+0x169): undefined reference to `Wizard::~Wizard()'
dialog.o: In function `Dialog::~Dialog()':
dialog.cpp:(.text+0x1b9): undefined reference to `Wizard::~Wizard()'
dialog.o: In function `Dialog::on_pushButton_3_clicked()':
dialog.cpp:(.text+0x7cb): undefined reference to
`Wizard::ClearRegions()'
dialog.cpp:(.text+0xae6): undefined reference to
`Wizard::SetDataBaseParams()'
dialog.cpp:(.text+0xb15): undefined reference to
`Wizard::Configure(bool)'
dialog.o: In function `Dialog::DecideStartPath()':
dialog.cpp:(.text+0x1555): undefined reference to
`Wizard::SetTaigaPath(QString)'
dialog.cpp:(.text+0x1980): undefined reference to
`Wizard::SetTaigaPath(QString)'
dialog.cpp:(.text+0x1faf): undefined reference to
`Wizard::SetTaigaPath(QString)'
dialog.o: In function `Dialog::Dialog(QWidget*)':
dialog.cpp:(.text+0x2392): undefined reference to
`Wizard::Wizard(QWidget*, RegionWizard*)'
dialog.cpp:(.text+0x2412): undefined reference to `Wizard::~Wizard()'
dialog.o: In function `Dialog::Dialog(QWidget*)':
dialog.cpp:(.text+0x2482): undefined reference to
`Wizard::Wizard(QWidget*, RegionWizard*)'
dialog.cpp:(.text+0x2502): undefined reference to `Wizard::~Wizard()'
moc_wizard.o: In function `Wizard::qt_metacall(QMetaObject::Call, int,
void**)':
moc_wizard.cpp:(.text+0x84): undefined reference to
`Wizard::on_comboDBPlugin_currentIndexChanged(QString)'
moc_wizard.cpp:(.text+0xac): undefined reference to
`Wizard::onNext_button_clicked()'
moc_wizard.cpp:(.text+0xbc): undefined reference to
`Wizard::onFinish_button_clicked()'
moc_wizard.cpp:(.text+0xe4): undefined reference to
`Wizard::on_lineEditSaveName_textChanged(QString)'
moc_wizard.cpp:(.text+0x10c): undefined reference to
`Wizard::on_lineEditGridDBPassword_textChanged(QString)'
moc_wizard.cpp:(.text+0x11c): undefined reference to
`Wizard::on_btnChangeDataBaseNames_clicked()'
moc_wizard.cpp:(.text+0x12c): undefined reference to
`Wizard::on_checkBoxRobust_clicked()'
moc_wizard.cpp:(.text+0x13c): undefined reference to
`Wizard::on_btnBrowseDirectory_clicked()'
moc_wizard.cpp:(.text+0x14c): undefined reference to
`Wizard::on_btnUpdateRegion_clicked()'
moc_wizard.cpp:(.text+0x15c): undefined reference to
`Wizard::on_btnAddRegion_clicked()'
moc_wizard.cpp:(.text+0x16c): undefined reference to
`Wizard::on_btnSaveConfigs_clicked()'
moc_wizard.cpp:(.text+0x194): undefined reference to
`Wizard::on_lineEditSimGridUrl_textChanged(QString)'
moc_wizard.cpp:(.text+0x1a4): undefined reference to
`Wizard::on_btnRemoveRegion_clicked()'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0x14): undefined
reference to `Wizard::~Wizard()'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0x18): undefined
reference to `Wizard::~Wizard()'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0xb4): undefined
reference to `Wizard::changeEvent(QEvent*)'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0xfc): undefined
reference to `Wizard::GetRegionPorts()'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0x108): undefined
reference to `non-virtual thunk to Wizard::~Wizard()'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0x10c): undefined
reference to `non-virtual thunk to Wizard::~Wizard()'
moc_wizard.o:(.rodata._ZTV6Wizard[vtable for Wizard]+0x124): undefined
reference to `non-virtual thunk to Wizard::GetRegionPorts()'
collect2: ld returned 1 exit status
make: *** [bin/TaigaWizard] Erreur 1







On 26 jan, 07:04, PatrickDutoit <p...@wanadoo.fr> wrote:
> @cecil & all that can help,
>
> I have followed this 
> adviceshttp://groups.google.com/group/realxtend/browse_thread/thread/c8faaf3...
> by erno to get a working taiga version.
> For the TaigaWizard I didn't find anything about how to build a
> working version.
> I use MySQL and followed the advices 
> inhttp://wiki.realxtend.org/index.php/Getting_Started_with_Taiga
> to configure the ini files.
> Maybe there is a mistake in my configuration.
> As you say Cecil it would be better to get a working version of the
> TaigaWizard.
> I will do my best to obtain it but a little would be welcome.
>
> Best regards
> Patrick
>
> On 26 jan, 00:34, CecilBergwin <perfection...@blueyonder.co.uk> wrote:
>
> > I feel its your configuration for sure, I had exact same issues when I
> > tried to compile the TaigaWizard and ended up going around in the
> > circles you are yourself, The only thing I can suggest is maybe what
> > you already know but just incase.
>
> > 1.Try to get a working compile of the TaigaWizard, this will help
> > immensely.
> > 2.Databases, are these configured ? SQL etc as you don't mention above
> > anything in regards.
> > 3.If you can't get the TaigaWizard to compile and you are going the
> > manual way, then my tip is load each server(mono *.exe) at a time in a
> > terminal, this way starting from the 1st to the 4th executable you can
> > phathom out what is the issue, as myself I had a perfect working 1,2,3
> > on the *.exe's but the 4th was causing me issues, now without running
> > these 1 for 1 it was almost impossible to track back logs etc or see
> > what was going on in the Terminal. So if you go 1 at a time then it
> > may help you configure manually.
>
> > I have a working TaigaWizard what I compiled myself for Ubuntu 10.04
> > not sure if it was 32 or 64 bit or if it would even work for you but
> > if the above steps don't help then feel free to shout :).
>
> > Cheers
> > Cecil - back home after a 12 hour shift....... reading time...

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Reply via email to