You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "deadlinefen (via GitHub)" <gi...@apache.org> on 2023/06/17 05:01:32 UTC

[GitHub] [doris] deadlinefen commented on issue #20931: [Bug] Compile be failed with undefined reference on master branch.

deadlinefen commented on issue #20931:
URL: https://github.com/apache/doris/issues/20931#issuecomment-1595625137

   > maybe it's related to this pr [e08de52](https://github.com/apache/doris/commit/e08de52ee7631c8f3fd498a05c63f817ec94aaaf)
   > 
   > ![image](https://user-images.githubusercontent.com/130516674/246581474-4a60523b-fb0c-42d4-b4b6-5539d1638b2b.png)
   > 
   > cmake also add the dependency at the end.
   > 
   > @deadlinefen
   
   If I remember correctly, geo_types.cpp uses a third-party library (I think it’s the arrow library) that is different from the version used in doris. This will cause a conflict between this file and the third-party library that is precompiled into PCH during compilation. That’s why I put this file in a separate static library.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org