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 error, like the g++ line that was executed by make, might help tracking down the problem. Also it's usually a good idea to look for warnings when running qmake, some things that should be errors IMO are sometimes only warnings with qmake. ++ Eike > On 21 Jan 2010, at 11:44, visual fc wrote: > >> 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 Danny Price <[email protected]> >> 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 <[email protected]> wrote: >> 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 >> ===================== >> Author: visualfc >> Email : [email protected] >> Latest: 2010.1.21 >> >> >> Install win32-plugin >> ===================== >> Install qt-creator-win-opensource-1.3.0.exe >> Copy "win32-plugin/cppsupport" to "qtcreator-1.3.0/lib/qtcreator/plugins/" >> Run qtcreator.exe >> >> >> Compiling source >> ==================== >> You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport >> Plugin >> >> Download qt-creator-1.3.x-src.zip >> Copy "src/plugins/*" to "qt-creator-1.3.x-src/src/plugins/" >> Build qt-creator-1.3.x-src >> >> >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.trolltech.com/mailman/listinfo/qt-creator >> >> >> >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.trolltech.com/mailman/listinfo/qt-creator >> >> >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.trolltech.com/mailman/listinfo/qt-creator > > <ATT00001..txt> -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
