[ ] Friday, 28 February 2014 [ ]

OpenSCAD

Built Eigen3 (and tested: see code below) - using openbsd-wip - but the dependancies where not being found (then I realised the check-dependancies script relied on bash not sh…) but it was still not finding eigen3 and it couldn't find qt4 and wanted a newer version of bison!

Fixed the eigen3 issue the script was over writing the path! [earlier] Change order or eigen discovery.

Eigen3 Test


port:fred ~/code/eigen> g++ -I /usr/local/include/eigen3/ first.cpp -o first
port:fred ~/code/eigen> ./first
  3  -1
  • 5 1.5
  • ports


    $Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $