You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@stdcxx.apache.org by Craig Chariton <ch...@roguewave.com> on 2006/03/28 22:43:55 UTC

Use Absolute Path Names for /BUILDDIR When Using Generate in Wind ows

I opened a jira issue, Key STDCXX-168, regarding an issue with generate.bat.
When using generate.bat, for the /BUILDDIR argument, use the absolute path
for the build directory instead of the relative path.  

 

 

Examples:

 

generate /CONFIG:VC71 /BUILDDIR:12d        Does not work

 

generate /CONFIG:VC71 /BUILDDIR:C:\ApacheLibs\stdcxx-build     Does work

 

 

If you use the relative path, you will receive errors when trying to open
the solution in Visual Studio.  The errors will state that the project files
cannot be opened.

 

Craig Chariton