This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot build latest CVS setup


Igor Pechtchanski wrote:

> Same errors with a fresh checkout.  Any ideas?  Am I doing something
> wrong?

That's odd.  I'm not sure what's causing that.  I just tried the
following and it built fine:

$ cvs -d :ext:briand@sources.redhat.com:/cvs/cygwin-apps \
  co -d setup-test setup
$ cd setup-test
$ ./bootstrap.sh
$ mkdir build
$ cd build
$ ../configure -C --disable-shared --host=i686-pc-mingw32 \
  --build=i686-pc-cygwin CC="ccache gcc -mno-cygwin" \
  CXX="g++ -mno-cygwin"
$ make

See if the above works for you, and then maybe narrow down what the
difference is.  (CC="ccache .." you can ignore, it shouldn't matter.)  I
don't know what --enable-maintainer-mode actually does, and I've never
used it.

> P.S. Incidentally, neither Max nor Brian (nor me :-)) are in the
> CONTRIBUTORS file.

Yeah, I guess we should fix that.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]