Alex
Alex
No idea why MSBuild did this / if it was CMake's fault, but adding a hacky `target_link_directories()` fixes it. Building the Windows example currently fails to link, with this mystery:...
Example IDL generation was updated to fix IDL projects with *export.h on Windows. One thing to resolve on Windows / MSVC. Three TAO IDL projects (`CodecFactory`, `IFR_Client`, and `IORTable`) repeatedly...
@mitza-oci Ok, I will also try to edit the CMake generation to account for them then. My goal is to provide retroactive support for valid MPC files & ACE+TAO versions...
How does one enable SSL or IPv6 when generating from MPC? I see that the MPC files in `/ace/SSL/` get included by `TAO_ACE.mwc`, but report that `ssl` and `ace_for_tao` are...
I rewrote the commits to fix a bug with linking and installation, and another with out-of-source builds. I've also updated my reference implementation of `FindAceTao.cmake` and `idl_files.cmake` to reflect these....
Where in the ACE+TAO MPC configuration do you define the version of the C++ standard that the ACE+TAO source currently requires? I currently have to manually add C++11: ```cmake target_compile_features(ACE...
@iguessthislldo I would argue that the minimum C++ standard required by the source is something the MPC project files should be concerned with and declare, as the compiler must be...
Actually, look at the disassembly for `"jmp *$0" :: "m"(self.eip), "{esp}"(self.esp)` that I found in main: ``` nasm ... 10b56: 89 44 24 34 mov DWORD PTR [esp+0x34],eax 10b5a: 89...
In case it helps, I just build the libcore crate directly from source in `/common`
Please add this. This would be very helpful. [Per documentation](https://cmake.org/cmake/help/latest/module/FetchContent.html#command:fetchcontent_declare), `FetchContent_Declare()` takes "any of the download, update or patch options that the [ExternalProject_Add](https://cmake.org/cmake/help/latest/module/ExternalProject.html#command:externalproject_add)". That should be very easy to add.