Hello Carsten,
I have found the following problem on compiling a fresh CVS OpenSG 1.8
on windows:
Source\System\NodeCores\Groups\Misc\OSGMultiSwitch.cpp : error C4335:
Mac file format detected: please convert the source file to either DOS
or UNIX format
If have solved the problem locally with the following cygwin code
cd
/cygdrive/g/Experimental/GraphicLab/SceneGraphs/OpenSG/Distribution/Sour
ce
for i in $(grep -l -R -P -e "[\r][\r][\n]$" .)
do
sed -e "s/^M$//" $i > foo
mv $i ${i}~
mv foo $i
done
find . -name "*.*~" -exec rm "{}" \;
Could you please run something similar on the 1.8 CVS tree and check the
2.0 svn as well.
Best
Johannes
____________
Virus checked by G DATA AntiVirusKit
Version: AVK 19.4448 from 07.04.2009
Virus news: www.antiviruslab.com
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users