Share

BRL-CAD

Code

Programming Languages: C, Unix Shell, C++, Java, PHP, Tcl

License: BSD License, GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2010-01-01 svn co https://brlcad.svn.sourceforge.net/svnroot/brlcad brlcad

Show:

What's happening?

  • Comment: Error when trying to specify install path

    This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).

    2010-01-06 02:20:17 UTC by sf-robot

  • Comment: Make error in Snow Leopard for openNURBS

    So, make with the O2 flag (make CXXFLAGS=-O2) produced the following error. Making all in step cd . && /bin/sh /usr/brlcad/src/other/step/misc/missing --run aclocal-1.10 -I m4 cd . && /bin/sh /usr/brlcad/src/other/step/misc/missing --run automake-1.10 --gnu cd . && /bin/sh /usr/brlcad/src/other/step/misc/missing --run autoconf aclocal.m4:14: error: this file was generated for autoconf...

    2010-01-03 17:45:33 UTC by schneideris

  • Comment: Make error in Snow Leopard for openNURBS

    That log does indicate that X11 was detected and should be usable. Does make succeed?.

    2010-01-03 16:53:57 UTC by brlcad

  • Comment: Make error in Snow Leopard for openNURBS

    Thanks again Sean, I really appreciate your dedication to this effort. Thinking there might be some sort of X11 install issue I re-ran the Xcode install (it found some upgrades which I am now presuming to be made some corrections from the ports installs) which finished just before I got your last note. I am hoping that didn't screw things up now. Here are the results of running...

    2010-01-03 16:30:12 UTC by schneideris

  • Comment: Make error in Snow Leopard for openNURBS

    Ah, so the plot dethickens a little bit. I assumed you were on Linux with the version numbers you reported from autogen.sh, which is what those package names I was referring to were for. The good news is that the autogen.sh warnings are benign (seen via the verbose log), so that's not something we'll probably have to worry about. The reason they're blathering and the reason it fails to find...

    2010-01-03 16:14:17 UTC by brlcad

  • Comment: Make error in Snow Leopard for openNURBS

    X11 comes installed on Snow Leopard and I have XCode installed as well which then includes (as I understand it) the development libraries. That being said I don't have much experience with X11 for development (none really), I can't ind the two libraries that you reference (not on my machine and not via ports), but I have found the X11 folder. In the X11 folder what specifically are you looking...

    2010-01-03 15:55:32 UTC by schneideris

  • Comment: Make error in Snow Leopard for openNURBS

    The autogen.sh failures are some other misconfiguration on your system, and not necessary to resolve given the other problem was identified (O2/O3). But now that you've run it, might as well investigate the cause. Run this: sh autogen.sh --verbose Provide the entire output from that. You'll also need to 1) install the X11 library and developer headers (usually an xlib-dev or x11-dev...

    2010-01-02 22:41:01 UTC by brlcad

  • Comment: Make error in Snow Leopard for openNURBS

    So, I run the configure and then the make with the new flag and I get through a lot of compiling only to hit the following: gcc -pipe -dynamiclib -g -Wall -Wno-implicit-int -fno-common -prebind -headerpad_max_install_names -Wl,-search_paths_first -prebind -headerpad_max_install_names -Wl,-search_paths_first -Wl,-single_module -o libTkhtml3.0.dylib css.o cssdynamic.o cssparser.o csssearch.o...

    2010-01-02 22:30:14 UTC by schneideris

  • Comment: Make error in Snow Leopard for openNURBS

    Thanks for the update Sean. I will give it a try. As a note, in running the "sh autogen.sh" command I get several errors as shown in the following: Preparing the BRL-CAD build system...please wait Found GNU Autoconf version 2.65 Found GNU Automake version 1.11.1 Found GNU Libtool version 2.2.6b Automatically preparing build ... Warning: autoreconf failed Attempting to run the...

    2010-01-02 22:13:14 UTC by schneideris

  • Comment: Make error in Snow Leopard for openNURBS

    Ah, that's a recent bug in gcc. You have to compile that one file with -O2 instead of -O3. To do that, you can either remove --enable-optimized from your configure line or run this: make CXXFLAGS=-O2.

    2010-01-02 21:59:35 UTC by brlcad

Our Numbers