Re: preliminary patchfile for linux, covering c/c++ files
"Thiago Silva" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.strongtalk |
|---|---|
| Message-ID | <[email protected]> |
Here is what I did: In bootstrap.cpp:95, callBack.cpp:88, lprintf.cpp:50 and proxy_prims.cpp:254 (if I recall): -Renamed definition "Win32" to "WIN32" since the later is the one actually used in the preprocessor options of the VC++ project. double_prims.cpp: lines 208 and 214 -isnan() and finite() are not recognized without "_" prefix. I added the prefix, as it is in the repository version. lprintf.cpp: 50 -Changed definition _WINDOWS to WIN32 (_WINDOWS is currently used to create a win32 [w/o console] application) inliner.cpp:819 -removed "static" qualifier for SuperSendsAreAlwaysInlined. Using static caused linker errors. I used "extern" as it is in the repository version as well. On 3/6/07, Dave Raymer <[email protected]> wrote: > Thiago, > > Can you send me your changes so I can get them incorporated into my code? > > > On 3/5/07, Thiago Silva < [email protected]> wrote: > > > > > > On 3/5/07, Dave Raymer < [email protected]> wrote: > > > Folks, > > > > > > As per several folks requests, please find attached (gzipped tar files) > > > > Nice! Thanks a lot! > > > > > Note that I get a moderately clean compile -- there are a few > "warnings" > > > that need to be resolved. > > > tested with GCC 4.1.1 on 2.6.18 kernel (Gentoo) > > > > After changing minor things, I had a clean compile here with the > > patched sources on VC++ Express 2005. > > > > > I have not verified that the patches work/do not impact the Windoze > build as > > > of yet. > > > > > > > I Ran the build and played with it a little bit....apparently, things > > are working fine! > > > > -- > > Thiago Silva > > Email: [email protected] > > Jabber: [email protected] > > Blog: http://sourcecraft.info/blog > > > > > > > > > -- Thiago Silva Email: [email protected] Jabber: [email protected] Blog: http://sourcecraft.info/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Strongtalk-general" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/strongtalk-general?hl=en -~----------~----~----~----~------~----~------~--~---