Hi,
I'm trying to build QT wallet on my ubuntu but failed:
src/init.h:10:21: fatal error: eclipse.h: No such file or directory
compilation terminated.
Makefile:1312: recipe for target 'build/smessage.o' failed
make: *** [build/smessage.o] Error 1
where I can find that file?
Did you run autogen.sh then configure?
You need to have automake and autoconf installed.