search for: zakir

Displaying 20 results from an estimated 40 matches for "zakir".

2018 Nov 26
3
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
Yeah, I don't think that matters. It did set the toolset architecture to x64. You know, I attached those log files for a reason. ________________________________ From: Zachary Turner <zturner at google.com> Sent: Tuesday, November 27, 2018 4:27 AM To: Osman Zakir Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Have LLD and Clang in their correct locations, but still can't generate project files for LLVM I don't know if it actually matters, but I think there should not be a space after -T. Usually I would specify it like -Thost=x64. On Mon,...
2018 Nov 28
2
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
...re? And would it be easier to do that in the CMake GUI? Please tell me how you had it find the include files if that may help me. ________________________________ From: Jonathan Goodwin <jondgoodwin at gmail.com> Sent: Wednesday, November 28, 2018 6:24 AM To: zturner at google.com Cc: Osman Zakir; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Have LLD and Clang in their correct locations, but still can't generate project files for LLVM I am evidently one of those rare people successfully building LLVM v7 inside VS 2017 and targeting WebAssembly. Unlike Osman, I build the 32-bit ve...
2018 Nov 27
3
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
...n still use the Visual Studio generator for the IDE experience while doing build from ninja. I know there are a couple of people who build from inside of Visual Studio, but it's a pretty small number, and I don't think they are targeting WebAssembly. On Tue, Nov 27, 2018 at 12:46 PM Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Is there no one who has already built LLVM for targeting WebAsesembly > with, using Visual Studio 2017 as the generator and toolchain (x64 of > course)? > > My LLVM root folder is C:/llvm, and LLD and Clang are in > llvm_r...
2018 Nov 29
2
Errors in configuration for LLVM with CMake GUI
I don't know what executable to point it to for SVN because, like I said before, I just right click where I want to check something out and click what I need in the context menu. So I need to know what executable to point it to. ________________________________ From: Osman Zakir <osmanzakir90 at hotmail.com> Sent: Thursday, November 29, 2018 11:06 PM To: Zachary Turner; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Errors in configuration for LLVM with CMake GUI I also checked out compiler-rt and openmp. Would it be okay to just delete those and try again, or...
2018 Nov 29
3
Errors in configuration for LLVM with CMake GUI
...in that command line works for me, so see if it works for you. If it does not work, there's a problem with your installation, system, cmake version, etc. If it does work, then it's more likely a problem with the cmake command line you're running. On Thu, Nov 29, 2018 at 9:45 AM Osman Zakir <osmanzakir90 at hotmail.com> wrote: > I opened up an elevated Developer Command Prompt for VS2017, ran vcvarsall > with argument amd64, and then ran the command "cmake-gui" in that command > prompt. Then in that gui window, I clicked on "Configure" without doin...
2010 Oct 21
2
1 way audio asterisk 1.6
...every possible settings externip set localip set NAT= yes / route directmedia yes/ no ? Ive check the sip headers in the debug mode and its using the external address in both client and server. ? Ive tried STUn servers etc ? No luck. any info on this Its for my installation which I am testing. ? Zakir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101021/21e01911/attachment.htm
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
...ard libraries. By the way, you wouldn't happen to know how to use link.exe, would you? I might need some help on that to understand how to use lld-link.exe. ________________________________ From: Zachary Turner <zturner at google.com> Sent: Wednesday, December 12, 2018 9:02 PM To: Osman Zakir; llvm-dev Subject: Re: [llvm-dev] Using LLD to link against third-party libraries? How? Do you have a specific reason for enabling libcxx and libcxxabi? Because I would strongly suggest disabling them otherwise On Wed, Dec 12, 2018 at 7:47 AM Osman Zakir <osmanzakir90 at hotmail.com<mailto...
2018 Nov 29
7
Errors in configuration for LLVM with CMake GUI
...m> , are you sure you didn't have to tell it where the header files for Windows are? If I need to specify the paths to those headers, how do I do it? ________________________________ From: Jonathan Goodwin <jondgoodwin at gmail.com> Sent: Thursday, November 29, 2018 10:42 AM To: Osman Zakir Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Errors in configuration for LLVM with CMake GUI I checked your CMakeError.log again. The .h include files it is marking as missing are not LLVM include files, but are OS-related (e.g., malloc/malloc.h), and in some cases appear to be potential...
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
Osman Zakir <osmanzakir90 at hotmail.com> writes: > LLVM on a Developer Command Prompt. I don't know what you mean by that. "LLVM" isn't a command. Can you post the exact command you use to link? > The ones I want to fix first are the ones from Boost and Jinja2Cpp. I > sa...
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
How can I tell CMake during the configuration step where to find my zlib installation? ________________________________ From: blubee blubeeme <gurenchan at gmail.com> Sent: Wednesday, December 12, 2018 7:31 PM To: Osman Zakir Cc: llvm-dev Subject: Re: [llvm-dev] Using LLD to link against third-party libraries? How? I would agree with the next email from Brian Cain If you do not have specific reason to want to use llvm lld try to use your system provided c++ linker. Bootstrapping the llvm c++ c++abi can be troublesome...
2017 Dec 07
2
Updating LLVM/Clang support for VS for VS2017
...y are missing? Filing bugs for those at https://bugs.llvm.org/ is probably the way to go. clang-cl does support the /std switch, at least. 5.0 supports /std:c++14 and /std:c++latest, and trunk adds support for /std:c++17. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Osman Zakir <osmanzakir90 at hotmail.com> Date: Thursday, December 7, 2017 at 7:09 AM To: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> Subject: [llvm-dev] Updating LLVM/Clang support for VS for VS2017 The...
2010 Oct 20
1
SIP 401
...2.174.128:5060 ---> SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 77.72.174.128:5060;branch=z9hG4bK6ff0e241f3fd4d0b9c137d616de1fe1f;received=77.72.174.128 From: "ajs2010" <sip:ajs2010 at sip.voipblast.com:5060>;tag=330113ac4c51ef02d4ef70 ? Any help info will be appreciated thanks ? Zakir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101020/820d4505/attachment.htm
2018 Dec 12
3
Using LLD to link against third-party libraries? How?
..., libcxx and libcxxabi. But I built the two main CMake targets only--all_build and install. What else do I have to do? Please let me know. ________________________________ From: Zachary Turner <zturner at google.com> Sent: Wednesday, December 12, 2018 11:10 AM To: blubee blubeeme Cc: Osman Zakir; David Greene; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Using LLD to link against third-party libraries? How? I see you’re using lld-link, so we’re talking about Windows here. Have you gotten it working with the Microsoft linker? Because if so, just replace link.exe with lld-link.exe an...
2019 Oct 10
4
Building For x64 Windows using LLVM
I'm trying to do it by passing "-Xclang -m64" on the VS2019 command line options panel but it gives the error "unknown argument" on "-m64". How do I do it? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191010/37832cc8/attachment.html>
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
I add the -fuse-ld=lld flag to the compiler command line itself. And I included LLD when I built LLVM (I checked out the mono repo and built that version). What command line arguments should I pass to LLD when I want to link against third-party libraries? That's what I'm asking. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Apr 24
2
CMake Error at tools/clang/lib/Headers/cmake_install.cmake:36 (file): file INSTALL cannot find "C:/llvm-project/build/$(Configuration)/lib/clang/9.0.0/include".
Hi, everyone. I'm trying to build LLVM myself because the page I was linked to with the links to pre-built binaries doesn't have a passing WASM build of LLVM. Or at least didn't when I last checked there. With that being said, though, when I tried to build INSTALL.vcxproj, I got the error mentioned in the title of this message. The full error message is in the attached text file.
2018 Nov 26
2
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
I ran CMake on the command line with this command: " cmake .. -DCMAKE_INSTALL_PREFIX=../install_x64 -T host=x64 -G "Visual Studio 15 2017 Win64" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly " And I have LLD and Clang where they should be. But I still couldn't generate project files. The path to the build and installation directories don't have spaces at all this
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
I couldn't get it to build libcxx... You need c++ and c++abi to compile c++ code. On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote: > LLVM on a Developer Command Prompt. The ones I want to fix first are the > ones from Boost and Jinja2Cpp. I saw some from those as well. > > If there any standard library ones missing, could it be because I couldn't > g...
2005 Jul 14
2
X Windows
Can someone please assist me on how to install Gnome /KDE ? I am running Centos 4.1, and I didn't install the packages durning the install, but would like to install them now, Thanks ZAK CONFIDENTIALITY NOTICE: ************************************************************************ The information contained in this ELECTRONIC MAIL transmission is confidential. It may also be
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
...GitHub today. GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. github.com ________________________________ From: blubee blubeeme <gurenchan at gmail.com> Sent: Wednesday, December 12, 2018 12:54 AM To: Osman Zakir Cc: llvm-dev Subject: Re: [llvm-dev] Using LLD to link against third-party libraries? How? That depends on the library that you'd like to link against, it's usually in the documentation of that project. What project are you trying to link and what linker flags have you tried so far? Best...