Displaying 5 results from an estimated 5 matches for "bb896645".
2008 Feb 19
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...are marked writable, I already checked).
The MSBuild infrastructure isn't used by VS 2005 for C++ projects;
rather, VCBuild does the work. I'm not sure about VS 2008.
FWIW, I used ProcMon to diagnose file-handling issues I had in my build:
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
-- Barry
--
http://barrkel.blogspot.com/
2012 Nov 22
2
File update detection
Hello,
I run Samba 4.0.0-168.fc18.rc5.x86_64 on my Linux box. I use an editor
on my Windows box to edit files on one of the Samba shares and that
editor has a file update detection mechanism, polling every x seconds
for changes to file modification timestamp. And around every 12 to 14
seconds it pops up the files have been changed while they aren't. Any
idea what may cause this?
Kind
2010 May 10
3
update.packages fails with directory not found
Windows XP. I have just updated to R 2.11.0 and then run
update.packages. In the series of updates, a few will succeed, then I
get a failure like
package 'mvtnorm' successfully unpacked and MD5 sums checked
package 'party' successfully unpacked and MD5 sums checked
package 'PBSmodelling' successfully unpacked and MD5 sums checked
Error in normalizePath(path) :
2008 Feb 19
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
OK, a couple of things aren't parsing here.
> When config.h.in is hit in the build of configure the configure
> project,
> the configure.h file from the win32 directory is copied to main
> llvm\Config\Config.h. The script in the sln file is:
>
There is no "configure.h" file from the win32 directory; there is a
config.h, and it's 600 bytes long, compared to the
2008 Feb 18
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
>There's a config.h file in the win32 subdirectory that implies that
it's
>supposed to be concatenated as part of the build process, but it
doesn't
>seem like that's happening from within the .sln script--am I missing a
>pre-build step someplace?
When config.h.in is hit in the build of configure the configure project,
the configure.h file from the win32 directory is