[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-09 Thread GitBox


szaszm commented on pull request #973:
URL: https://github.com/apache/nifi-minifi-cpp/pull/973#issuecomment-756763519







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.

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




[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-08 Thread GitBox


szaszm commented on pull request #973:
URL: https://github.com/apache/nifi-minifi-cpp/pull/973#issuecomment-756767879


   A bit more info after trying to build this PR:
   ```
   szaszm@szaszm-pc:~/nifi-minifi-cpp-2/cmake-build-relwithdebinfo-gcc-large$ 
find -name libsoci_odbc.a
   
./extensions/sql/soci-external-prefix/src/soci-external-build/lib/libsoci_odbc.a
   ./extensions/sql/thirdparty/soci-install/lib64/libsoci_odbc.a
   szaszm@szaszm-pc:~/nifi-minifi-cpp-2/cmake-build-relwithdebinfo-gcc-large$ 
find -name libiodbc.a
   ./extensions/sql/thirdparty/iodbc-install/lib/libiodbc.a
   ./extensions/sql/thirdparty/iodbc-src/iodbc/.libs/libiodbc.a
   ```



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.

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




[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-08 Thread GitBox


szaszm commented on pull request #973:
URL: https://github.com/apache/nifi-minifi-cpp/pull/973#issuecomment-756763519


   Not debian, but I get this error when trying to build this PR with SQL 
enabled
   ```make[2]: *** No rule to make target 
'extensions/sql/thirdparty/iodbc-install//lib64/libiodbc.a', needed by 
'main/minifi'.  Stop.```
   on main I get a similar error, but for `libsoci_odbc.a` instead.
   



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.

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