Return-Path: Delivered-To: apmail-xml-xerces-c-dev-archive@www.apache.org Received: (qmail 23428 invoked from network); 3 Dec 2004 09:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Dec 2004 09:26:00 -0000 Received: (qmail 346 invoked by uid 500); 3 Dec 2004 09:25:50 -0000 Delivered-To: apmail-xml-xerces-c-dev-archive@xml.apache.org Received: (qmail 323 invoked by uid 500); 3 Dec 2004 09:25:49 -0000 Mailing-List: contact xerces-c-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: xerces-c-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list xerces-c-dev@xml.apache.org Received: (qmail 306 invoked by uid 99); 3 Dec 2004 09:25:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mailhost.agrsci.dk) (130.226.173.251) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 01:25:47 -0800 Received: from flakkebjerg-dc1.djf.agrsci.dk ([172.29.1.9]) by mailhost.agrsci.dk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 3 Dec 2004 10:25:43 +0100 Content-class: urn:content-classes:message Subject: Building the Xerces-C++ library with Borland C++Builder: No DLL file generated MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 3 Dec 2004 10:25:43 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Building the Xerces-C++ library with Borland C++Builder: No DLL file generated Thread-Index: AcTXse6ZMMD20IpZSkaVxqe/U9xnJQ== From: "Niels Holst" To: X-OriginalArrivalTime: 03 Dec 2004 09:25:43.0707 (UTC) FILETIME=[102E66B0:01C4D91A] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am following the instructions to build the Xerces-C++ library with = Borland C++Builder: http://xml.apache.org/xerces-c/build-winunix.html#WinBorlandBuilder However, when I choose "Project|Build XercesLib" from the menu I get = this error: [C++ Fatal Error] Xerceslib.cpp(32): F1013 Error writing output file Pressing F1 gives this explanation: A DOS error that prevents the C++ IDE from writing an .OBJ, .EXE, or = temporary file. Solutions Make sure that the Output directory in the Directories dialog box is a = valid directory. Check that there is enough free disk space. My drive has plenty of space, so I inspected the Output directories. The = "Intermediate output directory" was given as ..\..\..\..\..\Build\Win32\BCB6\obj The "Final output directory" was given as ..\..\..\..\..\Build\Win32\BCB6\ Followingly, I created those to folders and again tried "Project|Build = XercesLib". Hooray, BCB6 ended successfully with, "Compiled: Done". But = hey, what about linking? Looking in ..\..\..\..\..\Build\Win32\BCB6\obj I find the generated = Xerceslib.obj but, alas, the ..\..\..\..\..\Build\Win32\BCB6\ folder is = empty. In fact I can find, neither Xerceslib.dll nor Xerceslib.lib, = anywhere on my drive. How do I proceed to generate the library? Kindly, Niels. http://web.agrsci.dk/plb/nho/ =20 --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-c-dev-help@xml.apache.org