[tools-compilers] [osol-discuss] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Joerg Schilling
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

[tools-compilers] [osol-discuss] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Joerg Schilling
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

[tools-compilers] [osol-discuss] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Scott Rotondo
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

[tools-compilers] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Brian Cameron
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

[tools-compilers] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Alan Coopersmith
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

[tools-compilers] [osol-discuss] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Alan Coopersmith
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 >>

[tools-compilers] [desktop-discuss] Report on issues when porting OpenSource projects to Solaris

2009-05-07 Thread Alan Coopersmith
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