Search found 16 matches

by avicenna
Mon Feb 18, 2008 2:10 pm
Forum: OS X
Topic: InterViews compilation problem with gcc on 10.5.1
Replies: 8
Views: 5863

Which developer tools? I have Xcode 3.0 installed.
by avicenna
Thu Feb 14, 2008 12:48 pm
Forum: OS X
Topic: InterViews compilation problem with gcc on 10.5.1
Replies: 8
Views: 5863

I was able to compile iv and neuron successfully with the --with-x option specified. As with older versions of neuron, the GUI would not display with X11; I'm going to try to recompile against carbon.
by avicenna
Tue Feb 12, 2008 1:54 pm
Forum: OS X
Topic: InterViews compilation problem with gcc on 10.5.1
Replies: 8
Views: 5863

Thanks; much appreciated.
by avicenna
Mon Feb 11, 2008 12:38 pm
Forum: OS X
Topic: InterViews compilation problem with gcc on 10.5.1
Replies: 8
Views: 5863

InterViews compilation problem with gcc on 10.5.1

While trying to compile the version of InterViews that accompanies neuron 6.1 on MacOSX 10.5.1 (Intel) with gcc 4.0.2, I observed the following errors after running configure with the --with-x option specified: Making all in src Making all in lib g++ -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/X11/i...
by avicenna
Mon Sep 17, 2007 12:41 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Compiling the latest alpha release of NEURON against Carbon seems to work fine.

I tried building NEURON against X11 on another Intel Mac running MacOSX 10.4.10 and Apple's X11 server with the same results I obtained on my iMac.

I'll see if I can discover anything with your debugging advice.
by avicenna
Tue Sep 11, 2007 4:10 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Now iv's config.guess returns i386-apple-darwin8.10.1 while the config.guess in NEURON 6.1.933 returns i686-apple-darwin8.10.1 (I erased and downloaded both tarballs).
by avicenna
Mon Sep 10, 2007 5:51 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

The iv config.guess script still reports my system as being i686-apple-darwin8.10.1. I tried rebuilding it along with NEURON 6.1.933; the same results as previously noted were observed.
by avicenna
Fri Sep 07, 2007 11:17 am
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

My machine is has a 2.16 GHz Core 2 Duo and is running 10.4.10; iv's configure identifies the system type as i686-apple-darwin8.10.1.
by avicenna
Thu Sep 06, 2007 4:18 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Same results with 6.1.931; nrngui displays a menu over ssh on my Linux machine but not on the Mac machine itself. idemo does work on the Mac machine, however.
by avicenna
Thu Sep 06, 2007 3:27 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Although I configured, built, and installed iv as you previously described, I can't run idemo because its linking assumes that libUnidrawhines.3.dylib and libIVhines.3.dylib are located in /usr/lib. nrniv, however, correctly assumes that said libraries are where I installed them (i.e., in /tmp/neuro...
by avicenna
Wed Sep 05, 2007 5:55 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Yes.
by avicenna
Tue Sep 04, 2007 5:51 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

The DISPLAY variable is set to :0.0

I used the same configure options as you did with a prefix of /tmp/neuron
by avicenna
Tue Sep 04, 2007 11:52 am
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Thanks for looking into this. When I built and installed iv/neuron in the manner you described, neither nrngui nor neurondemo displayed the menu interfaces after I started X11. This behavior was consistent regardless of whether I started X11 by clicking on X11.app in the Finder or started it with /u...
by avicenna
Sun Sep 02, 2007 5:07 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

Were you able to get it to work with x11?
by avicenna
Wed Aug 15, 2007 5:44 pm
Forum: OS X
Topic: building NEURON on OSX 10.4 against X11
Replies: 24
Views: 16448

I used the X11 development files and display server provided by Apple. The former are included with Xcode and the latter is available on the MacOSX 10.4 installation DVD and/or online (I am using version 1.1.3 of the latter; there may be more than one version available online). I tried launching nrn...