Re: Build process
"Thiago Silva" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.strongtalk |
|---|---|
| Message-ID | <[email protected]> |
Hello Oliver, On 2/24/07, oe <[email protected]> wrote: > > What I did was basically include in each .hpp > file only the absolutely necessary headers to get this .hpp to compile > by itself (under VC++). This often resulted in lots and lots of > compiler errors in other .cpp files, which I then resolved by simply > adding any required header to the .cpp. This way I got each header to > compile by itself, but the .cpp includes are a mess. Cleaning those up > would be considerably more work, I guess. Not sure if it's really an > improvement over makedeps after all, when done this way, so I didn't > look into this any more. Maybe I'll do another Perl script to extract > the include info from the source files to build a includeDBs (hope I > still have them around). I got curious reading your email. I'm not sure if I understood, but have you build Strongtalk with VC++ already? I wasn't particulary familiar with makedeps sometime ago, and I think the deal here is about precompiled headers (anyone please correct me if I'm wrong). -- 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 -~----------~----~----~----~------~----~------~--~---