You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by apiri <gi...@git.apache.org> on 2016/05/02 19:36:25 UTC

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/1#discussion_r61772403
  
    --- Diff: Makefile ---
    @@ -0,0 +1,40 @@
    +CC=g++
    +AR=ar
    +TARGET_DIR= ./build
    +TARGET_LIB=libminifi.a
    +TARGET_EXE=minifi
    +CFLAGS=-O0 -fexceptions -fpermissive -Wno-write-strings -std=c++11 -fPIC -Wall -g -Wno-unused-private-field
    +INCLUDES=-I./inc -I./src -I./test -I/usr/include/libxml2 -I/usr/local/opt/leveldb/include/
    +LDDIRECTORY=-L/usr/local/opt/leveldb/out-static/ -L./build
    --- End diff --
    
    @benqiu2016 This out-static directory seems to be problematic on OS X.  Is additional setup needed beyond brew install leveldb.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---