Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent include/library directives #12

Open
akanashin opened this issue Jun 16, 2015 · 0 comments
Open

Inconsistent include/library directives #12

akanashin opened this issue Jun 16, 2015 · 0 comments

Comments

@akanashin
Copy link

On branch release-15.04
Your branch is up-to-date with 'origin/release-15.04'.

Needed to add lots of -lboost... directives to have it built.
Example:
akanashin@akanashin:~/WORK/SipXecs/src/sipxecs$ git diff sipXpublisher/src/Makefile.am
diff --git a/sipXpublisher/src/Makefile.am b/sipXpublisher/src/Makefile.am
index a805026..6acaeaf 100644
--- a/sipXpublisher/src/Makefile.am
+++ b/sipXpublisher/src/Makefile.am
@@ -2,15 +2,19 @@

INCLUDES =
-I$(top_builddir)/config
-I$(top_srcdir)/include

bin_PROGRAMS = sipstatus

sipstatus_LDADD =
-lmongoclient
@SIPXCOMMSERVER_LIBS@ \

  •   -lsipXtack \
    
  •   -lsipXport \
    -lpthread
    

    sipstatus_CXXFLAGS =
    akanashin@akanashin:~/WORK/SipXecs/src/sipxecs$

akanashin@akanashin:~/WORK/SipXecs/src/sipxecs$ git diff sipXtackLib/dialogwatch/Makefile.am
diff --git a/sipXtackLib/dialogwatch/Makefile.am b/sipXtackLib/dialogwatch/Makefile.am
index 85b7c27..b258aaa 100644
--- a/sipXtackLib/dialogwatch/Makefile.am
+++ b/sipXtackLib/dialogwatch/Makefile.am
@@ -13,6 +13,6 @@ bin_SCRIPTS = dialogdisplay

Program that monitors dialog events.

dialogwatch_CXXFLAGS =
-dialogwatch_LDADD = $(top_builddir)/src/libsipXtack.la -lboost_system-mt -lboost_thread-mt
+dialogwatch_LDADD = $(top_builddir)/src/libsipXtack.la -lsipXport -lboost_system-mt -lboost_thread-mt
dialogwatch_SOURCES =
dialogwatch.cpp
akanashin@akanashin:~/WORK/SipXecs/src/sipxecs$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant