Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Issue 8 has been merged into this issue. ``` Original comment by `[email protected]` on 11 Jun 2009 at 4:29

``` I can't reproduce this. Over 1000 runs with that command line, I get no hangs. Could you please get a stack trace so that I can see where the...

``` This is the 32-bit version, compiled with CFLAGS=CXXFLAGS="-g -O0" using gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3. Backtrace below. Seems it's caught in an infinite loop, so printed some of the values...

``` Looking at that trace, I suspect that you've been using the tarball rather than the mercurial repository? I haven't been updating the tarball, as that seems like the wrong...

``` Could be; I used the tarball then ran the hg clone and hg update, since I had no luck in generating a configuration file from just the hg clone...

``` Ok, don't get the hangs anymore. Seems to be fixed in head. BTW, get an error trying to compile test_spacetree.cpp; can't find carve/spacetree.hpp. I deleted the cpp file and...

``` Above was with carve from repo. Below is with 1.4.0 release: Making all in src g++ -DHAVE_CONFIG_H -I. -I../include -I../include/carve -I../common -I../include -I../external/GLOOP/include -I../external/GLEW/include -I../external/GLUI/include -g -O2 -MT intersect-glu_triangulator.o...

``` Hi, Could you please try building with cmake? The autotools build files are a bit out of date. I'll take a look at getting them back up to scratch,...

``` On Lion, using XCode 4.3 and up-to-date CMake I have following issue: When using the Clang LVMM compiler, I get the above errors. When switching to the GCC compiler...

``` The above problem I noticed was still based on the 1.4.0 sources. I've retried using the mercurial sources and now the errors are gone. Using Clang compiler, XCode 4.3...