On Sun, Mar 6, 2011 at 2:19 AM, David Lichteblau <span dir="ltr"><<a href="mailto:david@lichteblau.com">david@lichteblau.com</a>></span> wrote:<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Can you "make clean" again and then paste a complete build log including<br>
all gcc output?<font color="#888888"><br>
</font></blockquote></div><br>Here you go (I had to rerun qmake because it initially gave me Xcode project files):<div><br></div><div><div>$ qmake -spec macx-g++</div><div>$ make</div><div>g++ -c -pipe -g -gdwarf-2 -Wall -W -fPIC -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.7/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -I. -F/Library/Frameworks -o commonqt.o commonqt.cpp</div>
<div>rm -f libcommonqt.1.0.0.dylib libcommonqt.dylib libcommonqt.1.dylib libcommonqt.1.0.dylib</div><div>g++ -headerpad_max_install_names -single_module -dynamiclib -compatibility_version<span class="Apple-tab-span" style="white-space:pre">    </span>1.0 -current_version<span class="Apple-tab-span" style="white-space:pre">        </span>1.0.0 -install_name<span class="Apple-tab-span" style="white-space:pre"> </span>libcommonqt.1.dylib -o libcommonqt.1.0.0.dylib commonqt.o  -F/Library/Frameworks -L/Library/Frameworks -lsmokeqtcore -framework QtGui -L/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib -F/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib -framework QtCore  </div>
<div>ld: warning: directory '/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib' following -L not found</div><div>ld: warning: directory '/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib' following -F not found</div>
<div>Undefined symbols:</div><div>  "Smoke::classMap", referenced from:</div><div>      Smoke::findClass(char const*)in commonqt.o</div><div>      Smoke::findClass(char const*)in commonqt.o</div><div>  "Smoke::NullModuleIndex", referenced from:</div>
<div>      Smoke::idMethod(short, short)in commonqt.o</div><div>      Smoke::idClass(char const*, bool)in commonqt.o</div><div>      Smoke::idClass(char const*, bool)in commonqt.o</div><div>      Smoke::idMethodName(char const*)in commonqt.o</div>
<div>      Smoke::findClass(char const*)in commonqt.o</div><div>ld: symbol(s) not found</div><div>collect2: ld returned 1 exit status</div><div>make: *** [libcommonqt.1.0.0.dylib] Error 1</div><div><br></div><div>Let me know if you need anything else.<br clear="all">
<br>-- <br>Elliott Slaughter<br><br>"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay<br>
</div></div>