Skip to content

Compile Error - Subdirectories not handled #4

@zauberparacelsus

Description

@zauberparacelsus

I attempted to use P3DModuleBuilder with a C++ library that implements the Cubical Marching Squares algorithm, and ran into a compiler error:

Process error:

  *** Error in ./cubical-marching-squares/include/vec3.h near line 31, column
  16:

  syntax error, unexpected KW_STATIC

  Error parsing file: './cubical-marching-squares/include/cell.h'

I'll note that the CMS library compiles normally on its own. Would it be possible to 'trick' P3DModuleBuilder by copying over the compiled libCMS.a file?

The library in question is at: https://bitbucket.org/GRassovsky/cubical-marching-squares

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions