On 30. 06. 2012 01:08, Patryk wrote:
> ----- Original Message -----
> From: "Borut Razem" <borut.razem@...>
> To: <sourceforge.brock@...>; "Development chatter about sdcc"
> <sdcc-devel@...>; <patjank@...>
> Sent: Thursday, June 28, 2012 5:10 PM
> Subject: Re: [sdcc-devel] SDCC 3.2.0 Release Candidate 2
>
>
>> On Thu, Jun 28, 2012 at 3:48 PM, Maarten Brock
>> <sourceforge.brock@...:
>>
>>> Hi,
>>>
>>>> After all the mess I created with my changes is difficult to prohibit
>>>> the commits to anyone :-[
>>> No worries. It was a problem that needed to be fixed.
>>> All your work is appreciated.
>>>
>>>> I just quickly looked to the patch file without applying it. My only
>>>> concern is "double-build of SDCCy.h": I tried several times to solve
>>>> this mess but I never succeeded. Hopefully you did it in the right
>>>> way...
>>> Well, what I've done is remove it from the sdcc project
>>> since it already is in the yacc project. And all
>>> projects that need it (should) depend on the yacc
>>> project. While it was also in the sdcc project it would
>>> recreate SDCCy.h in the last steps of the build and thus
>>> the next build would start all over again compiling
>>> everything that depended on it.
>>
>> If I remember well, I had problems when I tried to build the "all" project
>> vs. building only sdcc project: or yacc was not built at all or it was
>> built two times, which ruined dependencies as you explained above.
>>
>>
>>> It's still not completely ok, but now it only wants to
>>> rebuild the sdcc and version projects and not
>>> everything. But I also suspect a problem in Visual
>>> Studio with the checking of dependencies. Maybe I'll
>>> have another look after the release or when VS2012 is
>>> out.
>>>
>> The problem is that I read somewhere that VS2012 Express edition won't
>> include C/C++ compiler any more. In this case we will have to remain on
>> VS2010 ;-(
>>
>>
>>> Btw. is there a particular reason you modified the
>>> vcxproj files by hand instead of using the properties in
>>> the IDE? Now the special build events are not visible in
>>> the IDE. Or is this a result of upgrading?
>>>
>> I don't remember that I modified vcproj files by hand (this doesn't mean
>> that I didn't ;-). I notices that in your patch some lines in project
>> files
>> just changed the position. Is this the problem?
>>
>>
>>>> Maarten, please go ahead an apply the patch.
>>>>
>>>> Borut
>>> Ok, I will.
>>
>> Hopefully this will be the last changes for RC3.
>>
>> I would like to make the RC3 build ASAP as Philipp proposed, probably
>> tomorrow after the snapshot builds are cooked.
>>
>> Patryc, in case you are reading this, can you please confirm if the "doble
>> backslashes on Win98" probelm is fixed?
> Sorry to respond so late. I have tested RC3, it installs and works fine, the
> double backslashes issue is fixed. Thank you for putting the effort to
> resolve such minor issue on such old and rarely used OS.
Actually the bug was on all Windows architectures but cased problems
only on Win98 (command.com).
During analysis of this problem I found that there other bugs when
dealing with file names which include special characters. This will be
fixed after the 3.2.0 release.
Thanks for your help.
Borut
|