help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Re: Building in mingw (3.0.2)


From: Cesar Rabak
Subject: Re: [Help-smalltalk] Re: Building in mingw (3.0.2)
Date: Mon, 14 Apr 2008 17:36:50 -0300

>  Date: Mon, 14 Apr 2008 07:14:25 +0200
>  From: Paolo Bonzini <address@hidden>
>  Subject: Re: [Help-smalltalk] Re: Building in mingw (3.0.2)
>  To: Cesar Rabak <address@hidden>
>  Cc: address@hidden
>  Message-ID: <address@hidden>
>  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> %s\nDST> %s\n", 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/smalltalk-3.0.2/kernel"
--image="/e/Programacao/Linguagens/Smalltalk/GNU/smalltalk-3.0.2/gst.im"
-iQ /dev/null
./gst-tool gst-package
--kernel-dir="/e/Programacao/Linguagens/Smalltalk/GNU/smalltalk-3.0.2/kernel"
--image="/e/Programacao/Linguagens/Smalltalk/GNU/smalltalk-3.0.2/gst.im"
--srcdir=. --target-directory=. packages/browser/package.xml
mkdir "C:\DOCUME~1\CESARS~1.RAB\CONFIG~1\Temp\gstar-DOSSV0"
mkdir "C:\DOCUME~1\CESARS~1.RAB\CONFIG~1\Temp\gstar-DOSSV0\Browser"
gst-package: Operation not permitted
cp -p -f 
"e:\Programacao\Linguagens\Smalltalk\GNU\smalltalk-3.0.2\packages\browser\BrowShell.st"
C:\DOCUME~1\CESARS~1.RAB\CONFIG~1\Temp\gstar-DOSSV0\Browser\BrowShell.st.stmake[2]:
*** [Browser.star] Error 1
SRC> 
\e:\Programacao\Linguagens\Smalltalk\GNU\smalltalk-3.0.2\packages\browser\BrowShell.st
DST> C:\DOCUME~1\CESARS~1.RAB\CONFIG~1\Temp\gstar-DOSSV0\Browser\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




reply via email to

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