Hi Matt, On 09/11/13 23:21, Matt Flax wrote: > You caught another bug, thank you. I have uploaded > gtkiostream-1.3.0.fixedDeb2.tar.gz to the sf.net site. > > I have removed the machineGenerated directory from the source dist. by > using 'nodist' tags in the Makefile.am. > > This should be the last of these types of bugs as there aren't any other > machine generated directories in the project tooling ... I should have > picked this problem up when I was fixing the last bug you reported. > > Thanks again for your help. > Matt
Getting much closer now! Different error this time, but still related to the machineGenerated code, though this time it's because it cannot find the file! I've attached a snippet of the log again, so you can see the exact failure point. Running a grep on the test folder finds the two following references: ./test/Makefile.am - line 75 ./test/Makefile.in - line 605 Regards Daniel
g++ -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz -I../include -I../test/machineGenerated -I../src/machineGeneratedGtkiostream -g -O2 -c -o ORBTest-ORBTest.o `test -f 'ORBTest.C' || echo './'`ORBTest.C ORBTest.C:30:24: fatal error: ORBTestICE.H: No such file or directory #include "ORBTestICE.H"