AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
August 06, 2004 09:36AM
You don't give enough information. Somewhat above the lines you show are, on my Mac OS X 10.3 machine, are

Making `all' in directory /Users/rwcox/AFNI/src/netcdf-3.5.0/src/libsrc

cc -c -O -I. -DNDEBUG attr.c
cc -c -O -I. -DNDEBUG dim.c
cc -c -O -I. -DNDEBUG error.c
cc -c -O -I. -DNDEBUG -DVERSION=`cat ../VERSION` libvers.c
cc -c -O -I. -DNDEBUG nc.c
cc -c -O -I. -DNDEBUG ncio.c
cc -c -O -I. -DNDEBUG ncx.c
cc -c -O -I. -DNDEBUG putget.c
cc -c -O -I. -DNDEBUG string.c
cc -c -O -I. -DNDEBUG v1hpg.c
cc -c -O -I. -DNDEBUG v2i.c
cc -c -O -I. -DNDEBUG var.c

It sounds like the "error.c" file did not compile correctly on your system -- this is the file whose object error.o is renamed to netcdf_error.o for inclusion into the AFNI libmri.a library, which is the file apparently missing. You'll have to look backwards through the output of "make" to see if compilation does indeed fail for error.c. Are there any files named "netcdf_*.o" in your AFNI source directory?

Also, when you were trying to run AFNI from the binaries, did you set the environment variable AFNI_PLUGINPATH to point to the location where the AFNI binaries, plugins, and TTatlas+tlrc dataset are stored? If not, then plugins won't load and the atlas dataset won't be found.

Subject Author Posted

Compiling AFNI for OS X 10.3

Cris H. August 05, 2004 10:07PM

Re: Compiling AFNI for OS X 10.3

Robert Cox August 06, 2004 09:36AM

Re: Compiling AFNI for OS X 10.3

C Hamilton August 06, 2004 12:40PM

Re: Compiling AFNI for OS X 10.3

Robert Cox August 06, 2004 01:27PM

Re: Compiling AFNI for OS X 10.3

C Hamilton August 06, 2004 01:29PM

Re: Compiling AFNI for OS X 10.3

Robert Cox August 06, 2004 02:54PM