>From the find output the libraries for gtk were not found so gst-gtk.dll was not built. This works with cross-compilation so it must be a problem in your setup. Regarding relocatable install indeed you need this tweak to the instructions because of msys path conversion. I will update them.
Thanks, Paolo 2011/4/24, leledumbo <[email protected]>: > http://forum.world.st/file/n3471464/find.txt Here is the result of "find > .". > > Anyway, I found another thing when trying relocatable install through > inexistent prefix (e.g. /nonexistent as in the instruction). msys > automatically expands the first* / to real directory in windows > (C:\MinGW\msys\1.0 in my case) that's why when using that prefix the > command: > > ./gst-tool.exe gst-package ... --destdir=/e/Sources/smalltalk-3.2.4 ... > --target-directory=/nonexistent/share/smalltalk/kernel ... > > fails because when --destdir and --target-directory are combined they > produce: > > e:\Sources\smalltalk-3.2.4C:\MinGW\msys\1.0\nonexistent\share\smalltalk\kernel > > instead of > > e:\Sources\smalltalk-3.2.4\nonexistent\share\smalltalk\kernel > > do you have any idea how to solve this? > > * an exception when / is followed by a drive letter. In this case, using > /c/nonexistent makes the compilation succeeds. > > -- > View this message in context: > http://forum.world.st/GNU-Smalltalk-3-2-4-for-windows-tp3430554p3471464.html > Sent from the Gnu mailing list archive at Nabble.com. > > _______________________________________________ > help-smalltalk mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/help-smalltalk > > -- Inviato dal mio dispositivo mobile _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
