-
on clean checkout
(brlcad) $ ./autogen.sh Preparing the BRL-CAD build system...please wait
Found GNU Autoconf version 2.61 Found GNU Automake version 1.10 Found GNU Libtool version 1.5.22
Automatically preparing build ... Warning: autoreconf failed Attempting to run the preparation steps individually
Preparing build ... ERROR: aclocal failed.
2009-11-03 06:13:20 UTC in BRL-CAD
-
oh.. cleanly, too
(brlcad) $ ./autogen.sh
Preparing the BRL-CAD build system...please wait
Found GNU Autoconf version 2.61
Found GNU Automake version 1.10
Found GNU Libtool version 1.5.22
Automatically preparing build ... Warning: autoreconf failed
Attempting to run the preparation steps individually
Preparing build ... ERROR: aclocal failed
i'm fairly lost.
2009-11-03 05:29:23 UTC in BRL-CAD
-
hm.. doing a clean checkout / rebuild..
after svn up, saw
(brlcad) $ ./autogen.sh
Preparing the BRL-CAD build system...please wait
Found GNU Autoconf version 2.61
Found GNU Automake version 1.10
Found GNU Libtool version 1.5.22
Automatically preparing build ... Warning: autoreconf failed
Attempting to run the preparation steps individually
Preparing build ... ERROR: aclocal...
2009-11-03 05:04:48 UTC in BRL-CAD
-
sean,
yes, of course
many thanks
cheers.
2009-11-03 04:10:34 UTC in BRL-CAD
-
got up to an apparent libtool problem.. using libtool 1.5.22, autoconf 2.61 and automake 1.10
`/bin/bash ../../../libtool --silent --tag=CXX --silent --mode=link g++ -I../../../src/other/openNURBS -I../../../src/other/step/include -I../../../src/other/step/src/cleditor -I../../../src/other/step/src/clstepcore -I../../../src/other/step/src/clutils -I../../../src/other/step/src/cldai...
2009-11-02 22:17:00 UTC in BRL-CAD
-
pkgbuild: /usr/ccs/bin/ld -G -z text -o libtk8.5.so tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCmds.o tkColor.o tkConfig.o tkConsole.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGet.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkMain.o tkObj.o tkOldConfig.o tkOption.o tkPack.o tkPlace.o tkSelect.o tkStyle.o tkUndo.o tkUtil.o tkVisual.o tkWindow.o tkButton.o tkEntry.o...
2009-11-02 22:07:26 UTC in pkgbuild
-
added `#define HAVE_IEEEFP_H 1` to `brlcad/include/brlcad_config.h`
guess configure isn't looking at the case defined in `src/other/openNURBS/opennurbs_point.cpp`.
2009-11-02 10:45:12 UTC in BRL-CAD
-
a simple test importing ieeefp and using "finite" works, so ieeefp isnt getting imported.
2009-11-02 10:23:50 UTC in BRL-CAD
-
so i'm missing -I/usr/include and wondering how the auticonf / configure / make process mucked that up.
2009-11-02 08:54:03 UTC in BRL-CAD
-
hi, on opensolaris 5.11 build 104 nevada (sparc)
opennurbs_point.cpp: In function `bool ON_IsFinite(double)':
opennurbs_point.cpp:44: error: `finite' undeclared (first use this function)
opennurbs_point.cpp:44: error: (Each undeclared identifier is reported only once for each function it appears in.)
Found "finite" in the included ieeefp
Guess my skills are very old and rusty...
2009-11-02 08:28:16 UTC in BRL-CAD