search for: mader

Displaying 20 results from an estimated 47 matches for "mader".

Did you mean: made
2014 Sep 30
2
[LLVMdev] Windows Installer
I replaced all instances of "$(Platform)" with "x64" for the x64 .props file and it still fails, so it looks like that guess was wrong as well. Regards, Eric On 9/29/14, 2:11 PM, Eric Mader wrote: > Quoting doesn't seem to make a difference. Strangely, the Win32 > toolset seems to work. (Where "work" means that clang runs and > produces a bunch of strange errors ;-) > > The only difference I see between the two .props files is that one > passes &quot...
2014 Sep 29
2
[LLVMdev] Windows Installer
Your install dir has a whitespace. Have you tried quoting? e.g. <LLVMInstallDir>"C:\Program Files (x86)\LLVM"</LLVMInstallDir> Best regards, Rafael Auler On Mon, Sep 29, 2014 at 7:38 PM, Eric Mader <emader at gmx.us> wrote: > I changed tooset-vs2013.props to this: > > <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" > <http://schemas.microsoft.com/developer/msbuild/2003>> > <Import > Project="$(VCTargetsPath)\Platfo...
2014 Sep 29
2
[LLVMdev] Windows Installer
...lset-vs2013.props and you'll understand what's happening and where the path is set. It tries to fetch the LLVM installation path from the Windows registry. Just fix this (maybe editing your registry or editing the .props file, whatever suits you best). On Mon, Sep 29, 2014 at 5:33 PM, Eric Mader <emader at gmx.us> wrote: > I copied the x64 toolsets by hand and now when I try to compile a file, I > get an error message saying that the build tools for llvm-2013 cannot be > found. I guess that this is because the installer didn't correctly add the > LLVM tools to $PATH...
2014 Sep 29
4
[LLVMdev] Windows Installer
...> LLVM for Windows from the source code, you should be able to go to the > installation folder, find a subfolder named "tools/msbuild" and run > the "install.bat" script. This should make your LLVM toolset appear in VS. > > On Mon, Sep 29, 2014 at 2:52 PM, Eric Mader <emader at gmx.us > <mailto:emader at gmx.us>> wrote: > > I’m trying to install LLVM-3.6.0-r218288-win32.exe on Windows 7 > Ultimate x64. The install doesn’t complain, but the toolset > doesn’t show up in either Visual Studio 2013 or Visual Studio > 20...
1999 Nov 17
3
file permissions and smbmount
...ed a -d and -f switch to set the file permissions. The newest one does not support these. The man pages for smbmount and smbmnt mention using syntax that does not work. I finally have gotten the mount command to work, but now I can't write to the share because of permissions. Help!! Cary Mader cary.mader@eds.com
2014 Oct 01
2
[LLVMdev] size_t?
I believe that we provide a definition of size_t inside the compiler itself when clang is in MSVC compatibility mode. On Tue, Sep 30, 2014 at 5:51 PM, Eric Mader <emader at gmx.us> wrote: > I did some more investigation of the size_t size error. I misunderstood > what was happening. It turns out that size_t is already defined before my > prefix header is included. I added the following static_asserts to the font > of the header: > &gt...
2014 Oct 01
2
[LLVMdev] size_t?
...http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?revision=218666&view=markup#l3512 X86_32 http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?revision=218666&view=markup#l3157 I don't see any obvious bugs here. On Tue, Sep 30, 2014 at 6:50 PM, Eric Mader <emader at gmx.us> wrote: > But crtdefs.h says: > > #ifdef _WIN64 > typedef unsigned __int64 size_t; > #else > typedef _W64 unsigned int size_t; > #endif > > Which conflicts with the built-in definition, that seems to be equivalent > to: > > typedef unsig...
2014 Sep 29
4
[LLVMdev] Windows Installer
...tall doesn’t complain, but the toolset doesn’t show up in either Visual Studio 2013 or Visual Studio 2010. Also I selected the choices to add LLVM to the path for every user and put an LLVM icon on the desktop. Neither of this happened. Can anyone tell me how to get this to work? Regards, Eric Mader
2014 Oct 01
2
[LLVMdev] -fblocks?
...er gives me the error that the blocks language feature is not enabled and that I should enable it with "-fblocks". When I add that compiler flag, the compile fails immediately saying "unknown argument: '-fblocks'" Is this perhaps an incomplete feature? Regards, Eric Mader
2014 Sep 30
2
[LLVMdev] size_t?
...gt;-m32 -fmsc-version=1700 > %(AdditionalOptions)</AdditionalOptions> > > In the meantime, I think Hans is trying to fix the installation of > those xml files and hopefully that will fix issues for other users > going forwards. > > On Tue, Sep 30, 2014 at 1:55 PM, Eric Mader <emader at gmx.us > <mailto:emader at gmx.us>> wrote: > > I'm getting compile errors because size_t is getting redefined. My > "forced include file" starts with: > > #if BUILDING_FOR_WINDOWS > #define NOMINMAX > > /* deal wit...
2014 Sep 30
2
[LLVMdev] Windows Installer
Hi Hans, Answers inline below. Regards, Eric On 9/30/14, 8:05 AM, Hans Wennborg wrote: > On Mon, Sep 29, 2014 at 7:56 PM, Eric Mader <emader at gmx.us> wrote: >> Hi Hans, >> >> I think installer.bat found my visual Studio installation because it >> installed the Win32 toolsets but not the x64 ones. (It took me a while to >> work this out ;-) I installed the x64 toolsets by hand and they seem t...
1999 Nov 12
1
smbmount problem after kernel recompile
...e lost. Is there a module I need to recompile to fix the mount problems, and if so, which one, and how. I think I kind of know how to recompile a module, I'm just not sure which one and where to find the source. OR...is there some other problem? I'd appreciate any help.... Thanks, Cary Mader cary.mader@eds.com Cary Mader / Phoenix Dev Center 602-770-0241 / cary.mader@eds.com Email Text Messages (100 characters) 6027700241@messaging.sprintpcs.com
2014 Oct 01
2
[LLVMdev] Compiling As Obj-C or Obj-C++ On Windows
...dd that in Additional Options I get an error message: CL> : error : invalid integral value 'bjC++' in '-ObjC++' I see this same message if I put "-Xclang" in front of "-ObjC++". Is there a way to get the code to compile as Obj-C++ on Windows? Regards, Eric Mader
2014 Sep 30
2
[LLVMdev] Windows Installer
...taller ran as administrator. I explicitly ran it that way again (asking it to uninstall first) just to be sure. It didn't seem to make any difference. IIRC, it did pop up the UAC when it ran. Regards, Eric On 9/29/14, 3:59 PM, Hans Wennborg wrote: > On Mon, Sep 29, 2014 at 10:52 AM, Eric Mader <emader at gmx.us> wrote: >> I’m trying to install LLVM-3.6.0-r218288-win32.exe on Windows 7 Ultimate >> x64. The install doesn’t complain, but the toolset doesn’t show up in either >> Visual Studio 2013 or Visual Studio 2010. Also I selected the choices to add >> LLVM...
2014 Oct 02
2
[LLVMdev] Header File Not Found?
...n the third error line, but I assume it's just how the error message is formatted) Does anyone have any idea what 's going on here. The header file is clearly in one of the directories on the list of search directories, and yet the compiler is saying it can't find it. Regards, Eric Mader
2014 Sep 30
2
[LLVMdev] Barking Up The Wrong Tree?
...al Studio compiler. Also, I'm seeing an error where different header files have different ideas about the type of t_size, but that my just be something I have to fix. So, bottom line. Is my assumption that using clang on Windows would simplify the porting process a valid one? Regards, Eric Mader
2014 Sep 30
2
[LLVMdev] size_t?
...'int' values) with an rvalue of type '__v2si' (aka 'int') 1> return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0); 1> ^~~~~~~~~~~ I suspect that these might be caused by the same thing as the size_t problem... Regards, Eric Mader -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140930/5dcc9c28/attachment.html>
2014 Sep 30
4
[LLVMdev] Barking Up The Wrong Tree?
...me today to respond. It sounds like > you got that worked out? I got it worked out by copying the x86 toolset files by hand. I don't know why the installer, or install.bat couldn't write them - install.bat finished without any error messages. > On Mon, Sep 29, 2014 at 8:08 PM, Eric Mader <emader at gmx.us > <mailto:emader at gmx.us>> wrote: > > I'm trying to port a bunch of code from MacOS X to Windows. The > code is a mixture of C, C++11 and Objective-C. (Some of the C++ > code has bits of Objective-C mixed in, just for spice ;-) Since i...
2007 Mar 26
5
Listing function
Hallo, I build a list by the following way: Lst = list(name="Fred", wife="Mary", no.children=3, cild.ages=c(4,7,9)) I know how I can extract the information one by one. But now I want to add a new entry which looks like name="Barney", wife="Liz", no.children=2, cild.ages=c(3,5) How can I add this information to Lst without overwriting the first entry?
1999 Nov 03
2
using smbmount for NT share
...0x5000) smb_vwv[12]=55652 (0xD964) smb_vwv[13]=21365 (0x5375) smb_vwv[14]=48934 (0xBF26) smb_vwv[15]=41985 (0xA401) smb_vwv[16]=2049 (0x801) smb_bcc=28 write_socket(4,148) write_socket(4,148) wrote 148 size=85 smb_com=0x73 smb_rcls=0 smb_reh=0 smb_err=0 smb_flsmbmount started (version 2.0.5a) Cary Mader / Phoenix Dev Center 602-770-0241 / cary.mader@eds.com Email Text Messages (100 characters) 6027700241@messaging.sprintpcs.com