NancyLi1013

Results 10 comments of NancyLi1013

Hi @Blakjak88 Thanks for posting this issue. This seems like upstream bug. According to this issue https://trac.wxwidgets.org/ticket/18150, `pid_t` should only be used on Unix. But we can found the related...

Thanks for looking into this problem and also for your help. @vadz Sounds great!

Hi @danrbailey thanks for your above info. It is so great to remove all the patches in vcpkg. Personally, it might be better to have a released version for `openvdb`...

I also noticed that all generated files including `.lib` and `.dll `are installed to _/lib_ directory, I checked the source code here and found this in _/cmake/macros/SundialsAddLibrary.cmake_ install(TARGETS ${_actual_target_name} DESTINATION...

Hi @gardner48 Thanks for your above information. For the targets that are configured with the default settings, I think those should not be exported in the usage if they are...

Hi @chhtz thanks for your info.

Hi apattnaik0721013, I try to add the port dbow2 to the vcpkg list and I met the same error. I have added the above code in CMakeLists.txt, but it still...

Hi JayFoxRox, Thanks for your review and suggestion. I updated the changes just now. Could you please help check them again? Any suggestion is welcome. Thanks again, Nancy

Adding` #include ` ``` pixeld.lib(Canvas.cpp.obj) : error LNK2005: "public: static class Pixel::Color const Pixel::Color::AliceBlue" (?AliceBlue@Color@Pixel@@2V12@B) already defined in conway.cpp.obj pixeld.lib(Canvas.cpp.obj) : error LNK2005: "public: static class Pixel::Color const Pixel::Color::AntiqueWhite" (?AntiqueWhite@Color@Pixel@@2V12@B)...

Release build is the same issue on my machine.