User forums > Help
Error compiling QT application
CJ:
--- Quote from: sethjackson on August 03, 2006, 05:54:49 pm ---Yes. You will need a recent nightly build.
--- End quote ---
The Unicode build won't start, complaining about a missing dll point, the ANSI build starts and seems to be configured right but I get the same
undefined reference to `vtable for LCDRange'
errors like in the 1.0 RC2 on the Qt tutorial examples unless I manualy invoke the moc.
CU
CJ
sethjackson:
--- Quote from: CJ on August 03, 2006, 10:14:55 pm ---
--- Quote from: sethjackson on August 03, 2006, 05:54:49 pm ---Yes. You will need a recent nightly build.
--- End quote ---
The Unicode build won't start, complaining about a missing dll point, the ANSI build starts and seems to be configured right but I get the same
undefined reference to `vtable for LCDRange'
errors like in the 1.0 RC2 on the Qt tutorial examples unless I manualy invoke the moc.
CU
CJ
--- End quote ---
Right this is expected (AFAIK). Search the forum for the QtWorkBench plugin. ;)
CJ:
--- Quote from: sethjackson on August 04, 2006, 03:31:11 am ---Right this is expected (AFAIK). Search the forum for the QtWorkBench plugin. ;)
--- End quote ---
Already did so yesterday but the plugin isn't on the web page, the attachements in the forum are deleted and the thread only mentions frequently that a new version is uploaded but no URL as far as I can see.
Thanks for your help!
CU
CJ
mandrav:
--- Quote from: CJ on August 04, 2006, 10:23:42 am ---Already did so yesterday but the plugin isn't on the web page, the attachements in the forum are deleted and the thread only mentions frequently that a new version is uploaded but no URL as far as I can see.
--- End quote ---
Yop (the author) has sent me the files again and I will host them in a permanent place. I 'll make an announcement when it's ready.
tiwag:
--- Quote from: CJ on August 04, 2006, 10:23:42 am ---
--- Quote from: sethjackson on August 04, 2006, 03:31:11 am ---Right this is expected (AFAIK). Search the forum for the QtWorkBench plugin. ;)
--- End quote ---
... the plugin isn't on the web page, the attachements in the forum are deleted and the thread only mentions frequently that a new version is uploaded but no URL as far as I can see.
--- End quote ---
in the meanwhile you can download the plugin sources from here
http://tiwag.cb.googlepages.com/qtworkbench-0.4.2.alpha.zip
you have to build it yourself, create a folder in the CB source tree,
for example, i have it set up in : CB/trunk/src/plugins/_other/
and copy all files and subdirectories there, so that you have the following tree
CB/trunk/src/plugins/_other/QtWorkbench
CB/trunk/src/plugins/_other/QtWorkbench/res
CB/trunk/src/plugins/_other/QtWorkbench/src
then open CB/trunk/src/plugins/_other/QtWorkbench/qtworkbench.cbp
with CodeBlocks and build it. it will be built in CB/trunk/src/devel/share/CodeBlocks/plugins
after you run the CB/trunk/src/update.bat (on Windows) it will be copied to
the CB working version tree CB/trunk/src/output
i tested it with Qt 4.1.2 and generally it works fine.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version