Thanks for the help, Sean. I just sent the benchmark log to benchmark@brlcad.org. Should I enter a trouble ticket for the Pi compile issues? Hope you have a great weekend.
Thanks for the help, Sean. I just sent the benchmark log to benchmark@brlcad.org. Hope you have a great weekend.
Sean, Aloha. I added that #define ON_64BIT_RUNTIME 1statement and got some errors related to ON_32BIT_RUNTIME. I went through opennurbs_system.h and opennurbs_system_runtime.h and commented out every #define ON_32BIT_RUNTIME in both files. This allowed the build to run to completion which, after about 4 days of trying, was awesome. Attached is the benchmark file.
Hello, I did as Sean suggested and that got me past the first error. The next one was coming from opennurbs_system.h where ON_LITTLE_ENDIAN was not set. I added #define ON_LITTLE_ENDIAN 1 at the top of opennurbs_system.h and that got me to the next set of errors: In file included from /home/gregory/appimage/brlcad/src/other/openNURBS/opennurbs_array.h:1634, from /home/gregory/appimage/brlcad/src/other/openNURBS/opennurbs.h:62, from /home/gregory/appimage/brlcad/src/other/openNURBS/opennurbs_array.cpp:17:...
Sean, Great I will work on the NURBS header tonight. Do I need to enter a problem ticket? Thanks for your response and Aloha.
Aloha. This is only my third compile from source and the other two went without hitch. I apologize for the ignorance I am about to inflict upon you all. I am trying to compile BRL-CAD with Raspberry Pi 400 running raspbian, following the instructions at https://brlcad.org/wiki/Compiling. After running make, the build got to 22% then printed: make: *** [Makefile:182: all] Error 2 I did a few searches but couldn't find what this error is. I did get some errors earlier: /home/gregory/appimage/brlcad/src/other/openNURBS/opennurbs_system_runtime.h:208:2:...