[Expat-bugs] [ expat-Bugs-1613457 ] Makefile.in problem on NETBSD 3.1

SourceForge.net noreply at sourceforge.net
Mon Dec 11 20:50:47 CET 2006


Bugs item #1613457, was opened at 2006-12-11 11:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1613457&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: Makefile.in problem on NETBSD 3.1

Initial Comment:
After running the configure script, then trying to run make, it errors out:

squallbsr at karasu2 [~/source/expat-2.0.0]$ make
make: "/Users/squallbsr/source/expat-2.0.0/Makefile" line 47: Need an operator
make: "/Users/squallbsr/source/expat-2.0.0/Makefile" line 49: Need an operator
make: Fatal errors encountered -- cannot continue

This can be fixed by adjusting the ifndef INSTALL_ROOT section around lines 47-49 in Makefile.in

I changed it to:

INSTALL_ROOT ?= $(DESTDIR)

which worked on NetBSD and for my application, this of course would need more testing as all I wanted was for expat to complile, not install.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1613457&group_id=10127


More information about the Expat-bugs mailing list