[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnu autoconf



I have fixed the PATH issue for finding idl in xmlBlaster/bin instead of
/usr/bin and fixed missing rmi compile commands for
src/java/org/xmlBlaster/protocol/rmi

the CVS autoconf tar has been updated.

-Cory

> - RMI is not compiled proper, there is a error message
>   on xmlBlaster startup:
>
>    java.lang.ClassNotFoundException:
> org.xmlBlaster.protocol.rmi.AuthServerImpl_Stub
>
>
> - make[7]: Entering directory
> `/home/ruff/xmlBlaster/src/java/org/xmlBlaster/protocol/corba'
> if /usr/bin/test ! -f xmlBlaster.idl.done ||  /usr/bin/test -n
> "`/usr/bin/find . ( -name "*.idl" ) -newer "xmlBlaster.idl.done"`"; then
> \
>     /usr/bin/idl -p org.xmlBlaster.protocol.corba -d
> /home/ruff/xmlBlaster/src/java xmlBlaster.idl; \
>             if /usr/bin/test xmlBlaster.idl ; then \
>                 /usr/bin/touch xmlBlaster.idl.done; \
>             fi \
>         fi
> unknown option: -p
>
> The gmake choose an idl compiler from the system
> and not the idl from xmlBlaster/bin
>
> Marcel
>
>
> --
> Marcel Ruff
> mailto:ruff at swand.lake.de
> http://www.lake.de/home/lake/swand/
> http://www.xmlBlaster.org
>-- End of excerpt from Marcel Ruff