[Uml-user] Can't compile 1.03 and CVS version

Sebastian Stein s5228 at informatik.htw-dresden.de
Tue Jul 16 10:56:04 UTC 2002


Sebastian Stein <s5228 at informatik.htw-dresden.de> [020716 17:10]:
> ...

Yes, Jens were right. It was the problem with the linebreaks. Maybe someone
with CVS access could run Jens's script and commit the files with the new
linebreaks to CVS...

Ok, I also like to provide my script at this point:

#! /bin/sh

for a in `find -type f | grep cc$`
do
   dos2unix --d2u $a
done

for a in `find -type f | grep h$`
do
   dos2unix --d2u $a
done

for a in `find -type f | grep cpp$`
do
   dos2unix --d2u $a
done

I used hd2u -> see freshmeat.net

Well, it actually doesn't compile yet, but see the other mail for this
problem...

Steinchen
-- 
http://www.hpfsc.de/ - die Seite rund um:
Assembler, Bundeswehr, TFT LCDs, Halle/Saale, Fahrradtouren,
Wanderstaat Mauma, Raumschiff USS Nathan, Enemy Room, MLCAD Tutorial




More information about the umbrello mailing list