[squeak-dev] Re: SqueakGTK

Gwenaël Casaccio mrgwen at gmail.com
Tue May 6 19:03:40 UTC 2008


On Tue, May 6, 2008 at 10:58 AM, Andreas Raab <andreas.raab at gmx.de> wrote:
> Gwenaël Casaccio wrote:
>
> > I don't think the plugin will work for the squeak windows vm (I've
> > tried to compile the vm but without success)
> >
>
>  What problems did you encounter trying to compile the VM?
>
>  Cheers,
>   - Andreas
>
>

I've problems with at link steps when it tries to create squeak.exe,
I've explained these problems at the SqueakVM mailing list :

- I've tried to regenerate the entire code but I've got this error :

gcc -mwindows -o ./obj/vm/Squeak.exe ./obj/vm/sqWin32Alloc.o ./obj/vm/sqWin32Arg
s.o ./obj/vm/sqWin32DirectInput.o ./obj/vm/sqWin32Directory.o ./obj/vm/sqWin32Ex
ports.o ./obj/vm/sqWin32ExternalPrims.o ./obj/vm/sqWin32GUID.o ./obj/vm/sqWin32I
ntel.o ./obj/vm/sqWin32PluginSupport.o ./obj/vm/sqWin32Prefs.o ./obj/vm/sqWin32S
ervice.o ./obj/vm/sqWin32Stubs.o ./obj/vm/sqWin32Utils.o ./obj/vm/sqWin32Window.
o ./obj/vm/version.o ./obj/vm/sqNamedPrims.o ./obj/vm/sqVirtualMachine.o ./obj/v
m/Squeak.exp ./obj/vm/resource.o  -lddraw -ldinput -lopengl32 -lwsock32 -lcomdlg
32 -lole32 -lwinmm -lversion -luser32 -lgdi32 -lkernel32 -lcrtdll
./obj/vm/sqWin32Args.o: In function `IsImage':
//C/SqueakVM/platforms/win32/build/../../win32/vm/sqWin32Args.c:26: undefined re
ference to `sqImageFileOpen'
//C/SqueakVM/platforms/win32/build/../../win32/vm/sqWin32Args.c:28: undefined re
ference to `sqImageFileRead
...

- There is also a strange behavior in the makefile it's certainly me but
I've seen that make creates the gnu-interp.c but it doesn't compile
gnu-interp.c but when I exec make Squeak.exe gnu-interp.c is compiled
but I've also the link errors :s



More information about the Squeak-dev mailing list