On Sat, 16 Sep 2006 00:47:13 +0200, Andreas Raab wrote:
> Mathieu wrote: >> implicit declaration of function `sqNextEventPut' in >> ./vm/sqWin32DirectInput.c:250 > > Remove -ferror-implicit-function-declaration from CFLAGS. This flag is a > constant reminder for me to fix the missing prototype declarations in > the appropriate header files (one of these days I'll try to fix them all > for good). Thank you Andreas! BTW the missing prototype declarations can be done for you so they are "fixed for good". /Klaus > Cheers, > - Andreas > > |
In reply to this post by Andreas.Raab
Andreas Raab a écrit :
> Mathieu wrote: >> implicit declaration of function `sqNextEventPut' in >> ./vm/sqWin32DirectInput.c:250 > > Remove -ferror-implicit-function-declaration from CFLAGS. This flag is a > constant reminder for me to fix the missing prototype declarations in > the appropriate header files (one of these days I'll try to fix them all > for good). > > Cheers, > - Andreas > > Thanks a lote it work (-Werror-implicit-function-declaration) I can compile it using 3.9-7058 image... |
In reply to this post by Herbert König
Hello Mathieu, Klaus,
HK> I plan to stick the vm under every 3.6 to 3.8 image I have and just HK> benchmark the application. Result is: everything I tried worked and there was nor difference in speed within the limits of my measurements. I have to be closer to the mysql-database to check this application which will be in about two weeks. I see you both continuing with newer VMMaker's and I'm interested in repeating the tests. Klaus> But there is no other (tool chain for the win32 Squeak.exe series) except Klaus> perhaps my cygwin experiment. Or are there alternatives? I just thought there would be, lots of discussions about newer gcc's after I built a vm, just after the change from 3.6 to 3.7. Checking the swiki 3389 only the links have changed, everything else is as it was then. If everything is stable, what benefits should be expected from using a newer VM? Cheers, Herbert mailto:[hidden email] |
Hi Herbet,
on Sat, 16 Sep 2006 07:49:41 +0200, you wrote: > Hello Mathieu, Klaus, > > HK> I plan to stick the vm under every 3.6 to 3.8 image I have and just > HK> benchmark the application. > Result is: > everything I tried worked and there was nor difference in speed within > the limits of my measurements. Good to know, thanks for sharing the knowledge. > I have to be closer to the mysql-database to check this application > which will be in about two weeks. So you gave up sleeping in favour of Squeak development ? :) > I see you both continuing with newer VMMaker's and I'm interested in > repeating the tests. Have you seen Andreas' annoucement last night, [Vm-dev] New Win32 build structure - http://lists.squeakfoundation.org/pipermail/vm-dev/2006-September/000828.html > Klaus> But there is no other (tool chain for the win32 Squeak.exe > series) except > Klaus> perhaps my cygwin experiment. Or are there alternatives? > > I just thought there would be, lots of discussions about newer gcc's > after I built a vm, just after the change from 3.6 to 3.7. I experimented with the cygwin tool chain a while ago, found almost only two problem areas (LD versus DLLs, io+timers). If it costs not too much blood, sweat and tears, Squeak should not rely on a single tool chain per platform, there should be alternatives - always having the next potential user of Squeak in mind. > Checking the swiki 3389 only the links have changed, everything else > is as it was then. > > If everything is stable, what benefits should be expected from using a > newer VM? Everything develops around us and we must try new tings or else our stable looking things will outdate rapidly. Have said that, we know that people can get a strange feeling when "their's" is at the 3.7-1 level and "other's" is at the 3.8-6 level. We should expect and embrace more people coming to Squeak because of Slang, and as if they predicted that I write this, look what David Griswold posted last night 8-) - http://lists.squeakfoundation.org/pipermail/vm-dev/2006-September/000823.html /Klaus > Cheers, > > Herbert mailto:[hidden email] > > > |
In reply to this post by timrowledge
Hi Tim,
on Fri, 15 Sep 2006 22:15:50 +0200, you wrote: > On 15-Sep-06, at 1:11 PM, Mathieu wrote: >> So where are the 3.8b6 source for windows? > Use SVN. Get the latest code from the trunk. Took a fresh #6665 full, upgraded it to #6666 and installed VMMaker 3.6b6, works all fine except when opening VMMaker, it asks for #wordSize which has no implementor. Have stolen #wordSize from 3.9, now VMMaker opens. Generate Core+Internal with all plugins internal: does not write plugins.ext, this is an old one which I always forgot because it happens only before the first successful build ;-) After that, build balks ./vm/sqWin32Alloc.c:14: sq.h: No such file or directory and when copying sq.h from the 3.8b4 files (subdir win32/vm), build balks In file included from ./vm/sqWin32Alloc.c:14: vm\sq.h:28: sqVirtualMachine.h: No such file or directory /Klaus > tim |
Note Andreas' recent post on the new build structure for Windows VM: http://lists.squeakfoundation.org/pipermail/squeak-dev/2006-September/108547.html Dave On Sat, Sep 16, 2006 at 12:39:25PM +0200, Klaus D. Witzel wrote: > Hi Tim, > > on Fri, 15 Sep 2006 22:15:50 +0200, you wrote: > >On 15-Sep-06, at 1:11 PM, Mathieu wrote: > >>So where are the 3.8b6 source for windows? > >Use SVN. Get the latest code from the trunk. > > Took a fresh #6665 full, upgraded it to #6666 and installed VMMaker 3.6b6, > works all fine except when opening VMMaker, it asks for #wordSize which > has no implementor. > > Have stolen #wordSize from 3.9, now VMMaker opens. > > Generate Core+Internal with all plugins internal: does not write > plugins.ext, this is an old one which I always forgot because it happens > only before the first successful build ;-) > > After that, build balks > > ./vm/sqWin32Alloc.c:14: sq.h: No such file or directory > > and when copying sq.h from the 3.8b4 files (subdir win32/vm), build balks > > In file included from ./vm/sqWin32Alloc.c:14: > vm\sq.h:28: sqVirtualMachine.h: No such file or directory > > /Klaus > > >tim > |
Hi David,
I thought I had done so and also reported back to Andreas what I found in his new build structure doc. Just redone it (VMMaker38b6+Win32VMMaker) with fresh trunk, nothing changed on the build side. Thanks. /Klaus On Wed, 20 Sep 2006 13:04:51 +0200, David T. Lewis wrote: > > Note Andreas' recent post on the new build structure for Windows VM: > > http://lists.squeakfoundation.org/pipermail/squeak-dev/2006-September/108547.html > > Dave > > On Sat, Sep 16, 2006 at 12:39:25PM +0200, Klaus D. Witzel wrote: >> Hi Tim, >> >> on Fri, 15 Sep 2006 22:15:50 +0200, you wrote: >> >On 15-Sep-06, at 1:11 PM, Mathieu wrote: >> >>So where are the 3.8b6 source for windows? >> >Use SVN. Get the latest code from the trunk. >> >> Took a fresh #6665 full, upgraded it to #6666 and installed VMMaker >> 3.6b6, >> works all fine except when opening VMMaker, it asks for #wordSize which >> has no implementor. >> >> Have stolen #wordSize from 3.9, now VMMaker opens. >> >> Generate Core+Internal with all plugins internal: does not write >> plugins.ext, this is an old one which I always forgot because it happens >> only before the first successful build ;-) >> >> After that, build balks >> >> ./vm/sqWin32Alloc.c:14: sq.h: No such file or directory >> >> and when copying sq.h from the 3.8b4 files (subdir win32/vm), build >> balks >> >> In file included from ./vm/sqWin32Alloc.c:14: >> vm\sq.h:28: sqVirtualMachine.h: No such file or directory >> >> /Klaus >> >> >tim >> > > |
Who should I contact to reset my password on
SqueakMap? I've tried the "Mail new password" page but the server seems to be unable to send emails! ----------------- Benoit St-Jean Yahoo! Messenger: bstjean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) |
Hi!
Benoit St-Jean <[hidden email]> wrote: > Who should I contact to reset my password on > SqueakMap? I've tried the "Mail new password" page I am your man. > but the server seems to be unable to send emails! Yeah, I gotta sit down tonight or some other night and fix it. Not sure what it is. I emailed you in private with a new pass. regards, Göran |
In reply to this post by Benoit St-Jean
Looks like the Sqiki has been candalized...
Check the MP3 on this page: http://minnow.cc.gatech.edu/squeak/2553 ----------------- Benoit St-Jean Yahoo! Messenger: bstjean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) |
Free forum by Nabble | Edit this page |