Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Subject: cdrecord: Anyone built under Cygwin? To: cygwin AT sources DOT redhat DOT com X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: Kevin_Wright AT i2 DOT com Date: Fri, 17 Nov 2000 13:58:14 -0700 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on i2MtnView/Servers/i2Tech(Release 5.0.5 |September 22, 2000) at 11/17/2000 12:58:36 PM, Itemize by SMTP Server on SMTPMTA4/i2Tech(Release 5.0.4a |July 24, 2000) at 11/17/2000 02:58:36 PM, Serialize by Router on SMTPMTA4/i2Tech(Release 5.0.4a |July 24, 2000) at 11/17/2000 02:58:47 PM, Serialize complete at 11/17/2000 02:58:47 PM Content-type: text/plain; charset=us-ascii Hi, I saw a few posts regarding cdrecord and thought I'd try to build it. Using the cdrecord-1.9 source code, it fails looking for Windows32/Base.h and several other header files. I'm currently running 1.1.1 but looking at an old machine that has B20.1 installed, I see that those files used to be included in the distribution. Here's an example of the problem code: cdrecord.c: #ifdef __CYGWIN32__ /* * NOTE: Base.h has a second typedef for BOOL. * We define BOOL to make all local code use BOOL * from Windows.h and use the hidden __SBOOL for * our global interfaces. */ #define BOOL WBOOL /* This is the Win BOOL */ #define format __format #include #include #include #include #include #undef format By the way, when I did a search of cdrecord in http://cygwin.com/ml/cygwin/, I got no matches. But that's a different problem. Right now I'm just trying to compile the cdrecord package. If anyone has managed to get this to work, I'd be interested to know how they did it. TIA, --Kevin Wright -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com