[codes-ross-users] g_tw_csv build errors?
Phil Carns
carns at mcs.anl.gov
Mon Aug 10 16:21:39 CDT 2015
Hi all,
I was just trying to set up some regression tests in an in-house jenkins
server. I don't really need to test ROSS itself (since it already has
its own continuous integration setup), but I need to build it as the
first step to testing the CODES models that I really want to check.
Anyhow, when I try to build it I get the following errors:
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c: In
function ‘show_lld’:
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c:7:10:
error: ‘g_tw_csv’ undeclared (first use in this function)
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c:7:10:
note: each undeclared identifier is reported only once for each function
it appears in
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c: In
function ‘show_2f’:
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c:14:10:
error: ‘g_tw_csv’ undeclared (first use in this function)
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c: In
function ‘show_1f’:
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c:21:10:
error: ‘g_tw_csv’ undeclared (first use in this function)
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c: In
function ‘show_4f’:
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c:28:10:
error: ‘g_tw_csv’ undeclared (first use in this function)
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c: In
function ‘tw_stats’:
/sandbox/jenkins-ci/workspace/codes-triton/ross/core/tw-stats.c:113:10:
error: ‘g_tw_csv’ undeclared (first use in this function)
make[2]: *** [core/CMakeFiles/ROSS.dir/tw-stats.c.o] Error 1
This does *not* happen on my laptop, so it is probably something
peculiar to the build environment on this server.
Before I dig into it, does anyone happen to know why I might have hit this?
thanks,
-Phil
More information about the codes-ross-users
mailing list