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
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
> b
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
___
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
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
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
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
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
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