coin3d / pivy

python bindings to coin3d
ISC License
53 stars 37 forks source link

Missing fake headers #42

Closed WizardUli closed 5 years ago

WizardUli commented 5 years ago

https://bitbucket.org/Coin3D/coin/commits/9fdee54b54682a99b1e831a12fe5e193141d3c05 changed many of the std library includes to C++ style ones. Fake headers for cstddef, cstdarg, cassert are missing.

looooo commented 5 years ago

sry, I don't know why these fake-headers are really needed. Can you explain? Is it enough to add empty files with these filenames like I did in: https://github.com/looooo/pivy/commit/f3b12e254768fe362e6bf7095e7672c21717a883

J-Dunn commented 5 years ago

Many thanks, I'll look into that.

J-Dunn commented 5 years ago
# some missing fake headers since recent change to cstyle headers
pivy-master/fake_headers
touch cstddef cstdarg cassert

seems to be compiling now ... at least it's stopped bitching about cstddet et al ;)

looooo commented 5 years ago

Thanks, Somehow I forgot to add it to this library. https://github.com/FreeCAD/pivy/pull/46