Adam Mitz

Results 150 comments of Adam Mitz

> Also this warning > > ``` > ISO C++ forbids converting a string constant to ‘std::map::key_type’ {aka ‘char*’} [-Wwrite-strings] > ``` > > If I remember correctly I'm using...

Link to Issue #677

It's in C11, not C99 -- in case that matters.

gnuace is maintained in the ACE_TAO repository. Please create an issue there with all the steps necessary to reproduce the problem.

@alexchandel if you give us all the steps necessary to reproduce the problem we can look at this

Do you have a link to documentation describing the OS behavior change?

platform_gcc_clang_common.GNU and platform_clang_common.GNU are not used by platform_linux_clang.GNU

To be more specific on the "linker skips over the libraries..." part, this is what I'm seeing building with Clang and GCC on Linux: Clang: ``` $ ldd ACE/lib/libTAO.so |...

Please expand the "Repeat by" section to list the specific steps one would do to reproduce the issue. Does it need to run `cl.exe` in emulation or something similar? The...