DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8168>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8168

Error when attempting to build NetAccessors

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-04-16 18:34 -------
Yannick indicated that his gmake and make are in fact symbolic link and thus 
should be the same.

I looked into this again, and I think I know why.  It's because the 'fileonly' 
netaccessor option is used, and since there is no such 'fileonly' subfolder in 
util/netaccessor, and thus make failed.

I think this is a valid bug, and thus reopen.

I think the fix should be:

In util/Makefile.in, please add the following ifneq and endif wherever the 'cd 
NetAccessors/...' appears:

ifneq (${NETACCESSOR},FileOnly)
        cd NetAccessors/$(NETACCESSORMODULE) ; $(MAKE) $@ ; cd ../..
endif

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to