Building packages on MS-Windows, originally developed for a Unix platform, always requires some trial and error. When you build more than once, you will see some problems returning, and then it might be worthwhile to look for a more general solution. Some of these are described at http://gnuwin32.sourceforge.net/compile.html In the specific case you report, it might be more easier to install a sys/param.h. If a dummy (empty) file does not work, then you might borrow one from cygwin or djgpp and adapt it where necessary.
Kees Zeelenberg ----- Oorspronkelijk bericht ----- Van: "James Michael DuPont" <[EMAIL PROTECTED]> Aan: <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Verzonden: woensdag 21 augustus 2002 12:10 Onderwerp: [Gnuwin32-devel] Re: Re: Compilation of GIMP under window32 > Here is an update on the mingw32 build. > > I have found some more files that contain the problem of the > bad assumptions. > > this same text occurs in the following spots on my cygwin install > autoheader.m4f:3885:# define HAVE_SYS_PARAM_H 1 > autoconf.m4f:3939:# define HAVE_SYS_PARAM_H 1 > > Now these are Frozen Files? I dont seem to be able to change them > without breaking something. > > So, I have installed the source code for autoconf-2.53a under cygwin, > and have modified the > lib/autoconf/functions.m4, line 924-927, to remove the assumption. > > The make builds the frozen files > ../../tests/autom4te \ > --language=autoconf \ > --freeze \ > --include=./.. \ > --include=.. \ > --output=autoconf.m4f > > Right now, I am just commenting out the assumption, > that is sure to break all the other builds. > > I dont think this is the final solution, > some checks to see if we are running mingw are needed... > Any ideas? > > Mike > > > ===== > James Michael DuPont > http://introspector.sourceforge.net/ > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Gnuwin32-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/gnuwin32-devel > _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
