On 08/07/2013 04:47 PM, Nathan Reboud wrote: > Hi, > > Since the last commit on Wayland master, I have this compilation error : > > <~/source/wayland> make > make all-recursive > make[1]: Entering directory `/root/source/wayland' > Making all in src > make[2]: Entering directory `/root/source/wayland/src' > CC scanner.o > CC connection.lo > In file included from wayland-private.h:32:0, > from connection.c:42: > wayland-server.h:253:37: fatal error: wayland-server-protocol.h: No such file > or directory > compilation terminated. > make[2]: *** [connection.lo] Error 1 > make[2]: Leaving directory `/root/source/wayland/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/source/wayland' > make: *** [all] Error 2 > > If I checkout 1.2, everything works perfectly ;) > Should I report a new bug to bugzilla ? > > Nathan Reboud > > > Une messagerie gratuite, garantie à vie et des services en plus, ça vous > tente ? > Je crée ma boîte mail www.laposte.net > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel >
I can't confirm. I see this in the "make" output ../src/wayland-scanner server-header < ../protocol/wayland.xml > wayland-server-protocol.h ../src/wayland-scanner client-header < ../protocol/wayland.xml > wayland-client-protocol.h ../src/wayland-scanner code < ../protocol/wayland.xml > wayland-protocol.c I just issued ./autogen.sh. If you used any other configure options, let us know. _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
