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

2014-03-31 Thread Sylvain BERTRAND
On Mon, Mar 31, 2014 at 08:08:32AM +1000, Peter Hutterer wrote: note that the only binary that needs a C++ compiler is the C++ build test. the library itself only needs a C compiler. A good thing, would be to compile the lib with tinycc and/or open64 to kind of be sure it's not hard dependent

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

2014-03-30 Thread Peter Hutterer
On Sat, Mar 29, 2014 at 07:12:59PM +0100, Sylvain BERTRAND wrote: 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

[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

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_PROG_CXX

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 jad...@gmail.com 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,

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 jad...@gmail.com 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

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 any

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

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