← Back to team overview

kaliveda-dev team mailing list archive

Re: [Question #236920]: Error when compiling KaliVeda 1.8.10 : integer constant is too large for ‘long’ type

 

Question #236920 on KaliVeda changed:
https://answers.launchpad.net/kaliveda/+question/236920

    Status: Needs information => Open

Paola Marini gave more information on the question:
Bonjour John,
    j'ai fait
set 
voici la reponse:
MACHTYPE=i686-redhat-linux-gnu

Toute la reponse:

BASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="2" [2]="25" [3]="1" [4]="release" [5]="i686-redhat-linux-gnu")
BASH_VERSION='3.2.25(1)-release'
COLORS=/etc/DIR_COLORS.xterm
COLORTERM=gnome-terminal
COLUMNS=80
CVS_RSH=ssh
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-F9PeuV8ipo,guid=e60be4bf7daf9e6f860dbe00524fd6d5
DESKTOP_SESSION=default
DESKTOP_STARTUP_ID=
DIRSTACK=()
DISPLAY=:0.0
EUID=500
GDMSESSION=default
GDM_XSERVER_LOCATION=local
GINPUT=/space/gemini++/
GNOME_DESKTOP_SESSION_ID=Default
GNOME_KEYRING_SOCKET=/tmp/keyring-VRVLWp/socket
GROUPS=()
GTK_RC_FILES=/etc/gtk/gtkrc:/home/local1/.gtkrc-1.2-gnome2
G_BROKEN_FILENAMES=1
HISTFILE=/home/local1/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/home/local1
HOSTNAME=localhost.localdomain
HOSTTYPE=i686
IFS=$' \t\n'
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LD_LIBRARY_PATH=/root/lib:/space/root_v5.34.10/lib/root:/root/lib:/space/root_v5.34.10/lib/root:/space/root_v5.34.10/lib/root:/space/root_v5.34.10/lib/root:
LESSOPEN='|/usr/bin/lesspipe.sh %s'
LINES=24
LOGNAME=local1
LS_COLORS='di=94:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35:*.rpm=90'


donc je pense que ca soit effectivement 32bits.
Par contre la ligne ou la compilation se plante est:
Long64_t Aint, Bint;
  if(Aint < 0) Aint = 0x8000000000000000 - Aint;
 if(Bint < 0) Bint = 0x8000000000000000 - Bint;

Tres naive, j'ai enlevé au hazard 8 zeros et ça compile....mais je sais pas ce que j'ai fait.....
Merci 

Paola

-- 
You received this question notification because you are a member of
KaliVeda Development Team, which is an answer contact for KaliVeda.