Re: [libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread Sylvain BERTRAND
On Sat, Mar 29, 2014 at 02:44:13PM +0100, Jonas Ådahl wrote: > Ah, thats unfortunate. I pushed a commit that unconditionally invokes > A_PROG_CXX now. Thanks for the report. Does it mean a c++ compiler is now mandatory in any case? regards, -- Sylvain ___

Re: [libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread Sylvain BERTRAND
On Sat, Mar 29, 2014 at 06:59:12PM +0100, Jonas Ådahl wrote: > Yes, for now at least. Sad. But till there is no crazy code generator, it should be easy to write a makefile/shell script to by-pass the autotools and build the lib. ___ wayland-devel mailin

Re: [libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread Jonas Ådahl
On Sat, Mar 29, 2014 at 06:57:40PM +0100, Sylvain BERTRAND wrote: > On Sat, Mar 29, 2014 at 02:44:13PM +0100, Jonas Ådahl wrote: > > Ah, thats unfortunate. I pushed a commit that unconditionally invokes > > A_PROG_CXX now. Thanks for the report. > > Does it mean a c++ compiler is now mandatory in

Re: [libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread Jonas Ådahl
On Sat, Mar 29, 2014 at 02:23:52PM +0100, William Di Luigi wrote: > On Sat, Mar 29, 2014 at 1:59 PM, Jonas Ådahl wrote: > > > On Sat, Mar 29, 2014 at 12:59:18PM +0100, William Di Luigi wrote: > > > Currently in libinput/configure.ac there are these lines: > > > > > > # Check for programs > > > AC

Re: [libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread William Di Luigi
On Sat, Mar 29, 2014 at 1:59 PM, Jonas Ådahl wrote: > On Sat, Mar 29, 2014 at 12:59:18PM +0100, William Di Luigi wrote: > > Currently in libinput/configure.ac there are these lines: > > > > # Check for programs > > AC_PROG_CC_C99 > > > > In order to make the configure phase of jhbuild work, they

Re: [libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread Jonas Ådahl
On Sat, Mar 29, 2014 at 12:59:18PM +0100, William Di Luigi wrote: > Currently in libinput/configure.ac there are these lines: > > # Check for programs > AC_PROG_CC_C99 > > In order to make the configure phase of jhbuild work, they should become: > > # Check for programs > AC_PROG_CC_C99 > AC_PRO

[libinput] AC_PROG_CXX missing in libinput/configure.ac

2014-03-29 Thread William Di Luigi
Currently in libinput/configure.ac there are these lines: # Check for programs AC_PROG_CC_C99 In order to make the configure phase of jhbuild work, they should become: # Check for programs AC_PROG_CC_C99 AC_PROG_CXX ___ wayland-devel mailing list wayla