You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Nick Bastin <nb...@opnet.com> on 2004/07/26 21:40:55 UTC

More packageBinaries.pl questions...

Ok, I see now when I look back through the output of packageBinaries.pl 
that it maybe is supposed to build debug versions of the libraries as 
well, however, I get the following error:

chdir Z:/src/ext/xerces-c/Projects/Win32/VC6/xerces-all
msdev xerces-all.dsw /MAKE "XercesLib - Win32 Debug" /REBUILD /OUT 
buildlog.txt
Error: no project loaded.

The project is indeed in the directory indicated.  Is there anything 
special that has to be done to get this to work?  Does the project file 
need to be writable? (It's in a source control system).  Also, it seems 
that the script copies a bunch of header files to the output directory, 
and then attempts to delete them, but it preserves the file permissions 
during the copy, so if they were read-only, it can't delete them and 
stops the script waiting for user input.  Should I patch it to force 
the remove, or is it this way for a reason?

--
Nick


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: More packageBinaries.pl questions...

Posted by da...@us.ibm.com.
> The project is indeed in the directory indicated.  Is there anything
> special that has to be done to get this to work?  Does the project file
> need to be writable? (It's in a source control system).

Yes, because the scripts have to modify the project files for the selected
build options.

> Also, it seems that the script copies a bunch of header files to the
> output directory, and then attempts to delete them, but it preserves
> the file permissions during the copy, so if they were read-only, it
> can't delete them and stops the script waiting for user input.

When building from the default setup, with the source directories from the
source distribution, the files are not read-only, so I suggest you remove
the read-only attribute (or fix the permissions) before you start the
build.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org