Grégoire

Results 32 comments of Grégoire

@davidspiess Maybe here is not the best place to ask, but since you are using cxsd, do you have any doc on how to use it with cxml? I've tried...

Thanks a lot :) Indeed .parse does not exist on the object according to TS. So you're using a custom cxml, makes sense. Is it a fork of 0.1.1?

Hi, Any chance you found a way around this? Thanks

Thanks for the update! So if I understand correctly, I can use the variables passed from `sw build -D` to make conditional changes to builds in `sw.cpp`, however the "best...

With OpenCV==4.6.0, error is slightly different (maybe a way to increase C standard?) ```sh Exception in file /Users/egor/dev/sw/src/sw/builder/command.cpp:840, function execute1: When executing: [org.sw.demo.mdadams.jasper-4.0.0]/jp2/jp2_enc.c /Users/gregoire/.sw/storage/pkg/28/f5/b8d8/src/sdir/src/libjasper/jp2/jp2_enc.c:407:6: error: implicit declaration of function 'jpc_encode'...

It is this file: https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake

Your last error makes me think that you need to set the version of OpenCV to 4.6.0 in cmake list. If doesn't work, you can share with me the updated...

Added `-fdeclspec` to `CMAKE_CXX_FLAGS_RELEASE` Then (only -DPLATFORM is changed compared to above) ```sh /opt/homebrew/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja -G Ninja -DCMAKE_TOOLCHAIN_FILE=ios.toolchain.cmake -DPLATFORM=MAC_ARM64 -S . -B cmake-build-release -DENABLE_BITCODE=FALSE /opt/homebrew/bin/cmake --build cmake-build-release --config Release...

For some reason, after a build for Mac OS, the build for iOS works (the lib `.a` file for iOS is generated). However, using all the `.a` files together in...

Do you have a macbook to test (I think so seeing your command line output)? Do you want to test with me maybe?