[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] 'Oxyds' - level 109
From: |
Daniel Heck |
Subject: |
Re: [Enigma-devel] 'Oxyds' - level 109 |
Date: |
Thu, 9 Dec 2004 09:50:08 +0100 |
On Mon, 6 Dec 2004 20:41:43 -0500 Tacvek wrote:
> I am able to make full win32 builds with one small exception: Currently, I
> cannot add internation support to my builds. this is due to a bug in the
> current (as of ~24 hours ago) development version that causes an error.
> When building the included libintl, make looks for config.h in enigma-devel/
> rather than enigma-devel/src/
Which is strange, because I explicitly modified intl/Makefile.in to look
for config.h in the src directory. Does "make" complain or "gcc"?
> I have found that `make distcheck` helps to find these errors before they
> would otherwise be noticed. It would be a wise idea to run that regularly.
I do use "make distcheck" more or less regularly, but in my experience
it is not a great help concerning cross-compilation issues.
- Daniel