Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

QtWorkbench plugin

<< < (30/44) > >>

H0LL0:
my problem is the following: im a programming beginner, i learn programming with qt atm. i need a good ide, codeblocks is a good one. qtworkbench is a nice plugin
BUT for the installation, i need to compile wxwidgets, codeblocks and the pulgin, which takes years, and is not that easy... why cant you just put a binary release up :(

p.s.: compiling c::b gives me the same error, as in the past...

--- Code: ---ld.exe:: cannot find -lwxmsw28u
:: === Build finished: 1 errors, 0 warnings ===

--- End code ---

raph:

--- Quote from: H0LL0 on June 11, 2007, 09:05:39 pm ---p.s.: compiling c::b gives me the same error, as in the past...

--- Code: ---ld.exe:: cannot find -lwxmsw28u
:: === Build finished: 1 errors, 0 warnings ===

--- End code ---

--- End quote ---
You did not compile wxWidgets correctly or codeblocks can't find it.
Just follow this guilde but use wxWidgets 2.8.4 (wiki needs to be upated).

Regards
raph

yop:
I have put a binary release here: http://code.google.com/p/qtworkbench/downloads/detail?name=qtworkbench-0.4.1alpha.cbplugin
I have made quite a few changes lately and for the changed plugin I don't have a binary release yet because I didn't have the time (right now I 'm in Madrid on a business trip).
Just read the latest posts in the current thread. You 'll get the binary release sometime next week.

H0LL0:
big thx :)

i hope you didnt misunderstand me. i didnt want to give too much pressure to you.
we're programming c++ with qt and opengl in our university atm, and after 1.5 years of programming, im a hero in bringing ides to work, cause there is no ide you get to work properly.
eclipse is made for java. you can make it work with c++ qmake n stuff, but configuring and installing everything takes around 3-4 hours (with a tutorial). the code completion is horrific, and the debugging doesnt work properly. and eclipse does what it wants with cvs archives. its overloaded with java functions, you cannot use in c++, which increases the used memory like hell
kdevelop is ok, but the cvs support isnt that good, and: it doesnt work under windows (yet) and most beginners will prefer windows, especially if they need to have opengl running what is a proglem with some graphic adapters. and vmware is freakin slow ;)
visual studio is good. you have to configure only a little bit, and it works with all functions you need. BUT its from MS and its expencive. havent tried it out that much yet.
codeblocks takes all the advantantages together. but atm its way too much configuring for my prupose. if the plugin would be precompiled, it would shrink the installation-work from 3 hours to 20 minutes, which would be a real advantage if you want to show it to beginners.
xcode is perfect. but... who of all the poor students can afford a mac? :\

im a little fed up with all that ide configuring. you are the community which can make the life easyer for hundrets of students on my university.... so once again: big thx for your help so far :D

yop:
Visit http://code.google.com/p/qtworkbench/ there is a new binary release available (0.5.0) that includes all the changes mentioned in my last posts. Please read the usage instructions first: http://code.google.com/p/qtworkbench/wiki/PluginUsage

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version