[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libidn fails when builddir!=srcdir and wchar.h is unavailable
From: |
Simon Josefsson |
Subject: |
Re: libidn fails when builddir!=srcdir and wchar.h is unavailable |
Date: |
Tue, 12 Feb 2008 11:23:42 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) |
Hi Mike! Thanks for the report.
Mike Frysinger <address@hidden> writes:
> the examples/, src/, and test/ subdirs explicitly include wchar.h.
As far as I can tell, they don't:
address@hidden:~/src/libidn$ rgrep wchar examples/* tests/* src/*
address@hidden:~/src/libidn$
Maybe you meant "implicitly"? If so, which header file is pulling in
wchar.h?
> they also set up their CPPFLAGS to point to the gl/ and lib/ subdirs.
> however, the wchar.h replacement is generated in lib/gl/, not gl/ and
> not lib/. so the directories in question need this added to their
> AM_CPPFLAGS: -I$(top_builddir)/lib/gl -mike
Yup, that sounds like the proper fix, but I'd like to understand the
problem slightly better first.
/Simon
- libidn fails when builddir!=srcdir and wchar.h is unavailable, Mike Frysinger, 2008/02/09
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable,
Simon Josefsson <=
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Mike Frysinger, 2008/02/12
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Simon Josefsson, 2008/02/12
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Mike Frysinger, 2008/02/12
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Simon Josefsson, 2008/02/12
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Simon Josefsson, 2008/02/19
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Mike Frysinger, 2008/02/19
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Simon Josefsson, 2008/02/19
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Mike Frysinger, 2008/02/19
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Simon Josefsson, 2008/02/19
- Re: libidn fails when builddir!=srcdir and wchar.h is unavailable, Mike Frysinger, 2008/02/19