Hey Anthony, how are you trying to compile? you should be running make in the root src/ folder (not build/src), just like when you compiled NOX for the first time, after having added your src files inside src/nox/netapps/something_component. Also, make sure you add your component's name under "netapps" in configure.ac.in.
Then rerun ./boot, ../configure, and make. The compiled component should then appear in the build/ tree (build/src/nox/netapps/something_component) (In case of a python component, the "compiled" component will be simply links to the source files in the src tree - but this is the right way to do it) Kyriakos On Fri, Jun 15, 2012 at 6:16 AM, Anthony Salim < [email protected]> wrote: > Hi guys, > > When i try to compile some component folder, it will gives me an error > that says, > > automake: cannot open < > build/src/nox/netapps/something_component/../../../Make.vars: no such file > or directory > > How to resolve this because when i see under the build folder, the > component name is there but inside only make file. Its supposed to build > automatically all the files inside. Thanks. > > Regards, > Anthony >
