Lior Goikhburg wrote:

> Dear list,
> Is it possible to build autogen on IRIX at all ?

Hi Lior,

Yes, it should be possible.  That syntax error is due to my using syntax
invented since the '80s.  You can build it by setting your shell to bash.
Or by building 5.8.7 that I released today.

> I recently tried to build AutoGen 5.8.6 and got the following error:
>  


>
> + 1> cond.hlp 0< /tmp/sh177058.4
> + cmp -s cond.help cond.hlp
> + echo guard-option-names;
> + 1>> cond.def
> + echo /root/softdev/autogen-5.8.6/agen5/autogen 
> -L/root/softdev/autogen-5.8.6/autoopts cond.def
> /root/softdev/autogen-5.8.6/agen5/autogen -L/root/softdev/autogen- 
> 5.8.6/autoopts cond.def
> + /root/softdev/autogen-5.8.6/agen5/autogen 
> -L/root/softdev/autogen-5.8.6/autoopts cond.def
> + eval $(echo cc -DHAVE_CONFIG_H -O2 -c99 -DTEST_TEST_COND_OPTS 
> -I/root/softdev/autogen-5.8.6 -I/root/softdev/autogen- 5.8.6/agen5 
> -I/root/softdev/autogen-5.8.6/autoopts -I/usr/local/include 
> -I/usr/local/include -DCOND=1 -o cond cond.c 
> /root/softdev/autogen-5.8.6/autoopts/.libs/libopts.a 
> /root/softdev/autogen-5.8.6/autoopts/.libs/libguileopts.a -Wl,-R 
> -L/usr/local/lib -L/usr/local/lib -lguile -lguile-ltdl -lm -lgen | sed 
> s/-Werror//;s/-DTEST_TEST/-DSECOND -DTEST_TEST/ )
> + 2>& 1
> + sed -n s/.*#warning/#warning/p
> + 1> cond-cc.log
> + echo #warning undefining SECOND due to option name conflict
> + 1> cond-xx.log
> + cmp -s cond-cc.log cond-xx.log
> + diff cond-cc.log cond-xx.log
> + failure warning diffs:  0a1
> > #warning undefining SECOND due to option name conflict
> FAILURE: warning diffs:  0a1
> > #warning undefining SECOND due to option name conflict
> FAIL: cond.test
>
On this one, it is possible that your compiler does not recognize the 
#warning
directive and issued some unexpected message.  It should be possible to
go into the $top_builddir/autoopts/test/FAILURES and tar up the "cond.*"
files for me and I (hopefully) have captured what the compiler did say.

Thanks - Bruce

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to