Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
a3ca2236
Commit
a3ca2236
authored
Nov 06, 2015
by
Axel Auweter
Browse files
Fix Linux build errors.
parent
c1bd5deb
Changes
3
Hide whitespace changes
Inline
Side-by-side
DCDBLib/Makefile
View file @
a3ca2236
...
...
@@ -22,7 +22,7 @@ PUBHEADERS = $(shell find include -type f -iname "*.h")
PRIVHEADERS
=
$(
shell
find include_internal
-type
f
-iname
"*.h"
)
# External libraries to link against
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
-lcassandra
-lboost_random
-lboost_system
-lboost_date_time
-lboost_regex
-luv
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
-lcassandra
-lboost_random
-lboost_system
-lboost_date_time
-lboost_regex
-luv
-pthread
# Dynamic library building differs between Linux/BSD and MacOS
OS
=
$(
shell
uname
)
...
...
DCDBLib/include/c_api.h
View file @
a3ca2236
...
...
@@ -64,7 +64,7 @@ DCDB_C_RESULT dcdbQuerySumMultipleThreaded(
time_t
start
,
time_t
end
,
DCDB_C_OPTIONS
options
,
int
numThreads
unsigned
int
numThreads
);
#ifdef __cplusplus
...
...
DCDBLib/src/c_api.cpp
View file @
a3ca2236
...
...
@@ -301,7 +301,7 @@ DCDB_C_RESULT dcdbQuerySumMultipleThreaded(
time_t
start
,
time_t
end
,
DCDB_C_OPTIONS
options
,
int
numThreads
unsigned
int
numThreads
)
{
unsigned
int
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment