#220: Error copying file (if different)...
---------------------------+------------------------------------------------
Reporter: alex | Owner: laurent
Type: defect | Status: new
Priority: major | Milestone: QuteCom 2.2-RC4
Component: Build System | Version: 2.2
Resolution: | Keywords: Error copying file
Field_os: windowsXP |
---------------------------+------------------------------------------------
Comment(by alex):
Same disk location did not help, the problem was different.
FindBoost.cmake uses a way to get suffix part by looking boost_time_date
library and then fills SUFFIX part by parsing TMP, etc. Since
boost_time_date was missing, TMP = NOT FOUND and SUFFIX = "", instead of
TMP = boost_thread-<compiler>-<version>.dll and SUFFIX =
<compiler>-<version>.
Then we got all these errors during configuration:
Error copying file (if different) from
"C:/boost/lib/'''boost_thread.dll'''" to
"L:/DEV/qutecom-2-2-0/build/debug".
should be
copying file from "C:/boost/lib/boost_thread-vc90-mt-1_42.dll" to
"L:/DEV/qutecom-2-2-0/build/debug".
As an improvement I would break somehow in the configuration process right
after "Since boost_time_date was missing, TMP = NOT FOUND" error with
appropriate error note.
--
Ticket URL: <http://trac.qutecom.org/ticket/220#comment:3>
QuteCom <http://trac.qutecom.org>
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev