You are not logged in.
..well, not actually freecad, but soqt3. Freecad depends on soqt3, and i'll get an error while installing soqt3:
"Qt/qglobal.h detected, but no QTDIR environment variable set. Do not know where the Qt include files are."
As far as i can understand soqt3 should be replaced by qt4? So is it me that does something wrong or should freecad depend on qt4?
And why does'nt soqt3 work?
Offline
if it depends on qt
then in the pkgbuild you most likely need to source the qt3 script
source /etc/profile.d/qt3.sh
before the configure/build stage
Offline