Hi,

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.

Alex


------------------------------------------------------------------------------
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

Reply via email to