> Date: Mon, 14 Apr 2008 07:14:25 +0200
> From: Paolo Bonzini <bonzini gnu.org>
> Subject: Re: [Help-smalltalk] Re: Building in mingw
(3.0.2)
> To: Cesar Rabak <csrabak ibest.com.br>
> Cc: help-smalltalk gnu.org
> Message-ID: <4802E831.2000408 gnu.org>
> Content-Type: text/plain; charset=ISO-8859-1;
format=flowed
>
>
> >> No, but unfortunately bitrot happens fast
for mingw, faster than you can
> >> say the word (I don't have access to Windows
machine to keep the port up
> >> to date). Can you send a build log?
> >
> > Attached the compile log (obtained using: make |
tee -a compile.log)
> > and the config.log which may be useful for
finding any specifics.
>
> Thanks, can you add a
>
> printf ("SRC> %snDST> %sn",
old_path, new_path);
>
> to lib-src/symlink.c and send again the end of the
compile log (just the
> final 30-40 lines will do)?
>
Here it goes Paolo:
creating gst.exe
.libs/lt-gst.c: In function `main':
.libs/lt-gst.c:113: warning: passing arg 2 of `execv' from
incompatible pointer type
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall
-fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch
-Wno-format -Wpointer-arith -Wwrite-strings -o
gst-tool.exe
-export-dynamic gst-tool.o libgst/libgst.la
lib-src/library.la
-lws2_32 -lm
gcc -g -O2 -Wall -fstrict-aliasing -fno-gcse
-Wno-strict-aliasing
-Wno-switch -Wno-format -Wpointer-arith -Wwrite-strings -o
.libs/gst-tool.exe gst-tool.o -Wl,--export-dynamic
libgst/.libs/libgst.dll.a lib-src/.libs/library.a -lws2_32
-Wl,--rpath -Wl,/mingw//lib
creating gst-tool.exe
.libs/lt-gst-tool.c: In function `main':
.libs/lt-gst-tool.c:113: warning: passing arg 2 of `execv'
from
incompatible pointer type
./gst --no-user-files
--kernel-dir="/e/Programacao/Linguagens/Smalltalk/GNU/s
malltalk-3.0.2/kernel"
--image="/e/Programacao/Linguagens/Smalltalk/GNU/smallt
alk-3.0.2/gst.im"
-iQ /dev/null
./gst-tool gst-package
--kernel-dir="/e/Programacao/Linguagens/Smalltalk/GNU/s
malltalk-3.0.2/kernel"
--image="/e/Programacao/Linguagens/Smalltalk/GNU/smallt
alk-3.0.2/gst.im"
--srcdir=. --target-directory=.
packages/browser/package.xml
mkdir
"C:DOCUME~1CESARS~1.RABCONFIG~1Tempgstar-DOSSV0&qu
ot;
mkdir
"C:DOCUME~1CESARS~1.RABCONFIG~1Tempgstar-DOSSV0Br
owser"
gst-package: Operation not permitted
cp -p -f
"e:ProgramacaoLinguagensSmalltalkGNUsmalltalk-3.0.
2packagesbrowserBrowShell.st"
C:DOCUME~1CESARS~1.RABCONFIG~1Tempgstar-DOSSV0Browser
BrowShell.st.stmake[2]:
*** [Browser.star] Error 1
SRC>
e:ProgramacaoLinguagensSmalltalkGNUsmalltalk-3.0.2pac
kagesbrowserBrowShell.st
DST>
C:DOCUME~1CESARS~1.RABCONFIG~1Tempgstar-DOSSV0Browser
BrowShell.st
make[2]: Leaving directory
`/e/Programacao/Linguagens/Smalltalk/GNU/smalltalk-3.0.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/e/Programacao/Linguagens/Smalltalk/GNU/smalltalk-3.0.2'
*** [all] Error 2
_______________________________________________
help-smalltalk mailing list
help-smalltalk gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
|