Date: 2008-12-05 17:47
Sender: Jason Clouse
I should add a note about the symptoms here. If you see the
following when building on OS X (I'm on 10.4.11), you may need
this patch:
Linking CXX shared module qtruby4.so
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined
symbols:
QWebHistoryItem::QWebHistoryItem(QWebHistoryItem const&)
QWebHistoryItem::~QWebHistoryItem()
collect2: ld returned 1 exit status
make[2]: *** [ruby/qtruby/src/qtruby4.so] Error 1
make[1]: *** [ruby/qtruby/src/CMakeFiles/qtruby4.dir/all] Error
2
make: *** [all] Error 2 |