Hi,

1. It looks like qt4 variables are not correctly setted ($QTDIR, $QMAKESPEC) in 
amd64 configuration.
Please check the qt4 packages installation.

2. With the basic build command, FreeDiams libs and plugs will be installed in 
/usr/lib. You can modify this behavior by adding

        LIBRARY_BASENAME=lib64

to the qmake command in the debian/rules

[original]
        qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" 
"INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" LOWERED_APPNAME="$(pkg)" 
$(pkg).pro

[patched]
        qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" 
"INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" LOWERED_APPNAME="$(pkg)" 
LIBRARY_BASENAME="lib64" $(pkg).pro

More info about the FreeMedForms build system at

        http://www.freemedforms.com/en/code/buildsystem

Thanks for your help
Eric


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to