Displaying 9 results from an estimated 9 matches for "yellosoft".
2011 Mar 05
3
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
...Building Intrinsics.gen.tmp from Intrinsics.td
make[1]: ***
[/c/users/andrew/desktop/src/llvm/lib/VMCore/Debug+Asserts/Intrinics.gen.tmp]
Error 255
make[1]: Leaving directory '/c/users/andrew/desktop/src/llvm/lib/VMCore'
make: *** [all] Error 1
Close program
Cheers,
Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110304/0c397d78/attachment.html>
2012 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
...et/projects/markdown/dingus>. I'd
paste my sample directly in Gmail, but it would actually fix the URLs and
obscure the problem.
I believe this is easily fixed by altering the regex responsible for
parsing [name](url) syntax to be lazy rather than eager.
--
Cheers,
Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20121017/0b32edff/attachment.htm>
2011 Mar 05
0
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
...1]: ***
> [/c/users/andrew/desktop/src/llvm/lib/VMCore/Debug+Asserts/Intrinics.gen.tmp]
> Error 255
> make[1]: Leaving directory '/c/users/andrew/desktop/src/llvm/lib/VMCore'
> make: *** [all] Error 1
>
> Close program
>
> Cheers,
>
> Andrew Pennebaker
> www.yellosoft.us <http://www.yellosoft.us>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2013 Nov 20
2
[LLVMdev] clang.exe: fatal error: 'stdio.h' file not found
...to add libs to the compile command, something like -lc? I tried a
few variants, like -lc, -lstdlib, -lcstdlib, with no success.
System:
* clang.exe version 3.4 (trunk), from LLVM 3.4.svn
* gmake 3.82, from StrawberryPerl 5.16.3.3
* Windows 8.1 Professional x64
--
Cheers,
Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131119/2b7fef90/attachment.html>
2012 Oct 02
2
rsync hashing / collision handling?
...file block was changed but even the
strong hash algorithm misses it?
Have recent versions of rsync considered using a more robust implementation
of file change monitoring, like Dropbox
<https://www.dropbox.com/help/8/en> does?
It looks fast on my machine.
--
Cheers,
Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20121002/fcbf8e55/attachment.html>
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>
2013 Apr 30
0
[LLVMdev] Package llvm-mode for MELPA and Marmalade
...s 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130430/438d19f8/attachment.html>
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
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: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140205/4ba3bd7a/attachment.html>