LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-04-2010, 07:58 AM   #16
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174

still haven't found a way to build it correctly on -current multilib, but there's good news: it builds fine with sbopkg on pure 64-current

if you want to try these packages I made for myself, they should work fine also with the standard qt: libjscore.a should be needed at building time only

Last edited by ponce; 01-29-2011 at 02:42 AM. Reason: fixed libjscore library name
 
Old 12-23-2010, 11:49 AM   #17
ahmadj
Member
 
Registered: Jun 2010
Distribution: Slackware64_13.37 \ Slackware_13.1 \ ARMedslack_13.37
Posts: 80

Original Poster
Rep: Reputation: 16
Thanks for the package

However, my attempt to upgrade to -current failed miserably (kernel panic quite far into boot process, don't think it likes my hardware :S). I spent about a day doing minor open-heart surgery to get back to 13.1.

So, today, finally got around to trying FreeCAD from SVN. Had to fiddle with the configure file generated by autogen.sh to make it recognize boost and also point it to the correct qt dirs (but you know that already ). Only for it to fail to make with the same linking error you talked about..

So I've just temporarily moved /usr/lib to /usr/lib32 and then 'ln -s /usr/lib64 /usr/lib'. Running make now, seems to be working. Just have to make sure I don't forget to move the folders back!
 
Old 12-23-2010, 11:59 AM   #18
ahmadj
Member
 
Registered: Jun 2010
Distribution: Slackware64_13.37 \ Slackware_13.1 \ ARMedslack_13.37
Posts: 80

Original Poster
Rep: Reputation: 16
Red face

Oops, spoke too soon

Any idea what the following means?

Code:
mv -f .deps/libMeshGui_la-DlgSmoothing.Tpo .deps/libMeshGui_la-DlgSmoothing.Plo
/bin/sh ../../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -DMeshExport= -DMeshGuiExport= -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I../../../../src -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/lib64/qt/include -I/usr/lib64/qt/include/Qt3Support -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtOpenGL -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtSvg -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtUiTools  -I/usr/lib64/qt/include/QtWebKit  -I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT libMeshGui_la-SoFCIndexedFaceSet.lo -MD -MP -MF .deps/libMeshGui_la-SoFCIndexedFaceSet.Tpo -c -o libMeshGui_la-SoFCIndexedFaceSet.lo `test -f 'SoFCIndexedFaceSet.cpp' || echo './'`SoFCIndexedFaceSet.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DMeshExport= -DMeshGuiExport= -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I../../../../src -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/lib64/qt/include -I/usr/lib64/qt/include/Qt3Support -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtOpenGL -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtSvg -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtUiTools -I/usr/lib64/qt/include/QtWebKit -I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT libMeshGui_la-SoFCIndexedFaceSet.lo -MD -MP -MF .deps/libMeshGui_la-SoFCIndexedFaceSet.Tpo -c SoFCIndexedFaceSet.cpp  -fPIC -DPIC -o .libs/libMeshGui_la-SoFCIndexedFaceSet.o
mv -f .deps/libMeshGui_la-PropertyEditorMesh.Tpo .deps/libMeshGui_la-PropertyEditorMesh.Plo
/bin/sh ../../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -DMeshExport= -DMeshGuiExport= -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I../../../../src -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/lib64/qt/include -I/usr/lib64/qt/include/Qt3Support -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtOpenGL -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtSvg -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtUiTools  -I/usr/lib64/qt/include/QtWebKit  -I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT libMeshGui_la-SoFCMeshObject.lo -MD -MP -MF .deps/libMeshGui_la-SoFCMeshObject.Tpo -c -o libMeshGui_la-SoFCMeshObject.lo `test -f 'SoFCMeshObject.cpp' || echo './'`SoFCMeshObject.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DMeshExport= -DMeshGuiExport= -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I../../../../src -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/lib64/qt/include -I/usr/lib64/qt/include/Qt3Support -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtOpenGL -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtSvg -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtUiTools -I/usr/lib64/qt/include/QtWebKit -I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT libMeshGui_la-SoFCMeshObject.lo -MD -MP -MF .deps/libMeshGui_la-SoFCMeshObject.Tpo -c SoFCMeshObject.cpp  -fPIC -DPIC -o .libs/libMeshGui_la-SoFCMeshObject.o
SoFCIndexedFaceSet.cpp: In member function 'void MeshGui::SoFCIndexedFaceSet::startVisibility(SoAction*)':
SoFCIndexedFaceSet.cpp:334: warning: unused variable 'doaction'
MeshEditor.cpp: In member function 'void MeshGui::MeshFaceAddition::showMarker(SoPickedPoint*)':
MeshEditor.cpp:275: warning: comparison between signed and unsigned integer expressions
mv -f .deps/libMeshGui_la-SoFCIndexedFaceSet.Tpo .deps/libMeshGui_la-SoFCIndexedFaceSet.Plo
/bin/sh ../../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../..  -DMeshExport= -DMeshGuiExport= -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I../../../../src -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/lib64/qt/include -I/usr/lib64/qt/include/Qt3Support -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtOpenGL -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtSvg -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtUiTools  -I/usr/lib64/qt/include/QtWebKit  -I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT libMeshGui_la-ViewProvider.lo -MD -MP -MF .deps/libMeshGui_la-ViewProvider.Tpo -c -o libMeshGui_la-ViewProvider.lo `test -f 'ViewProvider.cpp' || echo './'`ViewProvider.cpp
In file included from DlgEvaluateMeshImp.cpp:1146:
moc_DlgEvaluateMeshImp.cpp:44: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp:53: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp:53: error: non-member function 'const QMetaObject* metaObject()' cannot have cv-qualifier
/usr/lib64/qt/include/QtCore/qobject.h: In function 'const QMetaObject* metaObject()':
/usr/lib64/qt/include/QtCore/qobject.h:296: error: 'QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptr' is protected
moc_DlgEvaluateMeshImp.cpp:55: error: within this context
/usr/lib64/qt/include/QtCore/qobject.h:296: error: invalid use of non-static data member 'QObject::d_ptr'
moc_DlgEvaluateMeshImp.cpp:55: error: from this location
/usr/lib64/qt/include/QtCore/qobject.h:296: error: 'QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptr' is protected
moc_DlgEvaluateMeshImp.cpp:55: error: within this context
/usr/lib64/qt/include/QtCore/qobject.h:296: error: invalid use of non-static data member 'QObject::d_ptr'
moc_DlgEvaluateMeshImp.cpp:55: error: from this location
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:58: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp: In function 'void* qt_metacast(const char*)':
moc_DlgEvaluateMeshImp.cpp:62: error: invalid use of 'this' in non-member function
moc_DlgEvaluateMeshImp.cpp:63: error: cannot call member function 'virtual void* QObject::qt_metacast(const char*)' without object
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:66: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp: In function 'int qt_metacall(QMetaObject::Call, int, void**)':
moc_DlgEvaluateMeshImp.cpp:68: error: cannot call member function 'virtual int QObject::qt_metacall(QMetaObject::Call, int, void**)' without object
moc_DlgEvaluateMeshImp.cpp:73: error: 'cleanup' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:158: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp:158: error: redefinition of 'const QMetaObject staticMetaObject'
moc_DlgEvaluateMeshImp.cpp:44: error: 'const QMetaObject staticMetaObject' previously defined here
moc_DlgEvaluateMeshImp.cpp:167: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp:167: error: non-member function 'const QMetaObject* metaObject()' cannot have cv-qualifier
moc_DlgEvaluateMeshImp.cpp: In function 'const QMetaObject* metaObject()':
moc_DlgEvaluateMeshImp.cpp:167: error: redefinition of 'const QMetaObject* metaObject()'
moc_DlgEvaluateMeshImp.cpp:53: error: 'const QMetaObject* metaObject()' previously defined here
/usr/lib64/qt/include/QtCore/qobject.h:296: error: 'QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptr' is protected
moc_DlgEvaluateMeshImp.cpp:169: error: within this context
/usr/lib64/qt/include/QtCore/qobject.h:296: error: invalid use of non-static data member 'QObject::d_ptr'
moc_DlgEvaluateMeshImp.cpp:169: error: from this location
/usr/lib64/qt/include/QtCore/qobject.h:296: error: 'QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptr' is protected
moc_DlgEvaluateMeshImp.cpp:169: error: within this context
/usr/lib64/qt/include/QtCore/qobject.h:296: error: invalid use of non-static data member 'QObject::d_ptr'
moc_DlgEvaluateMeshImp.cpp:169: error: from this location
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:172: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp: In function 'void* qt_metacast(const char*)':
moc_DlgEvaluateMeshImp.cpp:172: error: redefinition of 'void* qt_metacast(const char*)'
moc_DlgEvaluateMeshImp.cpp:58: error: 'void* qt_metacast(const char*)' previously defined here
moc_DlgEvaluateMeshImp.cpp:176: error: invalid use of 'this' in non-member function
moc_DlgEvaluateMeshImp.cpp:178: error: invalid use of 'this' in non-member function
moc_DlgEvaluateMeshImp.cpp:180: error: invalid use of 'this' in non-member function
moc_DlgEvaluateMeshImp.cpp:181: error: cannot call member function 'virtual void* QDialog::qt_metacast(const char*)' without object
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:184: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp: In function 'int qt_metacall(QMetaObject::Call, int, void**)':
moc_DlgEvaluateMeshImp.cpp:184: error: redefinition of 'int qt_metacall(QMetaObject::Call, int, void**)'
moc_DlgEvaluateMeshImp.cpp:66: error: 'int qt_metacall(QMetaObject::Call, int, void**)' previously defined here
moc_DlgEvaluateMeshImp.cpp:186: error: cannot call member function 'virtual int QDialog::qt_metacall(QMetaObject::Call, int, void**)' without object
moc_DlgEvaluateMeshImp.cpp:191: error: 'on_checkOrientationButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:192: error: 'on_analyzeOrientationButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:193: error: 'on_repairOrientationButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:194: error: 'on_checkDuplicatedFacesButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:195: error: 'on_analyzeDuplicatedFacesButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:196: error: 'on_repairDuplicatedFacesButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:197: error: 'on_checkDuplicatedPointsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:198: error: 'on_analyzeDuplicatedPointsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:199: error: 'on_repairDuplicatedPointsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:200: error: 'on_checkNonmanifoldsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:201: error: 'on_analyzeNonmanifoldsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:202: error: 'on_repairNonmanifoldsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:203: error: 'on_checkDegenerationButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:204: error: 'on_analyzeDegeneratedButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:205: error: 'on_repairDegeneratedButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:206: error: 'on_checkIndicesButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:207: error: 'on_analyzeIndicesButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:208: error: 'on_repairIndicesButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:209: error: 'on_checkSelfIntersectionButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:210: error: 'on_analyzeSelfIntersectionButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:211: error: 'on_repairSelfIntersectionButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:212: error: 'on_checkFoldsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:213: error: 'on_analyzeFoldsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:214: error: 'on_repairFoldsButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:215: error: 'on_analyzeAllTogether_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:216: error: 'on_repairAllTogether_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:217: error: 'on_refreshButton_clicked' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp:218: error: 'on_meshNameButton_activated' was not declared in this scope
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:245: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp:245: error: redefinition of 'const QMetaObject staticMetaObject'
moc_DlgEvaluateMeshImp.cpp:44: error: 'const QMetaObject staticMetaObject' previously defined here
moc_DlgEvaluateMeshImp.cpp:254: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp:254: error: non-member function 'const QMetaObject* metaObject()' cannot have cv-qualifier
moc_DlgEvaluateMeshImp.cpp: In function 'const QMetaObject* metaObject()':
moc_DlgEvaluateMeshImp.cpp:254: error: redefinition of 'const QMetaObject* metaObject()'
moc_DlgEvaluateMeshImp.cpp:53: error: 'const QMetaObject* metaObject()' previously defined here
/usr/lib64/qt/include/QtCore/qobject.h:296: error: 'QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptr' is protected
moc_DlgEvaluateMeshImp.cpp:256: error: within this context
/usr/lib64/qt/include/QtCore/qobject.h:296: error: invalid use of non-static data member 'QObject::d_ptr'
moc_DlgEvaluateMeshImp.cpp:256: error: from this location
/usr/lib64/qt/include/QtCore/qobject.h:296: error: 'QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptr' is protected
moc_DlgEvaluateMeshImp.cpp:256: error: within this context
/usr/lib64/qt/include/QtCore/qobject.h:296: error: invalid use of non-static data member 'QObject::d_ptr'
moc_DlgEvaluateMeshImp.cpp:256: error: from this location
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:259: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp: In function 'void* qt_metacast(const char*)':
moc_DlgEvaluateMeshImp.cpp:259: error: redefinition of 'void* qt_metacast(const char*)'
moc_DlgEvaluateMeshImp.cpp:58: error: 'void* qt_metacast(const char*)' previously defined here
moc_DlgEvaluateMeshImp.cpp:263: error: invalid use of 'this' in non-member function
moc_DlgEvaluateMeshImp.cpp:264: error: cannot call member function 'virtual void* MeshGui::DlgEvaluateMeshImp::qt_metacast(const char*)' without object
moc_DlgEvaluateMeshImp.cpp: At global scope:
moc_DlgEvaluateMeshImp.cpp:267: error: 'MeshGui::MeshGui' has not been declared
moc_DlgEvaluateMeshImp.cpp: In function 'int qt_metacall(QMetaObject::Call, int, void**)':
moc_DlgEvaluateMeshImp.cpp:267: error: redefinition of 'int qt_metacall(QMetaObject::Call, int, void**)'
moc_DlgEvaluateMeshImp.cpp:66: error: 'int qt_metacall(QMetaObject::Call, int, void**)' previously defined here
moc_DlgEvaluateMeshImp.cpp:269: error: cannot call member function 'virtual int MeshGui::DlgEvaluateMeshImp::qt_metacall(QMetaObject::Call, int, void**)' without object
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -DMeshExport= -DMeshGuiExport= -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src -I../../../../src -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/lib64/qt/include -I/usr/lib64/qt/include/Qt3Support -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtOpenGL -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtSvg -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtUiTools -I/usr/lib64/qt/include/QtWebKit -I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT libMeshGui_la-ViewProvider.lo -MD -MP -MF .deps/libMeshGui_la-ViewProvider.Tpo -c ViewProvider.cpp  -fPIC -DPIC -o .libs/libMeshGui_la-ViewProvider.o
make[6]: *** [libMeshGui_la-DlgEvaluateMeshImp.lo] Error 1
make[6]: *** Waiting for unfinished jobs....
mv -f .deps/libMeshGui_la-DlgSettingsMeshView.Tpo .deps/libMeshGui_la-DlgSettingsMeshView.Plo
mv -f .deps/libMeshGui_la-MeshEditor.Tpo .deps/libMeshGui_la-MeshEditor.Plo
mv -f .deps/libMeshGui_la-DlgRegularSolidImp.Tpo .deps/libMeshGui_la-DlgRegularSolidImp.Plo
RemoveComponents.cpp: In static member function 'static void MeshGui::RemoveComponents::selectGLCallback(void*, SoEventCallback*)':
RemoveComponents.cpp:347: warning: unused variable 'ev'
mv -f .deps/libMeshGui_la-SoFCMeshObject.Tpo .deps/libMeshGui_la-SoFCMeshObject.Plo
mv -f .deps/libMeshGui_la-RemoveComponents.Tpo .deps/libMeshGui_la-RemoveComponents.Plo
mv -f .deps/libMeshGui_la-Command.Tpo .deps/libMeshGui_la-Command.Plo
mv -f .deps/libMeshGui_la-ViewProvider.Tpo .deps/libMeshGui_la-ViewProvider.Plo
make[6]: Leaving directory `/home/ahmad/setup/software/cad/freecad/src/Mod/Mesh/Gui'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/ahmad/setup/software/cad/freecad/src/Mod/Mesh/Gui'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ahmad/setup/software/cad/freecad/src/Mod/Mesh'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ahmad/setup/software/cad/freecad/src/Mod'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ahmad/setup/software/cad/freecad/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ahmad/setup/software/cad/freecad'
make: *** [all] Error 2
This is my configure command, is there something wrong with it?
Quote:
./configure --prefix=/opt/FreeCAD --with-qt4-bin=/usr/bin/ --with-qt4-include=/usr/lib64/qt/include --with-qt4-lib=/usr/lib64/qt/lib --with-occ-include=/usr/include/OpenCASCADE
 
Old 12-23-2010, 12:20 PM   #19
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
Missing library or wrong version of the library or gcc craped.
Maybe you should start a new thread with link to this thread.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Opencascade RPM for centOS Alexvader Red Hat 13 11-18-2010 09:07 AM
[SOLVED] Many sbo repository errors rm%rf Slackware 3 09-23-2010 02:56 PM
installing mpd 0.15.8 from SBo dumdadum Slackware 3 04-14-2010 09:22 AM
Building OpenCascade in Slackware64 13 Alexvader Slackware 2 03-21-2010 10:21 PM
Opera 10.01 in SBo hitest Slackware 2 11-09-2009 02:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration