help-make
[Top][All Lists]
Advanced

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

Re: LOCALEDIR undefined


From: Paul D. Smith
Subject: Re: LOCALEDIR undefined
Date: Thu, 16 Nov 2000 14:04:34 -0500

%% "David Julien" <address@hidden> writes:

  dj> I am trying to create the make executable for Windows 95 using the
  dj> build_w32 batch file.  I have found an error while trying to
  dj> create the main.obj file.  In main.c, line 819, the function
  dj> bindtextdomain is called with LOCALEDIR as an argument.  However,
  dj> LOCALEDIR is never intitialized.  Does anyone know what LOCALEDIR
  dj> should be initialized to?  I am working with the make 3.79.1
  dj> source files.

If you're using build_w32, you'll have to remember to copy the
config.h.W32 file by hand to config.h.  In the next release of GNU make
the batch file will do this for you.

The config.h.W32 file defines LOCALEDIR.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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