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  

|
June 02, 2009 03:02PM
Thought I would post this in case anyone else runs into the issue.
I'm building latest AFNI version(AFNI_2008_07_18_1710 ) on recent cygwin installation, and had to do the following debugging to get make to finish.

1. had to install obsolete version 6.x of xorg-x11-devel from cygwin setup, found link to similar problem for reference (http://www.mail-archive.com/xastir@lists.xastir.org/msg00025.html)

2. ccalc.c - change strcasestr to simply strstr. Apparently strcasestr doesn't exist in cygwin

3. Not really sure how this fell through the cracks, but line 1025 of 3dAllineate.c is missing the end parenthesis and semicolon.


things seem to be working fine now. Hope this helps anyone in a similar situation...

Nick

Subject Author Posted

cygwin build error-fix

Nick June 02, 2009 03:02PM

Re: cygwin build error-fix

rick reynolds June 04, 2009 02:36PM