A list of puns related to "BRL CAD"
I'm using Mac OSX. I have been using Brl-cad for a week and was thinking on how to use Brl-cad with clojure using "sh" function in clojure. So I was trying to write the code for that but didn't get the output. The code which I used is
``(ns vikram-cad.core
(:require [clojure.java.shell :refer [sh]]))
(defn example []
(println (:out (sh "mged" "test.g"))))``
Just wanted to create a database and a sphere. How I can create a database name of "test.g" and a sphere using clojure sh command.
Thank You.
what are your thoughts on it? is it not used over the not-open-source CAD programs due to shittiness, obscurity or lacking essential features?
Not that I can write any either. Whine, whine, whine. /oxygen-wasting
So I'm trying to install BRL-CAD 7.16.10 on Ubuntu 10.04. The latest binary distribution of BRL-CAD that is available here is 7.10.4. The newer version 7.16.10 is only available in source form, so I'm trying to install from source.
As per the INSTALL file, I do this:
./configure --enable-optimized
As an aside, I am getting this warning:
checking whether floats conform to IEEE 754... no
checking whether doubles conform to IEEE 754... no
configure: }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
configure: WARNING: The floating point implementation does not seem to be IEEE 754
configure: WARNING: compliant. The behavior of htond and htonf may be incorrect.
configure: {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
It doesn't seem to be a show-stopper, but it doesn't sound too good and I don't know what to do with it. Hints and information welcome.
So anyway, I'm doing this:
./configure --enable-optimized
Followed by this:
make
And then I get this show-stopper:
Making all in tcl
make[3]: Entering directory `/home/me/Desktop/brlcad-7.16.10/src/other/tcl'
if test -d unix ; then cd unix && make all ; fi
make[4]: Entering directory `/home/me/Desktop/brlcad-7.16.10/src/other/tcl/unix'
make[4]: *** No rule to make target `/../unix/Makefile.in', needed by `Makefile'. Stop.
Googling was inconclusive. Any help to get past this point would be greatly appreciated.
Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.