On Tue Dec 19, 2006 at 01:58:44 -0800, Shakthi Kannan wrote: > 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?
log, l4env and names. Just go to l4/pkg and do $ cvs update log l4env names > 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? You can also use http://os.inf.tu-dresden.de/download/snapshots/ Daily generated from remote-cvs. But I think also work with the above simple 'trick'. Adam -- Adam [EMAIL PROTECTED] Lackorzynski http://os.inf.tu-dresden.de/~adam/ _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
