Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
078f1be8
Commit
078f1be8
authored
Aug 21, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Java eventlog wasn't built with db++
parent
c2169e86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
java/exe/jpwr_rt_gdh/src/jpwr_rt_hist.cpp
java/exe/jpwr_rt_gdh/src/jpwr_rt_hist.cpp
+2
-1
src/tools/pwre/src/os_linux/pwre_configure.sh
src/tools/pwre/src/os_linux/pwre_configure.sh
+1
-1
No files found.
java/exe/jpwr_rt_gdh/src/jpwr_rt_hist.cpp
View file @
078f1be8
...
...
@@ -288,7 +288,7 @@ JNIEXPORT jobjectArray JNICALL Java_jpwr_rt_Hist_getHistList
//create a new MhrEvent[]
jobjectArr
=
(
jobjectArray
)
env
->
NewObjectArray
(
nrOfEvents
,
mhrEventArrCls
,
NULL
);
printf
(
"nrOfEvents: %d
\n
"
,
nrOfEvents
);
//
printf("nrOfEvents: %d\n", nrOfEvents);
sEvent
ev
;
//put the result in an objectarray of MhrEvent
for
(
i
=
0
;
i
<
nrOfEvents
;
i
++
)
...
...
@@ -332,6 +332,7 @@ err:
env
->
ReleaseStringUTFChars
(
jtext
,
cstr_eventText
);
return
jobjectArr
;
#else
printf
(
"** Hist server not built with BerkeleyDB
\n
"
);
return
0
;
#endif
}
...
...
src/tools/pwre/src/os_linux/pwre_configure.sh
View file @
078f1be8
...
...
@@ -364,7 +364,7 @@ else
pwre_config_check_lib libpthread LIBPTHREAD lib lib 0
"/usr/lib/libpthread.so:/usr/lib/libpthread.a:/usr/lib/
$hwpl
-linux-gnu/libpthread.so"
pwre_config_check_lib libm LIBM lib lib 0
"/usr/lib/libm.so:/usr/lib/libm.a:/usr/lib/
$hwpl
-linux-gnu/libm.so"
pwre_config_check_lib libdb LIBDB lib lib 0
"/usr/lib/libdb.so:/usr/lib/
$hwpl
-linux-gnu/libdb.so"
pwre_config_check_lib libdb_cxx LIBDB_CXX lib wb
0
"/usr/lib/libdb_cxx.so:/usr/lib/
$hwpl
-linux-gnu/libdb_cxx.so"
pwre_config_check_lib libdb_cxx LIBDB_CXX lib wb
1
"/usr/lib/libdb_cxx.so:/usr/lib/
$hwpl
-linux-gnu/libdb_cxx.so"
pwre_config_check_lib libz LIBZ lib lib 0
"/usr/lib/libz.so:/usr/lib/libz.a:/usr/lib/
$hwpl
-linux-gnu/libz.so"
pwre_config_check_lib libcrypt LIBCRYPT lib lib 0
"/usr/lib/libcrypt.so:/usr/lib/libcrypt.a:/usr/lib/
$hwpl
-linux-gnu/libcrypt.so"
pwre_config_check_lib librt LIBRT lib lib 0
"/usr/lib/librt.so:/usr/lib/librt.a:/usr/lib/
$hwpl
-linux-gnu/librt.so"
...
...
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