On Thu, Jun 12, 2014 at 10:56 AM, Justin Cormack <[email protected]> wrote: > On Thu, Jun 12, 2014 at 10:28 AM, Antti Kantee <[email protected]> wrote: >> On 12/06/14 09:03, Justin Cormack wrote: >>> Currently you need to set LD_LIBRARY_PATH, LIBRARY_PATH and PATH as >>> set at the bottom of buildnb.sh if it builds its own copy. >> >> How? >> >> For the record, the error is: >> cc -O2 -g -Wall -Irumpdyn/include -c rumpclient.c -o rumpclient.o >> rumpclient.c:1:29: fatal error: rump/rumpclient.h: No such file or directory >> #include <rump/rumpclient.h> >> ^ >> compilation terminated. >> make: *** [rumpclient.o] Error 1 > > Ah oops, I had some header files installed in /usr/local will fix...
hmm, it was working for me, for slightly unclear reasons, have made some fixes, working now with: export PATH=$PATH:/home/justin/rump/buildrump.sh/rump/bin export LD_LIBRARY_PATH=/home/justin/rump/buildrump.sh/rump/lib export LIBRARY_PATH=/home/justin/rump/buildrump.sh/rump/lib export RUMPRUN_CPPFLAGS=-I/home/justin/rump/buildrump.sh/rump/include ./buildnb.sh tests Does that work for you? Justin ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
