Alan Coopersmith wrote:
> > I have seen a lot of code written on microsoft and compiled iside a single
> > source tree on many platforms using the schily makefile system. I've never
> > seen
> > the problem you describe. What is the exact problem you see?
>
> I don't see what your makefile sys
Alan Coopersmith wrote:
> While not a stopper, since we can easily fix every time we hit it, it would
> be amazingly nice if Sun Studio learned how to ignore \r at the end of lines,
> so that those of us working on cross-platform open source projects don't face
> thousands of "Invalid whitespace
Joerg Schilling wrote:
>> alanc at x11x:/tmp [8:12am - 9] cat > foo.c
>> #include
>>
>> int main(int argc, char **argv) {
>> printf("Goodbye cruel world\n");
>> }
>> alanc at x11x:/tmp [8:13am - 10] perl -i -p -e 's/\n/\r\n/' foo.c
>> alanc at x11x:/tmp [8:13am - 11] cc foo.c
>> "foo.c", l
Alan:
> The upstream project adopted changes while porting to Microsoft Visual C
> that made it easier to adapt to Studio 12 as well, so that is now working
> for us, though it may still be a problem for other code written for gcc.
> The one issue remaining there that I've been meaning to ask abo
Brian Cameron wrote:
>
> Alan:
>
>> The upstream project adopted changes while porting to Microsoft Visual C
>> that made it easier to adapt to Studio 12 as well, so that is now working
>> for us, though it may still be a problem for other code written for gcc.
>> The one issue remaining there th
Joerg Schilling wrote:
> Alan Coopersmith wrote:
>
>> While not a stopper, since we can easily fix every time we hit it, it would
>> be amazingly nice if Sun Studio learned how to ignore \r at the end of lines,
>> so that those of us working on cross-platform open source projects don't face
>>
Darryl Gove wrote:
> Alan, are you still having issues with the MMX/SSE intrinsics. If so,
> perhaps you can provide me with more details so that we can better
> evaluate the problem.
The upstream project adopted changes while porting to Microsoft Visual C
that made it easier to adapt to Studio 12