kaliveda-dev team mailing list archive
-
kaliveda-dev team
-
Mailing list archive
-
Message #01231
[Bug 1236402] [NEW] error compilation KVBase.cpp: integer constant is too large for ‘long’ type (32-bit machine)
Public bug reported:
Hello,
I'm trying to install KaliVeda1.8.10 on a scientific linux 5.7, which is on a virtual machine.
Here is the gcc compiler version (gcc -v):
gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)
and the linux kernel (uname -r):
2.6.18-274.18.1.el5
Everything goes fine until I type
make
At this point I get this error message:
Compiling base/KVBase.cpp...
base/KVBase.cpp:1010: error: integer constant is too large for ‘long’ type
base/KVBase.cpp:1011: error: integer constant is too large for ‘long’ type
make[1]: *** [base/KVBase.o] Error 1
make[1]: Leaving directory `/space/KaliVeda-1.8.10-2013-06-17/KVMultiDet'
make: *** [MultiDet] Error 2
I checked in the file and the integer is defined as Long64_t. I don't
know how to fix the problem....
Thanks for your help
Paola
** Affects: kaliveda
Importance: Undecided
Status: New
** Affects: kaliveda/1.8
Importance: Undecided
Assignee: John Frankland (frankland)
Status: Fix Committed
** Affects: kaliveda/1.9
Importance: Undecided
Status: New
** Also affects: kaliveda/1.8
Importance: Undecided
Status: New
** Also affects: kaliveda/1.9
Importance: Undecided
Status: New
** Changed in: kaliveda/1.8
Status: New => Fix Committed
--
You received this bug notification because you are a member of KaliVeda
Development Team, which is subscribed to KaliVeda.
https://bugs.launchpad.net/bugs/1236402
Title:
error compilation KVBase.cpp: integer constant is too large for
‘long’ type (32-bit machine)
Status in KaliVeda data analysis framework:
New
Status in KaliVeda 1.8 series:
Fix Committed
Status in KaliVeda 1.9 series:
New
Bug description:
Hello,
I'm trying to install KaliVeda1.8.10 on a scientific linux 5.7, which is on a virtual machine.
Here is the gcc compiler version (gcc -v):
gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)
and the linux kernel (uname -r):
2.6.18-274.18.1.el5
Everything goes fine until I type
make
At this point I get this error message:
Compiling base/KVBase.cpp...
base/KVBase.cpp:1010: error: integer constant is too large for ‘long’ type
base/KVBase.cpp:1011: error: integer constant is too large for ‘long’ type
make[1]: *** [base/KVBase.o] Error 1
make[1]: Leaving directory `/space/KaliVeda-1.8.10-2013-06-17/KVMultiDet'
make: *** [MultiDet] Error 2
I checked in the file and the integer is defined as Long64_t. I don't
know how to fix the problem....
Thanks for your help
Paola
To manage notifications about this bug go to:
https://bugs.launchpad.net/kaliveda/+bug/1236402/+subscriptions
Follow ups
References