Re: [Mingw-w64-public] [libcxx][PATCH] Fix for CMakelists.txt

2013-04-01 Thread Earnie Boyd
On Mon, Apr 1, 2013 at 5:35 AM, G M wrote: > It does work as long as the destination directory already exists. > But I am thinking it might not work if a file (as opposed to a directory) is > being copied and the destination directory doesn't exist, then I am > concerned that what might happen is t

[Mingw-w64-public] [libcxx][PATCH] Fix for CMakelists.txt

2013-04-01 Thread G M
It does work as long as the destination directory already exists. But I am thinking it might not work if a file (as opposed to a directory) is being copied and the destination directory doesn't exist, then I am concerned that what might happen is that cmake is going to copy the file and give it the

[Mingw-w64-public] wchar_t* filenames

2013-04-01 Thread G M
Hi Everyone This is my first time posting here. Sorry while I work out how to do it properly. Ruben Your wchar_t fopen change makes sense to me, at least compared to the alternatives suggested in this thread. Do you know if it make senses in the context of Beman Dawes' C++ filesystem proposal?