libcdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libcdio-devel] Read Sub-channel changes


From: Thomas Schmitt
Subject: Re: [Libcdio-devel] Read Sub-channel changes
Date: Fri, 08 Jul 2016 19:58:49 +0200

Hi,

i wrote:
> > On Solaris "SunOS 5.11 snv_134" i run into difficulties
> >   make: Fatal error in reader: Makefile, line 979: Badly formed macro
> >   GIT2CL ?= git2cl

Rocky Bernstein wrote:
> There may be a way to tell
> automake to include those variable definitions only if GNU make is used.

The only usage of GIT2CL in Makefile is commented out.
In Makefile.in it is marked by @MAINTAINER_MODE_TRUE@:

  @MAINTAINER_MODE_TRUE@  git log --pretty --numstat --summary | $(GIT2CL) >$@

In Makefile.am it is not commented out, but inside

  if MAINTAINER_MODE
  ...
  endif

So how about you put "if MAINTAINER_MODE" around "GIT2CL ?= git2cl" ?


> Likewise, if libcdio is compiled using gcc and GNU glibc, then probably
> strndup will be there and you won't have those warnings.

Hard to say. My Solaris has gcc as "cc". But libc is probably not GNU.

If libcdio trusts in the existence of strndup(3), i wonder why there
is a fallback in lib/driver/abs_path.c .


Have a nice day :)

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]