dev-serveez
[Top][All Lists]
Advanced

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

Re: [dev-serveez] libserveez.h #includes


From: Thien-Thi Nguyen
Subject: Re: [dev-serveez] libserveez.h #includes
Date: Mon, 26 Nov 2012 10:16:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

() Thien-Thi Nguyen <address@hidden>
() Thu, 22 Nov 2012 12:22:10 +0100

   Yes.  That won't do.  Looks like it's time to redo serveez.m4 to
   DTRT.  Probably to be dropped entirely, and a libserveez.m4 (as
   above) written.

On second thought, libserveez.m4 only benefits those who use autoconf.
Instead, i've pushed an experimental branch ‘q-unbork-headers’ that
solves the problem in a different way.  With it, i am able to:

 $ ./configure --prefix /tmp/a/b/c
 $ make all check install
 $ cat > foo.c <<EOF
 #include <libserveez.h>
 
 int
 main (void)
 {
   return 0;
 }
 EOF
 $ gcc -std=c99 -I /tmp/a/b/c/include foo.c
 
w/o error, which seems to be a step up.  What do you think?

-- 
Thien-Thi Nguyen ..................................... GPG key: 4C807502
.                  NB: ttn at glug dot org is not me                   .
.                 (and has not been since 2007 or so)                  .
.                        ACCEPT NO SUBSTITUTES                         .
........... please send technical questions to mailing lists ...........

Attachment: pgpg15NLmuVRt.pgp
Description: PGP signature


reply via email to

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