Re: Preparing for the 2013.2 release

Bruce Mitchener <[email protected]> Sun, 22 Dec 2013 10:18:08 +0700
Newsgroups gmane.comp.lang.dylan.gwydion.devel
Message-ID <CA+esKjO6Bf6=beFER3Z75RwyjqDmTWAivqUW_ahOtPum3D7UUQ@mail.gmail.com>
On Sun, Dec 22, 2013 at 3:11 AM, Robert Roland <[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. L
>
>
>
> 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