On Sat, 2005-01-08 at 18:05, Andres Cabrera wrote: > Hi, > I'm very eager to try fmit to tune my 'tiple' a traditional colombian > instrument with 12 strings in 4 orders, but I'm stuck like Jan Depner at: > > make[2]: Entering directory `/home/andres/Old/fmit-0.9.9/ui' > /usr/lib/qt-3.3.3/bin/uic ConfigForm.ui > ConfigForm.h > /usr/lib/qt-3.3.3/bin/uic -impl ConfigForm.h ConfigForm.ui > ConfigForm.cpp > /usr/lib/qt-3.3.3/bin/uic: relocation error: /usr/lib/qt-3.3.3/bin/uic: > undefined symbol: _ZNK7QString3argExii > make[2]: *** [ConfigForm.cpp] Error 127 > > I'm using Planet CCRMA FC1. Does it build with the original qt in fc1? (qt-3.1, I think). That would be a better option. If it really needs qt 3.3 and you are using the qt33 package then you need to set a couple of environment variables while building, QTDIR (set to /usr/lib/qt-3.3.3) and LD_LIBRARY_PATH (set to /usr/lib/qt-3.3.3/lib), this last one should fix the relocation error. You also will have to set LD_LIBRARY_PATH when running the binary. -- Fernando