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

QtWorkbench plugin

<< < (28/44) > >>

Gagh:

--- Quote from: yop on May 26, 2007, 01:03:17 pm ---
--- Quote from: Mononofu on May 26, 2007, 11:17:11 am ---[11:14:54.724]: ERROR: /home/mononofu/.codeblocks/share/codeblocks/plugins/libqtworkbench.so: not loaded (missing symbols?)

--- End quote ---
Byo was reported with the same thing some time ago for wxSmith. I don't know how he solved this, I 'll ask when we get there :-)

--- End quote ---

Think this is just the way you setup your linker, with or without symbols. Leave them out and you get the above.

yop:
If anyone feels like an early adopter, I have merged the branch I was working on to the trunk in the plugin svn. Instructions on how to use the updated plugin are in http://code.google.com/p/qtworkbench/wiki/PluginUsage
Please remove anything you have installed from the previous versions of the plugin.
* Debugging works
* Multiple targets work
* Build log takes you to the correct file on errors
* You 'll get code completion if you follow the instructions
* The parser is simpler and better but not as good as I want (yet)
* Build starts from Code::Blocks build system
* ... (many more things work)...
* Oh and it also works under linux :-)

If anyone finds the time to check it out, please report whatever doesn't work for you or you don't like in http://code.google.com/p/qtworkbench/issues/list
I 'll be away, so you won't see any activity during the next week. When I return I 'll probably release a binary plugin for importing.

MortenMacFly:

--- Quote from: yop on June 05, 2007, 03:33:44 am ---If anyone feels like an early adopter, I have merged the branch I was working on to the trunk in the plugin svn.

--- End quote ---
The page says:

--- Code: ---# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://qtworkbench.googlecode.com/svn/trunk/ qtworkbench

--- End code ---
...but this doesn't work for me...?! Am I missing something?!
With regards, Morten.

stahta01:

--- Quote from: MortenMacFly on June 05, 2007, 08:03:52 am ---
--- Quote from: yop on June 05, 2007, 03:33:44 am ---If anyone feels like an early adopter, I have merged the branch I was working on to the trunk in the plugin svn.

--- End quote ---
The page says:

--- Code: ---# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://qtworkbench.googlecode.com/svn/trunk/ qtworkbench

--- End code ---
...but this doesn't work for me...?! Am I missing something?!
With regards, Morten.

--- End quote ---


--- Code: ---svn checkout http://qtworkbench.googlecode.com/svn/trunk/ qtworkbench

--- End code ---

It just worked for me OK.

Try it without "/"

--- Code: ---svn checkout http://qtworkbench.googlecode.com/svn/trunk qtworkbench

--- End code ---


--- Code: ---svn --version

svn, version 1.4.2 (r22196)
   compiled Nov  3 2006, 16:53:07

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

--- End code ---

Tim S

yop:
Morten, which svn client do you use? I have tried anonymous checkout with svn, rapidsvn and tortoise svn; all of them worked.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version