help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] make install fails


From: leledumbo
Subject: Re: [Help-smalltalk] make install fails
Date: Tue, 19 Apr 2011 19:02:11 -0700 (PDT)

I found the core problem. It comes from this command:

XZIP="/c/fpc/bin/i386-win32/zip"  ./gst-tool.exe gst-package --kernel-dir
"./kernel" --image gst.im --dist --copy --all-files --destdir ""
--target-dir="c:/gst/share/smalltalk" --srcdir "." ./packages.xml

which is an interpretation of:

$(GST_PACKAGE) --dist --copy --all-files \
          --destdir "$(DESTDIR)" --target-dir="$(pkgdatadir)" \
          --srcdir "$(srcdir)" $(srcdir)/packages.xml

in install-data-hook target of the top level Makefile. That command gives
first output:

mkdir "E:\Sources\smalltalk-3.2.4\--target-dir=c:"

which is really strange as it would be invalid directory name. After a few
experiments (without looking at the source code) I believe there's something
wrong with --target-dir and --destdir handler.

Here's the output of configure and make:
http://forum.world.st/file/n3461949/gst.zip gst.zip 

--
View this message in context: 
http://forum.world.st/make-install-fails-tp3452578p3461949.html
Sent from the Gnu mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]