Re: Compilation of GIMP under window32
- From: Earnie Boyd <earnie_boyd yahoo com>
- To: James Michael DuPont <mdupont777 yahoo com>
- Cc: gimpwin-dev yahoogroups com, dia-list gnome org, gnuwin32-devel lists sourceforge net, autoconf gnu org, mingw-users lists sf net
- Subject: Re: Compilation of GIMP under window32
- Date: Wed, 21 Aug 2002 08:38:33 -0400
We can handle this in MinGW. We'll create the sys/param.h file. For now
you can use:
<FILE NAME="/mingw/include/sys/param.h">
#ifndef _SYS_PARAM_H
#define _SYS_PARAM_H
#include <sys/types.h>
#include <limits.h>
#endif
</FILE>
Please report other problems with this to mingw-users lists sf net
Earnie.
James Michael DuPont wrote:
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]