Re: Preparing for the 2013.2 release

Robert Roland <[email protected]> Sun, 22 Dec 2013 20:45:52 +0000
Newsgroups gmane.comp.lang.dylan.gwydion.devel
Message-ID <b2d27907f6754848a1eaa6edc386cad7@BLUPR07MB065.namprd07.prod.outlook.com>
That got me further along, then I ran into an issue finding msvcrt.lib. That one may be my fault, but I ran out of time to dig in more. I'll try again later this evening.

Thanks!
________________________________
From: Bruce Mitchener<mailto:[email protected]>
Sent: ‎12/‎21/‎2013 7:18 PM
To: Dylan Public Development List<mailto:[email protected]>
Subject: Re: [hackers] Preparing for the 2013.2 release

On Sun, Dec 22, 2013 at 3:11 AM, Robert Roland <[email protected]<mailto:[email protected]>> wrote:
I uninstalled 2013.1 before installing this, then I had to delete my C:\Users\Robert\AppData\Roaming\Open-Dylan folder after installing this version – the Dylan Playground compile failed immediately.

After deleting that folder and starting the Dylan Playground compile again, I made it further, but then failed with this error:

building targets: exe
Cc C:\Users\Robert\AppData\Roaming\Open-Dylan\build\common-dylan\timer_helpers.obj : C:\Users\Robert\AppData\Roaming\Open-Dylan\build\common-dylan\timer_helpers.c
C:\Users\Robert\AppData\Roaming\Open-Dylan\build\common-dylan\timer_helpers.c(87):
fatal error #1014:
#error: Need clock implementation..

Building target <common-dylan>timer_helpers.obj: "pocc /c /Fo"C:\Users\Robert\AppData\Roaming\Open-Dylan\build\common-dylan\timer_helpers.obj" -DWIN32 -D_WIN32 -D_MT -D_DLL -MD -Ze   "C:\Users\Robert\AppData\Roaming\Open-Dylan\build\common-dylan\timer_helpers.c"" failed with return status 1

I’m on Windows 8.1 Pro, PellesC 7.00.355, and the pre-built Win32 Open Dylan 2013.2. :(

This did all seem to work in 2013.1 though.

Okay, you're using x86-win32-pellesc-build.jam, and in there is a line like this:

    CCFLAGS ?= -DWIN32 -D_WIN32 -D_MT -D_DLL -MD -Ze ;

Please change it to be:

   CCFLAGS ?= -DWIN32 -D_WIN32 -D_MT -D_DLL -MD -Ze
               -DOPEN_DYLAN_PLATFORM_WINDOWS
               -DOPEN_DYLAN_ARCH_X86 ;

And give things a try. Note that the space before the semicolon is important.

Thanks,

 - Bruce

_______________________________________________
hackers mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/hackers