On Tuesday 19 December 2006 10:58, Shakthi Kannan wrote: > Hi, > > After checking out hello, l4/pkg/generic_ts, > l4/pkg/cxx, l4/kernel/fiasco, l4/tool/preprocess from > CVS and doing: > > make -C l4 O=build oldconfig > cd l4 > make O=build > > stops at: > > l4/pkg/generic_ts/lib/clientlib/server.c:16:26: error: > l4/log/l4log.h: No such file or directory > l4/pkg/generic_ts/lib/clientlib/server.c:17:26: error: > l4/env/errno.h: No such file or directory > l4/pkg/generic_ts/lib/clientlib/server.c:18:31: error: > l4/names/libnames.h: No such file or directory > > What do I need to checkout for log, env and names?
nothing. You can simply checkout these packages (in directory: l4/pkg/) by typing: cvs -d :pserver:[EMAIL PROTECTED]:/home/remote-cvs login cvs -d :pserver:[EMAIL PROTECTED]:/home/remote-cvs co l4/pkg/names ... But its much simpler to just checkout the module: l4env: cvs -d ... co l4env > > System is x86 running Ubuntu Dapper with make-3.81-2. > > Is there a complete tarball that contains the entire > sources - L4env, fiasco, L4Linux, and others, that I > can simply download and build, rather than having to > check-out individual modules from CVS? have a look at here: http://os.inf.tu-dresden.de/opentc/download.xml greets stefan > > Thanks, > > SK > > -- > Shakthi Kannan > http://www.shakthimaan.com > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > _______________________________________________ > l4-hackers mailing list > [email protected] > http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers -- Stefan Kalkowski TU-Dresden Department of Computer Science Institute for System Architecture Operating Systems Group Address: Noethnitzer Str. 46, 01187 Dresden Room: 3089 Phone: +49 (351) 463-42045 Web: http://os.inf.tu-dresden.de/~sk852421/ _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
