Closed kaz7 closed 4 years ago
Hi,
Thank you for distributing weld. We've found one problem regarding to weld-capi when we tried CUDF from C.
The weld.h generated by weld-capi looks like something below. We needed #ifdef and #endif around the last line to use this from C.
#ifdef
#endif
#ifdef __cplusplus extern "C" { #endif #ifndef _WELD_H_ #define _WELD_H_ ... #endif /* _WELD_H_ */ }
This PR should fix above problem.
Unfortunately, weld.h is not re-generateed automatically. In order to update weld.h, I needed following steps.
Nice catch, thanks for the fix!
Hi,
Thank you for distributing weld. We've found one problem regarding to weld-capi when we tried CUDF from C.
The weld.h generated by weld-capi looks like something below. We needed
#ifdef
and#endif
around the last line to use this from C.This PR should fix above problem.
Unfortunately, weld.h is not re-generateed automatically. In order to update weld.h, I needed following steps.