[okl4-developer] libs/<new-lib>
Jorge Torres
jorge.torres.maldonado at gmail.com
Wed May 30 23:23:13 EST 2007
Hi okl4.org,
I don't know, what am I doing wrong, Im trying to add a new library to the
libs directory : okl4/libs/mpsched
okl4/libs/mpsched dir contains:
include
src
package.cfg
package.cfge
SConscript
----SConscript----
Import("env")
lib = env.KengeLibrary("mpsched")
Return("lib")
----------------------
I have this file (okl4/libs/mpsched/include/TCell.h)
and (okl4/libs/mpsched/src/TCell.cc)
on: okl4/iguana/example/SConscript
.
LIBS=["c", "l4", "l4e","iguana",
"naming", "circular_buffer",
. "mutex", "ll","util","mpsched"])
.
.
and then on: okl4/iguana/example/manyelfsegs/main.cc
#include <mpsched/TCell.h>
when I build I still get:
iguana/example/manyelfsegs/src/main.cc:10:27: mpsched/TCell.h: No such file
or directory
I'm trying to find where libs are registered at the build system, but the
only thing I find is at commented var PYTHONPATH on:
magpie/test/test.py:#PYTHONPATH
Who knows where (how) is this (registered) done ?, or what am I doing wrong?
Thank you very much,
Jorge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20070530/8befdcd3/attachment.htm
More information about the Developer
mailing list