You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/07/14 20:58:37 UTC

[plc4x] branch develop updated: - Disabled the proxy driver build for c++ as the boost library 1.70 has issues with that thrift versions code on linux and windows.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6d6bcd8  - Disabled the proxy driver build for c++ as the boost library 1.70 has issues with that thrift versions code on linux and windows.
6d6bcd8 is described below

commit 6d6bcd86cb82b0d859267fd10374e19237c6717f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Jul 14 22:58:28 2019 +0200

    - Disabled the proxy driver build for c++ as the boost library 1.70 has issues with that thrift versions code on linux and windows.
---
 plc4cpp/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plc4cpp/pom.xml b/plc4cpp/pom.xml
index e9056f9..a1f0eb5 100644
--- a/plc4cpp/pom.xml
+++ b/plc4cpp/pom.xml
@@ -127,7 +127,8 @@
     <profile>
       <id>with-proxies</id>
       <properties>
-        <option.with-proxies>ON</option.with-proxies>
+        <!-- Disabled for now as the thrift code seems to have issues with boost 1.70 -->
+        <!--option.with-proxies>ON</option.with-proxies-->
       </properties>
       <build>
         <plugins>