search for: msysgit

Displaying 20 results from an estimated 37 matches for "msysgit".

2011 Sep 09
0
[BUG] require on Windows fails
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, A friend of mine tried using RedCloth on Windows as part of a project I introduced hin to, but RedCloth failed to require. This is what he got: ====================================================================== c:\Ruby192\msysgit\msysgit\OpenRubyRMK\karfunkel>bundle exec rake - --trace rdoc rake aborted! no such file to load -- 1.9/redcloth_scan Couldn''t load 1.9/redcloth_scan The $LOAD_PATH was: C:/Ruby192/lib/ruby/gems/1.9.1/gems/r18n-desktop-0.4.9/lib C:/Ruby192/lib/ruby/gems/1.9.1/gems/r18n-core-0.4.9/lib C:...
2011 Nov 14
2
[LLVMdev] Build LLVM as a DLL on Windows x86
On 11/13/2011 8:57 PM, NAKAMURA Takumi wrote: > AFAIK, on msys, trunk and release_30 is almost fine. > http://bb.pgr.jp/builders/clang-i686-msys Though, here is no builder > on win32 with --enable-shared. I'm having a problem now, building Release Candidate 3 on msys (using msysGit environment, which I find the easiest to set up and keep isolated); with --enable-optimized --enable-shared, I get errors that look like this: llvm[1]: Linking all LLVMLibs together for LLVM-3.0 llvm[1]: Collecting global symbols of LLVM-3.0 llvm[1]: Linking all libs together for static libstdc++...
2011 Mar 05
3
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
...gt; Programs -> MinGW -> MinGW Shell. Run mingw-get install binutils. Run mingw-get install gcc. Download LLVM-GCC Front End Binaries for Mingw32/x86 ( http://llvm.org/releases/download.html#2.8). Move llvm-gcc*.tar.bz2 to C:\MinGW. Run bunzip2 llvm-*.bz2 Run tar xvf llvm-*.tar Install msysGit (http://code.google.com/p/msysgit/). Command Prompt: cd C:\Users\andrew\Desktop git clone http://llvm.org/git/llvm.git MinGW Shell: cd c:/users/andrew/desktop ./configure make ... A dialog pops up: "tblgen.exe has stopped working" make[1]: Building Intrinsics.gen.tmp from Intrin...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
.../LayoutPass.h > +++ b/include/lld/Passes/LayoutPass.h > @@ -12,7 +12,6 @@ > > #include "lld/Core/File.h" > #include "lld/Core/Pass.h" > -#include "lld/ReaderWriter/Reader.h" > > #include "llvm/ADT/DenseMap.h" > > -- > 1.9.2.msysgit.0 > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140710/d957aed8/attachment.html>
2011 Mar 05
0
[LLVMdev] Building LLVM on MinGW32 / Windows 7 Professional x64
...install binutils. > > Run mingw-get install gcc. > > Download LLVM-GCC Front End Binaries for Mingw32/x86 > (http://llvm.org/releases/download.html#2.8). > > Move llvm-gcc*.tar.bz2 to C:\MinGW. > > Run bunzip2 llvm-*.bz2 > > Run tar xvf llvm-*.tar > > Install msysGit (http://code.google.com/p/msysgit/). > > Command Prompt: > > cd C:\Users\andrew\Desktop > > git clone http://llvm.org/git/llvm.git > > MinGW Shell: > > cd c:/users/andrew/desktop > > ./configure > > make > > ... > > A dialog pops up: "tblge...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
...ses/LayoutPass.h >> @@ -12,7 +12,6 @@ >> >> #include "lld/Core/File.h" >> #include "lld/Core/Pass.h" >> -#include "lld/ReaderWriter/Reader.h" >> >> #include "llvm/ADT/DenseMap.h" >> >> -- >> 1.9.2.msysgit.0 >> >> >> >> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > -------------- next part -------------- An H...
2015 Jan 08
2
New version of Rtools for Windows
...ll the case for recent versions of > gcc/mingw. > > Finally, Ruby has build very similar to Rtools called DevKit-mingw64 > [7] that we might be able to borrow from. > > > [1] https://msys2.github.io/ > [2] http://stackoverflow.com/questions/25019057/how-are-msys-msys2-and-msysgit-related-to-each-other > [3] https://github.com/Alexpux/MSYS2-packages > [4] https://github.com/Alexpux/MINGW-packages > [5] http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh > [6] http://stackoverflow.com/questions/7751640/undefined-reference-to...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
I've run a new scan of LLD's architecture and it appears to be getting cleaner! There are still some upward dependencies however: - core depends on Reader and Writer - passes depend on Reader and Writer - ReaderWriter/PECOFF/ReaderCOFF.cpp depends on Driver.h The updated architecture can be seen here: http://www.c2lang.org/docs/lld_architecture_20140710.png On Tue, Jun 3, 2014 at 3:07
2015 Jan 07
2
New version of Rtools for Windows
I have just uploaded to CRAN a new version 3.2.0.1948 of Rtools for Windows. This will become visible there in a few hours, and be copied to mirrors thereafter. People who want to build packages that include compiled code can use this to supply the compilers, etc., that are necessary for the build. It also includes some extra materials for people who want to build R itself. This version
2008 Jun 19
3
New release RubyStack for Windows / includes git
Hi, Just thought I would let the list know of a new release of RubyStack for Windows, since there is a lot of overlap in functionality and may be of interest to some of you also using OS X and Linux. Please let me know if it is inappropriate. Like InstantRails, RubyStack is an open source, self-contained distribution of Ruby on Rails that is easy to install and use. It runs on Windows, Linux and
2009 Oct 26
1
[PATCH] Fix miscompile of SSE resampler
...7 @@ static inline double interpolate_product_double(const float *a, const float *b, sum2 = _mm_mul_pd(f2, sum2); sum = _mm_add_pd(sum1, sum2); sum = _mm_add_sd(sum, _mm_unpackhi_pd(sum, sum)); - _mm_store_sd(&ret, sum); - return ret; + _mm_store_sd(ret, sum); } #endif -- 1.6.4.msysgit.0.19.gd78f4
2010 Sep 29
0
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
reverting doesn't help. Here are the logs: http://old.nabble.com/file/p29834726/output.log output.log http://old.nabble.com/file/p29834726/error.log error.log which mingw gcc + binutils versions are known to work (or better, the one that you guys use)? -- View this message in context: http://old.nabble.com/Compiling-LLVM-2.7-with-MinGW-GCC-4.5.0-tp29810752p29834726.html Sent from the LLVM -
2011 Jun 30
1
[LLVMdev] Introduction to git-bisect with "llvm-project.git"
...lone ../path/to/your/clang 4. for each submodules, make sure master should track upstream. $ cd llvm $ git remote add origin http://llvm.org/git/llvm.git $ git fetch origin $ git checkout --track origin/master $ git pull 5. If you take clang, please symlink clang under llvm/tools :) On msysgit, "gitdir" feature would help you. (I will describe later) 6. for each submodule you will take, $ git submodule init llvm 7. (optional) git submodule update 8. Install too hook scripts on .git/hooks X. on llvm-project, $ git checkout master; git pull Usually, you would not need to...
2016 Mar 06
0
[PATCH 5/5] installers: fix a MinGW redefinition warning
...rite a data item in the auxiliary data vector. To > * delete an item, set its length to zero. > * > * Return 0 on success, -1 on error, and set errno. > * > */ > -#define _GNU_SOURCE > > #include <stdio.h> > #include <stdlib.h> > -- > 1.9.5.msysgit.1 -- -Gene
2015 Jan 07
0
New version of Rtools for Windows
...the other way around, and if this is still the case for recent versions of gcc/mingw. Finally, Ruby has build very similar to Rtools called DevKit-mingw64 [7] that we might be able to borrow from. [1] https://msys2.github.io/ [2] http://stackoverflow.com/questions/25019057/how-are-msys-msys2-and-msysgit-related-to-each-other [3] https://github.com/Alexpux/MSYS2-packages [4] https://github.com/Alexpux/MINGW-packages [5] http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh [6] http://stackoverflow.com/questions/7751640/undefined-reference-to-gxx-personality-sj0...
2007 Nov 18
12
Lighthouse and Engine Yard sponsorships
Hey all, I''m very happy to announce that ActiveReload[1] has generously offered to sponsor a lighthouse[2] account for rspec. We''ll be moving ticket tracking there. We''ve already got the account set up and will soon make it public. We''re also going to be getting a sponsored slice at Engine Yard[3] to host source control, which will be either mercurial or git
2016 Mar 07
1
[PATCH 4/5] installers: fix a possible buffer overflow when looking for LDLINUX_MAGIC
On 2016.03.07 03:27, Shao Miller via Syslinux wrote: > - Casting to a uintptr_t is ugly (and not C89, not that Syslinux cares > about that) Yeah, I'd have liked to avoid that too, but some compilers will complain about pointer arithmetic logic, unless you specifically use uintptr_t. But, considering your other very valid point, let me see if I can work something better here, that
2010 Sep 27
2
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
> Make sure you're using the correct perl - that one which comes with msys DTK I'm using msys perl for msys 1.0.11. Maybe I should revert back to msys 1.0.10? ________________________________ Dari: Anton Korobeynikov <anton at korobeynikov.info> Kepada: leledumbo <leledumbo_cool at yahoo.co.id> Cc: llvmdev at cs.uiuc.edu Terkirim: Sen, 27 September, 2010 13:45:47 Judul:
2010 Sep 29
2
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
...logs with command lines with make VERBOSE=1 It would be better only then to touch a few files. (eg. lib/Transforms/Scalar/GVN.cpp) The warning of --export-dynamic might be harmless, and you may add the option --enable-auto-import IIRC LLVM-2.7 might not be tested with mingw-4.5.0. ps. I am using msysgit packages. ...Takumi 2010/9/29 leledumbo <leledumbo_cool at yahoo.co.id>: > > reverting doesn't help. Here are the logs: > http://old.nabble.com/file/p29834726/output.log output.log > http://old.nabble.com/file/p29834726/error.log error.log > which mingw gcc + binutils ver...
2015 Jan 09
0
New version of Rtools for Windows
...ns of >> gcc/mingw. >> >> Finally, Ruby has build very similar to Rtools called DevKit-mingw64 >> [7] that we might be able to borrow from. >> >> >> [1] https://msys2.github.io/ >> [2] http://stackoverflow.com/questions/25019057/how-are-msys-msys2-and-msysgit-related-to-each-other >> [3] https://github.com/Alexpux/MSYS2-packages >> [4] https://github.com/Alexpux/MINGW-packages >> [5] http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh >> [6] http://stackoverflow.com/questions/7751640/undefi...