Discussion:
[Wxsqueak] Problems recompiling
Peter Gadzinski of MaxScheduler.com
2008-12-13 08:31:45 UTC
Permalink
Hi,

First off I wanted to say that I'm thankful for the integration of
WxWidgets into Squeak. We have a scheduling tool that has always been
a little awkward to use because of morph interface. I reprogrammed
some of the UI elements using WxSqueak and the results are promising.

I'm looking to recompile a version of the WxSqueak virtual machine for windows.
I would like it called MaxScheduler.exe. Also for the 'X' button I wanted the pop-up question to be 'Would you like to exit MaxScheduler?' .

A couple of years ago I successfully recompiled a Squeak3.0 VM. I downloaded the source from www.wxsqueak.org and tried to follow the instructions at vmsqueak.org. When I try the recompile I get the following error:

C:\WxSqueak\wxsqueak0.5.1-src\platforms\win32>build.bat
*Initialization*:1: warning: `__MINGW32__' redefined
*Initialization*:1: warning: this is the location of the previous definition
Assembler messages:
FATAL: Can't create ./release/sqNamedPrims.o: No such file or directory
make: *** [sqNamedPrims.o] Error 1

Any suggestions?
--
Best regards,
Peter mailto:***@maxscheduler.com
Rob Gayvert
2008-12-15 00:03:01 UTC
Permalink
Hi Peter,

I don't think the command line build will work for wxSqueak. I did all
my builds with VC++ 6. Look for wxsqueak.dsw in the directory
platforms/win32/misc. If you have the environment variable WX defined as
the path to your wxWidgets installation, it should compile from scratch.

.. Rob
Post by Peter Gadzinski of MaxScheduler.com
Hi,
First off I wanted to say that I'm thankful for the integration of
WxWidgets into Squeak. We have a scheduling tool that has always been
a little awkward to use because of morph interface. I reprogrammed
some of the UI elements using WxSqueak and the results are promising.
I'm looking to recompile a version of the WxSqueak virtual machine for windows.
I would like it called MaxScheduler.exe. Also for the 'X' button I wanted the pop-up question to be 'Would you like to exit MaxScheduler?' .
C:\WxSqueak\wxsqueak0.5.1-src\platforms\win32>build.bat
*Initialization*:1: warning: `__MINGW32__' redefined
*Initialization*:1: warning: this is the location of the previous definition
FATAL: Can't create ./release/sqNamedPrims.o: No such file or directory
make: *** [sqNamedPrims.o] Error 1
Any suggestions?
Loading...