Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Compile error if DYNAMIC_NAME_CLASH_OK not set
- X-seq: zsh-workers 23681
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: Compile error if DYNAMIC_NAME_CLASH_OK not set
- Date: Mon, 16 Jul 2007 08:45:04 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=T8DeCZRdwyI8EFK8VMm3JFUGldEkcJ438qPhIkSi5XQvJ8xLYhkqMUlv5Nnvwwp9buSrk6IFticxIsXUNL0KduDU5V6u68FFfSRNJr1typMfo5lZh+9TnOp9Gq4BXFVs8G55z62bzxEbHgv6mQ603iVpFaFuCHtyyqXLGWCLocU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=ShEUuANn+QLmtPAIQDBemLNCfazFWGrLVpxSy7QUKBhj5XdmR1PZnVsXUcci5+7BpMnneLEZJEisbHMaEN+wra7vNIcQzAPeX+IYniOvRc6i3X0QBgnWFyOYIMJJo4mAMjnD6A/ib0+Iwy+vlKbUhzM9yL7WPmyAMCLvFZ0RKdc=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
I tried to compile the latest sources on cygwin and got this error:
/usr/local/src/zsh-2007-07-16/Src/module.c: In function `module_func':
/usr/local/src/zsh-2007-07-16/Src/module.c:1747: error: structure has
no member named `nam'
/usr/local/src/zsh-2007-07-16/Src/module.c:1752: error: structure has
no member named `nam'
make[2]: *** [module.o] Error 1
make[2]: Leaving directory `/usr/local/build/zsh-2007-07-16/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/usr/local/build/zsh-2007-07-16/Src'
make: *** [all] Error 1
Verily, there is no longer a member 'nam' in 'struct module'. Since
my linux builds have been working all along, I guess that this is the
first time recently I've tried building on a machine where
DYNAMIC_NAME_CLASH_OK is not defined. Peter - my guess is that your
module autoloading patch didn't take the '#undef
DYNAMIC_NAME_CLASH_OK' case into account.
Regards,
Vin
--
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
Messages sorted by:
Reverse Date,
Date,
Thread,
Author