similar to: [LLVMdev] clang.exe: fatal error: 'stdio.h' file not found

Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] clang.exe: fatal error: 'stdio.h' file not found"

2013 Nov 20
0
[LLVMdev] clang.exe: fatal error: 'stdio.h' file not found
Andrew, This might be offtopic for llvmdev. I suggest the mailing list, cfe-users. > * clang.exe version 3.4 (trunk), from LLVM 3.4.svn How did you build it? clang.exe depends on crt libraries, either mingw32 or msvcrt. Please try (and watch their output); > clang --version > clang -v -O2 -o hello.exe hello.c Please confirm; - Which library did you install? Visual studio or
2012 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
How can we improve URL detection in Markdown? I posted a question on Stack Overflow and happened to click a URL in my post. To my surprise, it wasn't functional, and it took three different, nonintuitive manipulations before I achieved a functional URL. Stack Overflow says "not my problem", so I'm deferring to Markdown itself. Here's a
2011 Mar 05
3
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
When I try to compile LLVM, a dialog pops up halfway through the process: "tblgen.exe has stopped working" and the build quits. I would really appreciate a binary pack for llvm-as, llc, etc. Specs: GCC 4.5.2 MinGW-Get 0.1-alpha-5.1 Windows 7 Professional x64 Steps: Install MinGW (
2012 Sep 30
3
[LLVMdev] Hello World assembly without clib "puts"?
Can Hello World be written in LLVM assembly without using a C library function like "puts"? Cheers, Andrew Pennebaker www.yellosoft.us -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120929/ed2e5f2f/attachment.html>
2012 Oct 02
2
rsync hashing / collision handling?
Based on the published rsync algorithm (pdf<http://cs.anu.edu.au/techreports/1996/TR-CS-96-05.pdf>), it appears to filter definitely different blocks from possibly unchanged blocks using weak hashing, then applying strong hashing to double-check the rest of the file for true differences. MD4 and MD5 do experience collisions, so isn't rsync fast at the risk of being inaccurate? If I can
2013 Feb 27
1
facter vs specs
A friend pointed out that I may have been reinventing the wheel: My specs project is very similar to Puppet Labs'' facter. What do you think? https://github.com/mcandre/specs#readme -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2020 Oct 06
0
Installing Perl For Use in R
Hi, What OS are you on? It has been years since I used ActiveState, but it looks like you now need to create an account with them prior to downloading the installation files. They seem to give you the option of creating an account with them, or using Github. I would opt for the former, even though I have a Github account. If you are on Windows, an alternative Perl distribution is Strawberry
2019 Jun 04
3
Offer zip builds
On Mon, Jun 3, 2019 at 6:54 PM Marc Schwartz wrote: > I am on macOS primarily, albeit, I have run both Windows and Linux routinely > in years past. With all due respect, then you have no business in this thread. > That being said, these days, I do run Windows 10 under a Parallels VM on > macOS, as I have a single commercial application that I need to run for > clients now and
2011 Mar 05
0
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
Hi Andrew, > When I try to compile LLVM, a dialog pops up halfway through the process: > "tblgen.exe has stopped working" and the build quits. > > I would really appreciate a binary pack for llvm-as, llc, etc. indeed windows is the only platform for which the LLVM core tools like llvm-as, llc etc are not provided in the binary distribution. I think it would be better if
2014 Feb 05
2
[LLVMdev] How can I get llvm-as for Ubuntu?
I used to be able to `apt-get install llvm` to install `llvm-as`, an LLVM assembler. I think some tools/packages have moved around since then. What can I use to compile `.ll` assembler files into executables? -- Cheers, Andrew Pennebaker www.yellosoft.us -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Oct 06
2
Installing Perl For Use in R
I?m getting nowhere with this. From the website below I clicked on the ActivePerl 5.26 button which seems to lead me into creating projects on the Cloud rather than downloading the software to my hard drive. https://www.activestate.com/products/perl/downloads/ Can someone give me some advise? What the website is trying to do seems rather shady. Thanks, Philip [[alternative HTML version
2013 Apr 30
0
[LLVMdev] Package llvm-mode for MELPA and Marmalade
Modern Emacs uses a standard set of repos for managing emacs mode packages, so that all users need to add syntax highlighting for llvm-mode would be M-x package-install RET llvm-mode RET. Could we package llvm-mode for these repos? * MELPA <http://melpa.milkbox.net/> * Marmalade <http://marmalade-repo.org/> -- Cheers, Andrew Pennebaker www.yellosoft.us -------------- next part
2019 Jun 04
0
Offer zip builds
FWIW, innoextract extracts the contents of the installer just fine. I?aki On Tue, 4 Jun 2019 at 17:40, Steven Penny <svnpenn at gmail.com> wrote: > > On Mon, Jun 3, 2019 at 6:54 PM Marc Schwartz wrote: > > I am on macOS primarily, albeit, I have run both Windows and Linux routinely > > in years past. > > With all due respect, then you have no business in this
2019 Jun 03
1
Offer zip builds
On Mon, Jun 3, 2019 at 4:11 PM Marc Schwartz wrote: > I have not tried it, but if that is the case here, you may be able to use the > normal R binary installer, but adjust the default install options when > prompted, allowing you to customize the install location and other parameters, > that may be suitable in the absence of Admin rights. > > Prior statements, not official, would
2009 Oct 25
0
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
On Oct 25, 2009, at 1:58 PM, Graham Wakefield wrote: > Hi all, > > (Sorry if the answer to this is obvious - and thanks in advance~) > > Short version: > linker error of _backtrace from LLVMSystem.a building a dynamic > library embedding LLVM/clang, both against the OSX 10.4 sdk. > > Long version: > I've just tried rebuilding my project using the 2.6 release,
2019 Jun 02
4
Offer zip builds
If you go here: https://cran.cnr.berkeley.edu/bin/windows/base you see EXE installers for Windows. This contrasts with other programming languages that offer both an executable installer and ZIP files that can be extracted and run. For example Go: https://golang.org/dl and Nim: https://nim-lang.org/install_windows.html Python: https://python.org/downloads/release/python-373 and C#:
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
Hi all, (Sorry if the answer to this is obvious - and thanks in advance~) Short version: linker error of _backtrace from LLVMSystem.a building a dynamic library embedding LLVM/clang, both against the OSX 10.4 sdk. Long version: I've just tried rebuilding my project using the 2.6 release, using the following commands to try and force LLVM to build against the OSX 10.4 sdk (I am
2008 Dec 18
0
[LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
Hi, I'm having a hard time linking the LLVM/clang libraries in Xcode. I've been fighting this for a couple of days now, and decided to make a fresh checkout and a super-simple demo project to try and isolate the problem, but even so I'm getting undefined symbol errors in the linker for the static libraries LLVM is producing. This is really baffling, so probably I'm
2010 Nov 28
3
Where is gdata?
Hi folks, Win 7 64 bit R 32 bit > install.packages("gregmisc") Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- also installing the dependency ‘gmodels’ trying URL 'http://cran.ms.unimelb.edu.au/bin/windows/contrib/2.12/gmodels_2.15.0.zip' Content type
2006 Dec 12
0
perl on CentOS 4.4 : PERLIO=perlio vs stdio, readline error handling
I sometimes use an example from readline entry in perlfunc(1). This used to work for me, but know (after I upgraded to CentOS) works only if PERLIO=stdio is defined in environment. See the following: [xx at xx testreadline]$ cat testreadline.pl #!/usr/bin/perl use warnings; use strict; for my $fn (@ARGV) { local (*F); open F, "< $fn" or die "open err for fn=$fn: $!";