Hi, On Wed, Feb 25, 2015 at 02:43:13PM -0800, Alexandru Gagniuc wrote: > I'm having some difficulties building lisigrokdecode from the > libsigrokdecode-0.3.0.tar.gz release. > > $ mkdir build > $ cd build > $ ../configure > # all good > $ make > make all-am > CC tests/tests_runtc-runtc.o > ../tests/runtc.c:38:23: fatal error: ../config.h: No such file or directory > #include "../config.h" > ^ > compilation terminated. > make[1]: *** [tests/tests_runtc-runtc.o] Error 1 > make: *** [all] Error 2 > > config.h is generated in <top>/build, as expected, but it seems runtc.c > assumes > it will be created in <top>, which is not always the case.
Yup, this has been fixed in git HEAD a while back, and the PD test suite is in an extra repo (sigrok-test) now. There'll be a 0.3.1 bugfix release for libsigrokdecode soonish which will contain that fix as well. Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel