On Wed, Jun 8, 2011 at 9:00 AM, Laurent Paul <[email protected]> wrote: > Ouch... > > I have configured the project but without any option and it has worked. > Running nmake fails because cl tries to use a temp directory that contains > '&'... > Do you know how to make that temp directory pointing elsewhere? >
TEMP is an environment variable in the command prompt you are running in. You should be able to use the set command to change the value of temp. And maybe TMP John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
