Alex

Results 250 comments of Alex

Is that sufficient? There are several other unresolved external symbols beyond `input_error`, like `r_imag`, `r_cnjg`, `d_imag`, `d_cnjg`, `c_div`, `z_div`. Also, why did this only begin in 5.3.0? Building in 5.2.1...

@xiaoyeli adding `input_error.c` to `CBLAS/CMakeLists.txt` seems to break the build.

Working through the build, this isn't limited to `input_error()`, or to Windows. `CBLAS` references a half-dozen symbols defined in superlu, leading to link errors: ```sh $ VERBOSE=1 cmake .. -Denable_internal_blaslib=YES...

`className` seems to work for classes. This ought to be documented in the readme.

The Readme should mention that this has a non-Bower build dependency. The most "right" way would probably be to implement a virtual DOM directly in PureScript, thus exposing it to...

``` ==> Downloading https://github.com/facebook/idb/archive/v1.1.6.tar.gz Already downloaded: /Users/me/Library/Caches/Homebrew/downloads/21f51771171e5d76f8374e6a8f86f0f8e01ecd942a2b0e5d5dce39dad9b7d8c4--idb-1.1.6.tar.gz ==> Upgrading facebook/fb/idb-companion 1.1.5 -> 1.1.6 ==> pod install ==> ./idb_build.sh idb_companion build /usr/local/Cellar/idb-companion/1.1.6 Last 15 lines from /Users/me/Library/Logs/Homebrew/idb-companion/02.idb_build.sh: WriteAuxiliaryFile /tmp/idb-companion-20220218-30345-q9xb45/idb-1.1.6/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-own-target-headers.hmap (in target...

This is basically the same issue as #31988.

I've updated [my example implementation](https://github.com/alexchandel/test-cmake-acetao) to use pure CMake, using a `FindAceTao.cmake` module. It currently has four hacks, from most to least egregious: 1. It programmatically deletes the `CMakeLists.TAO_IDL_BE_VIS_[A-Z]` includes...

Just ping me and I'll rebase the PR as needed. Could someone explain why `/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_[ACEIOSUV]` exist, but produce empty build files? The hack that [FindAceTao.cmake](https://github.com/alexchandel/test-cmake-acetao/blob/master/cmake/FindAceTao.cmake) uses to programmatically delete them...

> We need a cmake github CI action (see ACE/TAO master) in order to make sure changes here don't break building ACE/TAO I may need help with this. Are you...