RE: [RFC]: Breaking out fontconfig and freetype into seperate packages

2003-08-01 Thread Billinghurst, David (CRTS)
From: Nicholas Wourms Subject: [RFC]: Breaking out fontconfig and freetype into seperate packages Harold, Would you be against having someone else maintain the freetype2 fontconfig packages external of XFree86 sources? There are a couple of reasons for wanting this: I'd like this

RE: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-21 Thread Billinghurst, David (CRTS)
I can build and test gcc HEAD with 1.5.0 and latest (well yesterday's latest) test packages. The testsuite results are similar to 1.3, but I haven't checked the output line by line. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: ImageMagick

2003-07-21 Thread Billinghurst, David (CRTS)
ImageMagick-5.5.3 builds out of the box for me with shared libraries, and I have been using it for months without problem. I did re-autotool it before I built, but I am not sure if that is required libtoolize --copy --force \ aclocal \ automake \ autoconf I then configured with

RE: ImageMagick

2003-07-20 Thread Billinghurst, David (CRTS)
I have IM installed. Busy right now but I will have a look at it tonight and report back. -Original Message- From: Bill McCormick [mailto:[EMAIL PROTECTED] Sent: Monday, 21 July 2003 3:39 PM To: Cygwin Subject: ImageMagick Hi all, Anybody have ImageMagick installed? I'm having

C99/C++ patch for /usr/include/math.h

2003-07-04 Thread Billinghurst, David (CRTS)
I have been working through some gcc-3.4 libstdc++-v3 testsuite failures on cygwin. The tests: - 26_numerics/c99_classification_macros_c++.cc - 26_numerics/c99_classification_macros_c.cc fail because C99 and C++ disagree over fpclassify() The following patch to /usr/include/math.h does the

RE: Pending package status (11 June 2003)

2003-06-10 Thread Billinghurst, David (CRTS)
another vote for docbook-xml42 and docbook-xsl

RE: Octave package for Cygwin

2003-05-29 Thread Billinghurst, David (CRTS)
I have used octave under cygwin for a few years, so this gets my vote, and I would be happy to download and test the package. I regularly build and test fortran LAPACK and BLAS on cygwin, as part of the gcc regression testing. I haven't tried to build ATLAS or fftw, and I failed to build

RE: Snapshot 200300205/gcc3.3

2003-02-05 Thread Billinghurst, David (CRTS)
You do need a gnat compiler, as found http://www.geocities.com/billingd2002/gnat/ Works fine for gcc-3.2 but not for gcc-3.3 (gcc PR 6942) -Original Message- From: Robert McNulty Junior [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 February 2003 4:05 PM To: Dockeen; [EMAIL PROTECTED]

Problems with binutils 20021107-1

2002-11-07 Thread Billinghurst, David (CRTS)
I cannot bootstrap gcc-3.3 with binutils-20021107-1. The problem goes away if I revert to binutils-20020706-2, and reoccurs if I reinstall binutils-20021107-1. The error that occurs is a Signal 11 running gengtype.exe gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes

RE: Gnat for win32 does not search include and library paths

2002-10-08 Thread Billinghurst, David (CRTS)
You can build gnat on cygwin. See - http://gcc.gnu.org/ml/gcc/2002-06/msg00161.html - http://sources.redhat.com/ml/cygwin/2002-09/msg01212.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

RE: GNAT in gcc-3.2 [was Re: New gcc-3.1.1 Release - g77]

2002-09-18 Thread Billinghurst, David (CRTS)
it was there. -Original Message- From: David A. Cobb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 September 2002 9:32 To: Billinghurst, David (CRTS); [EMAIL PROTECTED] Subject: GNAT in gcc-3.2 [was Re: New gcc-3.1.1 Release - g77] Billinghurst, David (CRTS) wrote: It can be done. I have a working (or so

RE: New gcc-3.1.1 Release - g77

2002-09-17 Thread Billinghurst, David (CRTS)
It can be done. I have a working (or so it seems) GNAT for cygwin. Let me know if you are interested. -Original Message- From: David A. Cobb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 September 2002 3:21 To: Dockeen Cc: [EMAIL PROTECTED] Subject: Re: New gcc-3.1.1 Release - g77

RE: teTeX suite 20020530-3 available for upload

2002-08-11 Thread Billinghurst, David (CRTS)
I installed the new teTeX suite last night, and gave it some exercise. It installed cleanly over the previous release. xdvi works, but I needed to adjust my PATH to put /usr/X11R6/bin first, so that the X11 version of gs is found. Thanks.

RE: please update libXML (undefined references)

2002-07-21 Thread Billinghurst, David (CRTS)
I believe I had a similar problem with libwmf. libwmf makes two libraries - lets call them A and B. libA is depends on libB. When libtool relinked libA during make install it linked libA with the installed version of libB, and not the libB I had just built. The older version of libB did

RE: libiconv

2002-07-10 Thread Billinghurst, David (CRTS)
I think you need to configure with --enable-nls \ --without-included-gettext \ For gcc-3.2 I get $ cygcheck cc1.exe Found: .\cc1.exe .\cc1.exe C:\cygwin\bin\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL C:\cygwin\bin\cygintl-2.dll

RE: Binutils alignment and libjava

2002-07-08 Thread Billinghurst, David (CRTS)
It is already there. -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Sunday, 7 July 2002 2:49 To: [EMAIL PROTECTED] Subject: Re: Binutils alignment and libjava On Sat, Jul 06, 2002 at 10:29:33PM +1000, Billinghurst, David (CRTS) wrote: Sorry

Binutils alignment and libjava

2002-07-06 Thread Billinghurst, David (CRTS)
Sorry for not commenting on this earlier, but I have been travelling with work - building and commissioning plant rather than computing. It is now possible to build libjava with 4 byte alignment on cygwin, as hash synchronization has been disabled for cygwin (in libjava/configure.host). I

RE: Binutils alignment and libjava

2002-07-06 Thread Billinghurst, David (CRTS)
: Saturday, 6 July 2002 10:43 To: Billinghurst, David (CRTS) Cc: [EMAIL PROTECTED] Subject: Re: Binutils alignment and libjava Billinghurst, David (CRTS) wrote: Sorry for not commenting on this earlier, but I have been travelling with work - building and commissioning plant rather than computing

RE: libiconv

2002-06-24 Thread Billinghurst, David (CRTS)
ditto for ImageMagick (it uses it too, and I could use an excuse). -Original Message- From: Gary R. Van Sickle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 June 2002 10:42 To: [EMAIL PROTECTED] Subject: RE: libiconv This all gets my vote, particularly libiconv. And as a bonus, it

RE: [cygwin gcc-3.1] libjava/testsuite/lib/libjava.exp patch

2002-06-09 Thread Billinghurst, David (CRTS)
I didn't even notice the ChangeLog.cygwin-mingw files, as I was working elsewhere. I would prefer to use them and will make the appropriate changes. -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Sunday, 9 June 2002 3:08 To: [EMAIL PROTECTED] Cc: [EMAIL

RE: [cygwin gcc-3.1] libjava/testsuite/lib/libjava.exp patch

2002-06-09 Thread Billinghurst, David (CRTS)
Done. All changes now in ChangeLog.cygwin-mingw. There may be a patch to gcc/ada/sysdep.c to come. Danny made a couple of changes here and I need to do another bootstrap to confirm my one-liner is OK. -Original Message- From: Billinghurst, David (CRTS) Sent: Monday, 10 June 2002

RE: package offering: gnupg

2002-06-08 Thread Billinghurst, David (CRTS)
I'd prefer the re-autotool stuff to be part of the user build process. I was going to propose this for ImageMagick, as it reduces the patches from approx 1 Mb down to 2 lines. Much easier to understand. -Original Message- From: Nicholas Wourms [mailto:[EMAIL PROTECTED]] Sent: Sunday,

gcj patches for cygwin gcc-3.1

2002-06-08 Thread Billinghurst, David (CRTS)
cgf asked me to commit some patches to the cygwin gcc-3.1 branch. These java patches went into 3.1 after the cygwin branch, and increase cygwin performance dramatically by caching the results of stat() calls. 2002-06-09 David.Billinghurst [EMAIL PROTECTED] 2002-05-18 Mark

[cygwin gcc-3.1] Patch to java/lang/natSystem.cc

2002-06-08 Thread Billinghurst, David (CRTS)
Patch to cygwin gcc-3.1 branch. This avoids the autoconf test, etc that went into gcc-3.2. 2002-06-09 David Billinghurst [EMAIL PROTECTED] * java/lang/natSystem.cc: Use _timezone on cygwin. Simplified version of mainline patch. Index: java/lang/natSystem.cc

[cygwin gcc-3.1] libjava/testsuite/lib/libjava.exp patch

2002-06-08 Thread Billinghurst, David (CRTS)
Backport of 3.2 patches to cygwin gcc-3.1 branch. 2002-06-09 David.Billinghurst [EMAIL PROTECTED] 2002-05-09 David.Billinghurst [EMAIL PROTECTED] * testsuite/lib/libjava.exp (test_libjava_from_javac): Append .exe to executable names. Fix for cygwin.

RE: ImageMagick-5.4.5-1 package ready for review/testing [take a look Chuck]

2002-05-28 Thread Billinghurst, David (CRTS)
why they aren't there, or - remove the documentation for them. -Original Message- From: Nicholas Wourms [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 28 May 2002 9:21 To: Billinghurst, David (CRTS); [EMAIL PROTECTED] Subject: RE: ImageMagick-5.4.5-1 package ready for review/testing [take

RE: ImageMagick-5.4.5-1 package ready for review/testing [take a look Chuck]

2002-05-27 Thread Billinghurst, David (CRTS)
The prefix was /usr/X11R6. Fingers slipped in typing the mail. The files are no longer at the URL given. I seem to have transgressed some rule and the account has been closed. I will have to find an alternative. (Suggestions welcome).

RE: Updated package for testing: OpenDX 4.2.0-1

2002-05-27 Thread Billinghurst, David (CRTS)
When I start this version I get memory errors. I am unsure why it is attempting to allocate over 400 MB (the host has 512 MB of RAM) $ dx -uionly Starting DX user interface $ dx -execonly Starting DX executive Memory cache will use 24 MB (2 for small items, 22 for large) Error during

RE: Updated package for testing: OpenDX 4.2.0-1

2002-05-27 Thread Billinghurst, David (CRTS)
Actually trying to allocate 4 GB, not 400 MB. Lost a digit there. -Original Message- From: Billinghurst, David (CRTS) Sent: Tuesday, 28 May 2002 2:25 To: Harold Hunt; cygx Subject: RE: Updated package for testing: OpenDX 4.2.0-1 When I start this version I get memory errors. I am

RE: ImageMagick-5.4.5-1 package ready for review/testing [take a look Chuck]

2002-05-27 Thread Billinghurst, David (CRTS)
The prefix was /usr/X11R6. Fingers slipped in typing the mail. The files are no longer at the URL given. I seem to have transgressed some rule and the account has been closed. I will have to find an alternative. (Suggestions welcome).

Port of ImageMagick-5.4.5

2002-05-26 Thread Billinghurst, David (CRTS)
I have build a shared library version of ImageMagick-5.4.5. Apart from re-libtoolizing, the changes are trivial. I'd like to contribute it, but may not get time to work on it until next weekend.

RE: New package for testing: OpenDX

2002-05-23 Thread Billinghurst, David (CRTS)
Harold, I have grabbed this and installed it. Haven't got it to work yet. 1. The 4.2.0 source was released a couple of days ago ;- 2. Need to use /bin/tcsh rather than /bin/csh in /usr/X11R6/dx/bin/dx 3. The dx script gives up with message unknown machine type It seems to be missing

RE: New package for testing: OpenDX

2002-05-23 Thread Billinghurst, David (CRTS)
]] Sent: Friday, 24 May 2002 2:42 To: Billinghurst, David (CRTS) Subject: RE: New package for testing: OpenDX Okay, I'll hold off. Any hints as to what else we should fix first? Harold -Original Message- From: Billinghurst, David (CRTS) [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24

RE: [MinGW-dvlpr] Re: gcc 3.1 [-mno-cygwin and __main ]

2002-05-14 Thread Billinghurst, David (CRTS)
Danny, Can you elaborate on this. Now would be a good time to get dwarf2 EH working on cygwin. It would be painful to release a cygwin gcc-3.1 with sjlj exceptions, then switch. I don't mind hacking away at the gcc build process, but I get confused if I get too deep into the internals.

RE: dejagnu-1.4.2 on cygwin

2002-04-03 Thread Billinghurst, David (CRTS)
). mkdir dejagnu-1.4.2 cd dejagnu-1.4.2 /usr/local/src/dejagnu-1.4.2/configure --prefix=/usr make make install -Original Message- From: Tim Prince [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 April 2002 8:05 To: Billinghurst, David (CRTS) Cc: [EMAIL PROTECTED] Subject: Re

dejagnu-1.4.2 on cygwin

2002-04-02 Thread Billinghurst, David (CRTS)
Tim Prince wrote: My dejagnu runs reasonably well, although I haven't figured out how David Billinghurst was able to bring his up to date. dejagnu-1.4.2 builds OOTB for me. - download from any gnu mirror - build out of source tree with srcdir/configure --prefix=/usr make make

Minor texi2html (tetex-beta) change

2002-03-31 Thread Billinghurst, David (CRTS)
The file texi2html, in the tetex-beta package, starts #!/usr/local/bin/perl Of course, it should be #!/usr/bin/perl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

RE: GCL 2.4.1: missing unexnt.c

2002-03-30 Thread Billinghurst, David (CRTS)
There has been some discussion of this on [EMAIL PROTECTED] recently. Check the archives at http://mail.gnu.org/pipermail/gcl-devel/ for the details. working from memory here, so check this, but: - you will get better results on cygwin and mingw using the CVS version 2.50 from

Volunteering to package texinfo-4.1

2002-03-19 Thread Billinghurst, David (CRTS)
Building gcc-3.1 now requires texinfo-4.1. It builds OOTB. If there are no objections I will package it up over the weekend and submit it.

RE: cvs: Terminated with fatal signal 6

2002-02-06 Thread Billinghurst, David (CRTS)
cygwin cvs (on win2k) copes with this ok. It happens with gcc and maxima sources. It just overwrites on file and complains. -Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 February 2002 12:56 To: Volker Quetschke Cc: [EMAIL PROTECTED] Subject: Re:

RE: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-04 Thread Billinghurst, David (CRTS)
The fastjar install problem was fixed in gcc-3.1. zlib, fastjar and gcj are built on the mainline to prevent bitrot. One could make a case for disabling them for a release. -Original Message- From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 10:59 To:

RE: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-01 Thread Billinghurst, David (CRTS)
Mack, A couple of things to try: Unpack the gcc source tree using cygwin tar and gzip/bzip2. Some windows utilities are smart enough to convert \n to \r\n Try using binary mounts for the source and build trees. Use the configure options I posted earlier. -Original Message- From:

RE: How do i upgrade to gcc 3.X on cygwin?

2002-01-30 Thread Billinghurst, David (CRTS)
To install gcc-3 into /usr/local install dejagnu-1.4.2 if you want to run the g++ testsuite if you want to build objc, install patch http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00578.html cd to somewhere out of the gcc source tree mkdir ${build} cd ${build} ${srcdir}/configure

RE: comments on texmf package?

2002-01-17 Thread Billinghurst, David (CRTS)
The trivial test case works for me. With tetex-beta-20001218-3 and texmf-2804-2 I can cp /usr/share/texmf/tex/latex/base/small2e.tex . latex small2e.tex dvips small2e.dvi -o small2e.ps pdflatex small2e.tex The generated files looked OK. -Original Message- From: Jan

RE: [ANNOUNCEMENT] Updated: gettext-0.10.40-1

2001-12-19 Thread Billinghurst, David (CRTS)
Thanks. This works nicely with gcc-3.1 (which has had broken nls support for a while) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: