Hi, On Feb 24, 2010, at 4:54 AM, ext Aneesh Muralidharan wrote:
> Hi, > is there any special doc which point to how to compile Qt Creator > Plugin in Mac I am following > http://www.vcreatelogic.com/p/2009/08/document-on-writing-plugins-for-qt-creator/ > I'm finding it difficult to compile Qt Creator plugins in mac. which > is available here SVN Location: > https://svn2.hosted-projects.com/vcreatelogic/VCLTools/QtCPlugins > Username: anonymous > Password: anonymous > I'm using Qt 4.6.2 and Qt Creator 1.3.0. > > When I tried to compile I got these errors > ldld: library not found for -lCore_debug > : library not found for -lCore_debug > collect2: ld returned 1 exit status > collect2: ld returned 1 exit status > lipo: can't open input file: > /var/folders/Vy/Vyn6FFtiFOKCA48HAb-Rw++++TI/-Tmp-//ccDV1o4V.out (No > such file or directory) > make[1]: *** [../../qt-creator-1.3.1-src/build/bin/Qt > Creator.app/Contents/PlugIns/VCreateLogic/libQTCPluginProjectSupport_debug.dylib] > Error 1 > make: *** [sub-QTCPluginProjectSupport-make_default-ordered] Error 2 It would be useful to see a few more lines above the the actual error message (e.g. the actual line passed to the linker). Generally speaking, your plugin tries to link against the debug version of Qt. Which might not be there if you use the Qt binary download. It might help to download and install the package with the debug libraries (you find the link on the page that pops up when you download the Qt Mac binary package). ++ Eike > Thanks and regards, > Aneesh.M > _______________________________________________ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- 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 Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator