Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-27 Thread Stephen Chu
I don't suppose this works with the pre-built Creator downloaded from Trolltech? In article , Danny Price wrote: > [Image] > > - > > > Couldn't figure out how to add it to the page so here's the OSX version > (64bit). No p

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-27 Thread Danny Price
Hey sorry have been busy. It's a pain to build them - you can't just drop the source into Creator and compile for some reason. I'll do some proper release builds tonight. On Tue, Jan 26, 2010 at 11:22 PM, Stephen Chu wrote: > Any news on where OS X binaries are available? > > Thanks > > In arti

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-26 Thread Stephen Chu
Any news on where OS X binaries are available? Thanks In article <664fcc84-0056-41f7-8560-1cbf79e6f...@googlemail.com>, Danny Price wrote: > Hi I managed build it on OSX. Seems to work great! > > It seems really strange to me that I must download and build some special > version of Creator j

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-24 Thread visual fc
To Danny Price. Thank's , this CppSupport plugin for LGPL, You can provide binaries to help OSX user dowloads. 2010/1/24 visual fc > To Danny Price. > > Thank's , this CppSupport plugin for LPGL, You can provide binaries to > help OSX user dowloads. > > 2010/1/23 Danny Price > > Hi I managed b

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-24 Thread visual fc
To Danny Price. Thank's , this CppSupport plugin for LPGL, You can provide binaries to help OSX user dowloads. 2010/1/23 Danny Price > Hi I managed build it on OSX. Seems to work great! > > It seems really strange to me that I must download and build some special > version of Creator just to co

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-22 Thread Danny Price
Hi I managed build it on OSX. Seems to work great! It seems really strange to me that I must download and build some special version of Creator just to compile your plugin! What am I missing here? Anyway thanks a LOT for your efforts in creating this. It really adds value to Creator. Would you

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-22 Thread visual fc
to danny Price I not have OSX computer. Can not be tested >> >> ___ >> Qt-creator mailing list >> Qt-creator@trolltech.com >> http://lists.trolltech.com/mailman/listinfo/qt-creator >> >> > ___ Qt-creator mail

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-22 Thread visual fc
to thorbjorn lindeijer The combo box for projects. this cppsupport quote ProjectExplorer Plugin projectmodel.h/cpp the project-node easy to design. 2010/1/22 Thorbjørn Lindeijer > > On 01/21/2010 09:03 AM, ext visual fc wrote: >> > Hi all. >> > >> > CppSupport is a QtCreator Plugin for C++ Class

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-22 Thread Danny Price
I must be missing something - can someone explain how to compile an OSX version? I downloaded creator 1.3.1 source from git, moved the plugin source into the directory source as instructed and built Creator. I then tried to build the plugin and got that missing header error. What am I doing wrong?

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-22 Thread Thorbjørn Lindeijer
On 01/21/2010 09:03 AM, ext visual fc wrote: > Hi all. > > CppSupport is a QtCreator Plugin for C++ Class View I tried it out (compiled the cppsupport branch in your git repository), and it looks pretty good! One thing I was wondering is why you chose to put the final nesting level in a view at

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-22 Thread Eike Ziller
On Jan 21, 2010, at 8:45 PM, ext Danny Price wrote: > I tried building the plugin but I get this error: > > /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33: > error: extensionsystem/iplugin.h: No such file or directory A little bit more context around the

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
This file qtc creator source header. try to build qtcreator source in qt-creator bin 2010/1/22 Danny Price > It's a missing header file. You'll get the same error regardless of > platform. What is extensionsystem/iplugin.h? > > On 22 Jan 2010, at 00:40, visual fc wrote: > > I just build for wind

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
It's a missing header file. You'll get the same error regardless of platform. What is extensionsystem/iplugin.h? On 22 Jan 2010, at 00:40, visual fc wrote: > I just build for windows and linux 64bit > You can try to use git download > http://qt.gitorious.org/~visualfc/qt-creator/qt-creator-cppsu

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
I just build for windows and linux 64bit You can try to use git download http://qt.gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport/commits/cppsupport-1.3.1 2010/1/22 Danny Price > Yes I followed the instructions and build creator from source (1.3.1) with > your plugin src copied to the

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
Yes I followed the instructions and build creator from source (1.3.1) with your plugin src copied to the correct directory. It doesn't get built automatically as your instructions seem to imply. On 22 Jan 2010, at 00:02, visual fc wrote: > You need qt-creator-1.3.x-src to build or use git > htt

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
You need qt-creator-1.3.x-src to build or use git http://www.cppblog.com/visualfc/archive/2010/01/21/106142.html 2010/1/22 Danny Price > I tried building the plugin but I get this error: > > /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33: > error: extension

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
I tried building the plugin but I get this error: /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33: error: extensionsystem/iplugin.h: No such file or directory On 21 Jan 2010, at 11:44, visual fc wrote: > I only test build for win32 and linux 64bit. > > ht

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
I only test build for win32 and linux 64bit. http://code.google.com/p/visualfc/downloads/list Only win32-plugin and all platform source. You can download Qt Creator source and cppsupport source to build. Git url : http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport 2010/1/21 Dann

Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
Wonderful! Can you please provide OSX and Linux binaries? I don't see why I need to build Creator as well. On Thu, Jan 21, 2010 at 8:03 AM, visual fc wrote: > Hi all. > > CppSupport is a QtCreator Plugin for C++ Class View > > Downloads: > http://code.google.com/p/visualfc/downloads/list > > Gi

[Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
Hi all. CppSupport is a QtCreator Plugin for C++ Class View Downloads: http://code.google.com/p/visualfc/downloads/list Git source url = git:git://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.git branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0 Auchor ===