davidelahoz

Results 8 issues of davidelahoz

I've seen that there's a new version of TinyCAD that can be used from web browsers. However, I haven't been able to find its source code. As there aren't EDA...

When building a project that uses opencv-swig and OpenCV 4.1.2, the following warnings are shown: ``` [21/26] Swig compile interface.i for python /tmp/build-via-sdist-c4veowsb/mylib-0.0.1/include/opencv/detail/numpy.i:37: Warning 202: Could not evaluate expression '!'...

question

According to https://en.cppreference.com/w/c/preprocessor/conditional `#if` requires using define keyword to evaluate if a macro already exists. As this command was missing, gcc preprocessor was showing warnings mentioned in https://github.com/renatoGarcia/opencv-swig/issues/31

When adding 11Zip to a scikit-build-core CMake project using add_subdirectory, the following error is thrown: ``` /usr/bin/ld: extlibs/11Zip/libelzip.a(elzip.cpp.o): warning: relocation against `_ZTVSt9basic_iosIcSt11char_traitsIcEE@@GLIBCXX_3.4' in read-only section `.text.unlikely' /usr/bin/ld: extlibs/11Zip/libelzip.a(elzip.cpp.o): relocation R_X86_64_PC32...

### Description When building a python wheel for a C++ library using swig, scikit-build and cibuildwheel, I get errors when it tries to link python C API: ``` Creando biblioteca...

I'm trying to use easyloggingpp for tracking the performance of a computation intensive method called from multiple theads. In order to achieve that, this method starts by calling `TIMED_FUNC(timerObj);` as...

I'm using ssp to read some csv files from a C++ library with python bindings generated by swig. For handling dependencies, I'm using conan 2, but I'm getting some errors...

Modelica is one of the major standardised languages for implementing digital twins, allowing exchanging models between different simulators using FMI. For that reason, it would be great to be able...