Re: Preparing for the 2013.2 release
Bruce Mitchener <[email protected]> Mon, 23 Dec 2013 09:10:51 +0700
| Newsgroups | gmane.comp.lang.dylan.gwydion.devel |
|---|---|
| Message-ID | <CA+esKjO_0OSmLzMxSe+01EhMz02GXuCU-b9B-e0NbYH=vuhFig@mail.gmail.com> |
I pushed a partial fix for that ... but I need to change what libraries are used. It'll be easiest if you drop by IRC and chat with me. There are a couple of other issues that I'm sorting through in trying to get a working build to use as a new release. We'll see. - Bruce On Mon, Dec 23, 2013 at 3:45 AM, Robert Roland <[email protected]>wrote: > 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 <[email protected]> > Sent: 12/21/2013 7:18 PM > > To: Dylan Public Development List <[email protected]> > Subject: Re: [hackers] Preparing for the 2013.2 release > > 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 > > _______________________________________________ hackers mailing list [email protected] https://lists.opendylan.org/mailman/listinfo/hackers