[Xastir] Compile error on OS X

Derrick J Brashear shadow at dementia.org
Tue Jan 18 11:10:23 EST 2005


On Mon, 17 Jan 2005, Jeff Wigal wrote:

> OK, I think i'm missing something...  complete log is here:
>
> http://www.wigaldesign.com/xastir2.txt
>
>
> Last login: Sun Jan 16 15:02:41 on ttyp1
> Welcome to Darwin!
> [Eleanor-Ois-Computer:~] jeff% CFLAGS="-D_BSD_SOCKLEN_T=int"
> CFLAGS=-D_BSD_SOCKLEN_T=int: Command not found.
> [Eleanor-Ois-Computer:~] jeff% CFLAGS="-D_BSD_SOCKLEN_T=int" ./configure
>
> CFLAGS=-D_BSD_SOCKLEN_T=int: Command not found.
> [Eleanor-Ois-Computer:~] jeff% ./configure CFLAGS="-D_BSD_SOCKLEN_T=int"



you're missing a sh-derived shell

run bash first, or use csh syntax for environment variables.

(setenv CFLAGS -D_BSD_SOCKLEN_T=int; ./configure --whatever)



More information about the Xastir mailing list