Displaying 4 results from an estimated 4 matches for "r60590".
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
...to state so it
> can be fixed. These errors are with a fresh CMake from a fresh SVN
> checkout all into fresh directories, still happens. Full build log is
> attached to this email (too big for pastebin uncompressed, but
> compressed down to a nice 15kb).
>
should be fixed with r60590 (work for me)
I hope this commit is considered as a trivial fix and that I didn't
overstep my commit right.
I don't have a working test suit here, so I only checked it compile on
VS2008.
2008 Dec 05
2
[LLVMdev] Build errors on trunk for about a week now.
Been trying to build the trunk to test some things for about a week
now using VS8 (VS2k5). Tons of Warnings (like things first being
declared struct, being redefined class and so forth, those need to be
fixed, but are otherwise not harmful), and a *lot* of errors. Being
trunk I figured just the normal trunk-type issues, but it has been
going on for a while now, so figured it would be good to
2008 Dec 05
2
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 6:38 AM, Cédric Venet <cedric.venet at laposte.net> wrote:
> should be fixed with r60590 (work for me)
That seems to have fixed a large amount of those errors (nicely simple
fix). I went ahead and termserved into my dev box (I will not be able
to get to it for another day or so) and told svn to update, and cmake
to make into a new directory, and build it, but it is still getting
erro...
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
On Fri, Dec 5, 2008 at 12:45 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> On Fri, Dec 5, 2008 at 6:38 AM, Cédric Venet <cedric.venet at laposte.net> wrote:
>> should be fixed with r60590 (work for me)
>
> That seems to have fixed a large amount of those errors (nicely simple
> fix). I went ahead and termserved into my dev box (I will not be able
> to get to it for another day or so) and told svn to update, and cmake
> to make into a new directory, and build it, but...