QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category QCAD (main)
  • Assigned To
    Andrew
  • Operating System Linux (All / Other)
  • Severity Low
  • Priority Very Low
  • Reported Version 3.3.4
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: QCAD Bugtracker
Opened by Tamas TEVESZ - 14.10.2013
Last edited by Andrew - 14.10.2013

FS#941 - New old build error (on FreeBSD now)

This seems to have somehow surfaced once again, this time on FreeBSD (that is, Linux builds are unaffected).

This diff, based on the suggestion from the forum post, seems to fix it:

--- a/src/3rdparty/qt-labs-qtscriptgenerator-4.8.5/qtbindings/qtbindings.pro
+++ b/src/3rdparty/qt-labs-qtscriptgenerator-4.8.5/qtbindings/qtbindings.pro
@@ -13,3 +13,7 @@ SUBDIRS = qtscript_core \
          qtscript_uitools
 
          #qs_eval
+
+freebsd* {
+       SUBDIRS -= qtscript_phonon
+}

Somehow (especially in light of the forum post) it doesn’t seem a very robust solution, though.

QCAD community, Git rev 3ff487, FreeBSD 9.2, Qt 4.8.5.

Closed by  Andrew
14.10.2013 15:03
Reason for closing:  Fixed
Additional comments about closing:  

https://github.com/qcad/qcad/commit /b0d43a42e089a169e1cee146dc6778eadc5cc71 b

Admin
Andrew commented on 14.10.2013 15:03

Thanks.
This depends on the Qt version also (here 4.8.5). In my experience phonon script bindings generally don't compile on Unix and the network bindings don't compile on Windows:
https://github.com/qcad/qcad/commit/b0d43a42e089a169e1cee146dc6778eadc5cc71b

Both these bindings are not really needed by QCAD itself.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing