[Cook] newbee need some help
Dietmar Schaefer
dietmar-s at online.de
Fri Dec 2 03:24:03 EST 2005
Hi ! (good morning Australia ! ?)
I am absolutly new to cook and want to become the world famost cook ;-)
BUT:
working trought the tutorial I have a couple of problems:
/* info about our files */
manifest =
[collect find . -print];
cxx_obj = [fromto %0%.cxx %0%.o
[match_mask %0%.cxx
[manifest]]];
c_obj = [fromto %0%.c %0%.o
[match_mask %0%.c
[manifest]]];
collecting some files works well.
/* how to build each program */
flowmon_src = [match_mask src/FlowMonitor/%.cxx [manifest]];
does not work !
Can someone please trell me what's wrong with it ?
BTW.
My c++ code files ends on cxx - I had to extend c++ default pattern !
Some background info ?
The german air navigation service is developing a next generation Air
Traffiic Management Software.
Till now we are using autohell and CVS.
Now we need to migrate to something better because of ISO certification.
(Be able to trace software changes because of STR's (Software Trouble
Reports) of our customer.
We decided to give aegis a change and therefor cook.
But there ist one big drawback:
We need to use Tru64 4.0f
cook now compiles fine under Tru64 but aegis doesn't.
I will report more later (maybe)
regards
Dietmar
More information about the Cook-users
mailing list