-
BTW, also happens here:
...
lib/libstepcore.a
lib/libstepcore.la
lib/libstepcore.so.0.0
lib/libstepdai.a
lib/libstepdai.la
lib/libstepdai.so.0.0
lib/libstepeditor.a
lib/libstepeditor.la
lib/libstepeditor.so.0.0
lib/libsteputils.a
lib/libsteputils.la
lib/libsteputils.so.0.0
...
2009-05-26 03:24:04 UTC in BRL-CAD
-
Hi;
I just updated the FreeBSD port and on the package listing there is this:
...
lib/libexppp.a
lib/libexppp.la
lib/libexppp.so.0.0
lib/libexpress.a
lib/libexpress.la
lib/libexpress.so.0.0
...
The MajorNumber.MinorNumber scheme is not appropiate for the BSDs: it should libexppp.so.0 instead of 0.0. Something wrong in the autoconf tools perhaps?.
2009-05-26 03:22:37 UTC in BRL-CAD
-
Ha ...
The world is a handkerchief ;-). Happy Holidays.
2009-01-03 04:22:37 UTC in BRL-CAD
-
Hi again;
I don't know how this could relate to the current NURBS support but Blender seems to be working nicely in that direction too!
libNurbana is a C++ library with a C wrapper library to support NURBS:
http://wiki.blender.org/index.php/NurbsCurvesNurbana_Nurbs/Curves/Nurbana
cheers,
Pedro.
2009-01-02 03:21:16 UTC in BRL-CAD
-
I don't have problems linking, it's something about a file missing from the path (the README seems to mention files from OPUS spice are needed) but I'll add this patch anyway. I am using rework-18 BTW.
$(MAKE) won't work ... recursive definition... the author knew how to make it ugly :-(.
2008-12-29 22:10:17 UTC in ngspice
-
The patch doesn't go far enough, probably because ./ is not in the path:
...
gmake[2]: Entering directory `/usr/ports/cad/ngspice_rework/work/ng-spice-rework-18/src/xspice/icm/xtraevt/real_gain'
gmake[2]: Nothing to be done for `objs'.
gmake[2]: Leaving directory `/usr/ports/cad/ngspice_rework/work/ng-spice-rework-18/src/xspice/icm/xtraevt/real_gain'
gmake[2]: Entering directory...
2008-12-29 21:45:31 UTC in ngspice
-
This is for geomview 1.8.1, however the latest version (1.9.4) also coredumps.
__________
gdb ./src/bin/geomview/x11/gvx gvx.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the...
2008-07-21 16:00:25 UTC in Geomview
-
I built it without optimizations and with -mieee-fp but it still fails in solids test.
with or without optimizations it always passes the complete benchmark tests.
Just for fun:
Benchmark results for my machine (Dell C561 with AMD64X2 and 3G RAM)
Not Opt. and -mieee-fp : 2720 VGR
Optimized -O3 amd64 : 5719 VGR.
2008-06-22 01:06:56 UTC in BRL-CAD
-
I know the problem is not critical but, FWIW, I just tried building without optimizations on gcc-3.2.4 but the error persists.
2008-06-21 22:31:51 UTC in BRL-CAD
-
I ran the basic tests in my box (FreeBSD 6.3 Release amd64) and I got an error:
/bin/sh ../regress/solids.sh ..
rendering solids...
3 off by many
solids.rt.pix 3 off by many
-> solids.sh FAILED
+++ solids test complete.
*** Error code 3 (ignored)
...
(the rest of the tests succeed)
FWIW, I submitted PR ports/124733 in FreeBSD so that this test is included in future builds.
2008-06-20 19:34:34 UTC in BRL-CAD