Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Whoops when i say 'not having configure' i mean not having bash ``` Original comment by `[email protected]` on 14 May 2011 at 10:32

``` Have you tried using cmake to generate makefiles? cmake is the preferred build system now, and although the autotools scripts still exist, they lag behind the cmake scripts. ```...

``` should there be a Cmakelists.txt or something? ``` Original comment by `[email protected]` on 19 May 2011 at 10:40

``` There is in the mercurial repository, but not in the head tarball (which is old) ``` Original comment by `[email protected]` on 19 May 2011 at 12:37

``` I've fixed almost all of these, but could you please tell me what the specific error is when isn't included in ply_format.cpp? The correct fix for the strchr() issue...

``` cstring is needed for strcmp() ``` Original comment by `[email protected]` on 2 Jun 2009 at 6:13

``` Issue 3 has been merged into this issue. ``` Original comment by `[email protected]` on 9 Jun 2009 at 1:24

``` Another test case. Just run: >intersect "_0i.ply ^ _1i.ply" ``` Original comment by `[email protected]` on 17 May 2010 at 3:41 Attachments: - [_0i.ply](https://storage.googleapis.com/google-code-attachments/carve/issue-17/comment-1/_0i.ply) - [_1i.ply](https://storage.googleapis.com/google-code-attachments/carve/issue-17/comment-1/_1i.ply)

``` And here is an even simpler test case. Just run: >intersect "_2i.ply ^ _3i.ply" Attached polyhedrons were created with carve by uniting several triangle prisms. ``` Original comment by...

``` Examples 2 and 3 are fixed by the latest set of commits. Example 1 is still causing a problem, and I'll continue to investigate. ``` Original comment by `[email protected]`...