I've try to compile sage-6.2.beta5, and I still get the same error :

gcc -DHAVE_CONFIG_H -I. -I../..  -I../../interfaces/C 
-I/home/paul.mercat/sage6-octo/sage-6.2.beta5/local/include  -pedantic 
-std=gnu89 -g -O2 -frounding-math  -W -Wall -MT ppl_lpsol-ppl_lpsol.o -MD 
-MP -MF .deps/ppl_lpsol-ppl_lpsol.Tpo -c -o ppl_lpsol-ppl_lpsol.o `test -f 
'ppl_lpsol.c' || echo './'`ppl_lpsol.c
ppl_lpsol.c: In function 'maybe_check_results':
ppl_lpsol.c:595:5: warning: implicit declaration of function 'glp_exact' 
[-Wimplicit-function-declaration]
ppl_lpsol.c: In function 'solve':
ppl_lpsol.c:1038:3: error: unknown type name 'glp_mpscp'
ppl_lpsol.c:1041:3: warning: implicit declaration of function 
'glp_init_mpscp' [-Wimplicit-function-declaration]
ppl_lpsol.c:1054:3: warning: implicit declaration of function 
'glp_read_mps' [-Wimplicit-function-declaration]
ppl_lpsol.c:1054:29: error: 'GLP_MPS_FILE' undeclared (first use in this 
function)
ppl_lpsol.c:1054:29: note: each undeclared identifier is reported only once 
for each function it appears in
make[8]: *** [ppl_lpsol-ppl_lpsol.o] Error 1
make[8]: Leaving directory 
`/home/paul.mercat/sage6-octo/sage-6.2.beta5/local/var/tmp/sage/build/ppl-1.1/src/demos/ppl_lpsol'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory 
`/home/paul.mercat/sage6-octo/sage-6.2.beta5/local/var/tmp/sage/build/ppl-1.1/src/demos/ppl_lpsol'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory 
`/home/paul.mercat/sage6-octo/sage-6.2.beta5/local/var/tmp/sage/build/ppl-1.1/src/demos'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory 
`/home/paul.mercat/sage6-octo/sage-6.2.beta5/local/var/tmp/sage/build/ppl-1.1/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory 
`/home/paul.mercat/sage6-octo/sage-6.2.beta5/local/var/tmp/sage/build/ppl-1.1/src'
Error building the Parma Polyhedra Library.

real 9m42.356s
user 7m57.526s
sys 0m23.312s
************************************************************************
Error installing package ppl-1.1
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /home/paul.mercat/sage6-octo/sage-6.2.beta5/logs/pkgs/ppl-1.1.log
Describe your computer, operating system, etc.

Le vendredi 28 mars 2014 17:50:46 UTC+1, John H Palmieri a écrit :
>
> Try downloading 
>
>
> http://boxen.math.washington.edu/home/release/sage-6.2.beta5/sage-6.2.beta5.tar.gz
>
> I think this is self-contained.
>
>   John
>
>
> On Friday, March 28, 2014 8:52:57 AM UTC-7, Paul Mercat wrote:
>>
>> Sorry, I don't know how to get sage-6.2.beta : the command "sage -dev" 
>> doesn't work, and I have no command "git" installed.
>> How can I do ?
>>
>> Le vendredi 28 mars 2014 14:52:50 UTC+1, Paul Mercat a écrit :
>>>
>>> Ok, thank you. I will try sage-6.2.beta1.
>>>
>>> Le vendredi 28 mars 2014 14:28:34 UTC+1, Volker Braun a écrit :
>>>>
>>>> AFAIK this is fixed by the ppl update in in 6.2.beta1
>>>>
>>>>
>>>>
>>>> On Friday, March 28, 2014 1:01:08 PM UTC, Paul Mercat wrote:
>>>>>
>>>>> Hello !
>>>>>
>>>>> I get the following error when I try to compile sage-6.1.1 on linux :
>>>>>
>>>>> gcc -DHAVE_CONFIG_H -I. -I../..  -I../../interfaces/C 
>>>>> -I/home/paul.mercat/sage6-octo/sage-6.1.1/local/include  -pedantic 
>>>>> -std=gnu89 -Werror -g -O2 -frounding-math  -W -Wall -MT 
>>>>> ppl_lpsol-ppl_lpsol.o -MD -MP -MF .deps/ppl_lpsol-ppl_lpsol.Tpo -c -o 
>>>>> ppl_lpsol-ppl_lpsol.o `test -f 'ppl_lpsol.c' || echo './'`ppl_lpsol.c
>>>>>
>>>>> ppl_lpsol.c: In function 'maybe_check_results':
>>>>>
>>>>> ppl_lpsol.c:595:5: error: implicit declaration of function 'glp_exact' 
>>>>> [-Werror=implicit-function-declaration]
>>>>>
>>>>> ppl_lpsol.c: In function 'solve':
>>>>>
>>>>> ppl_lpsol.c:1038:3: error: unknown type name 'glp_mpscp'
>>>>>
>>>>> ppl_lpsol.c:1041:3: error: implicit declaration of function 
>>>>> 'glp_init_mpscp' [-Werror=implicit-function-declaration]
>>>>>
>>>>> ppl_lpsol.c:1054:3: error: implicit declaration of function 
>>>>> 'glp_read_mps' [-Werror=implicit-function-declaration]
>>>>>
>>>>> ppl_lpsol.c:1054:29: error: 'GLP_MPS_FILE' undeclared (first use in 
>>>>> this function)
>>>>>
>>>>> ppl_lpsol.c:1054:29: note: each undeclared identifier is reported only 
>>>>> once for each function it appears in
>>>>>
>>>>> cc1: all warnings being treated as errors
>>>>>
>>>>> make[8]: *** [ppl_lpsol-ppl_lpsol.o] Error 1
>>>>>
>>>>> make[8]: Leaving directory 
>>>>> `/home/paul.mercat/sage6-octo/sage-6.1.1/local/var/tmp/sage/build/ppl-1.1pre9.p0/src/demos/ppl_lpsol'
>>>>>
>>>>> make[7]: *** [all-recursive] Error 1
>>>>>
>>>>> make[7]: Leaving directory 
>>>>> `/home/paul.mercat/sage6-octo/sage-6.1.1/local/var/tmp/sage/build/ppl-1.1pre9.p0/src/demos/ppl_lpsol'
>>>>>
>>>>> make[6]: *** [all-recursive] Error 1
>>>>>
>>>>> make[6]: Leaving directory 
>>>>> `/home/paul.mercat/sage6-octo/sage-6.1.1/local/var/tmp/sage/build/ppl-1.1pre9.p0/src/demos'
>>>>>
>>>>> make[5]: *** [all-recursive] Error 1
>>>>>
>>>>> make[5]: Leaving directory 
>>>>> `/home/paul.mercat/sage6-octo/sage-6.1.1/local/var/tmp/sage/build/ppl-1.1pre9.p0/src'
>>>>>
>>>>> make[4]: *** [all] Error 2
>>>>>
>>>>> make[4]: Leaving directory 
>>>>> `/home/paul.mercat/sage6-octo/sage-6.1.1/local/var/tmp/sage/build/ppl-1.1pre9.p0/src'
>>>>>
>>>>> Error building the Parma Polyhedra Library.
>>>>>
>>>>>
>>>>> real    10m32.830s
>>>>>
>>>>> user    8m35.818s
>>>>>
>>>>> sys     0m28.081s
>>>>>
>>>>>
>>>>> ************************************************************************
>>>>>
>>>>> Error installing package ppl-1.1pre9.p0
>>>>>
>>>>>
>>>>> ************************************************************************
>>>>>
>>>>> Please email sage-devel (http://groups.google.com/group/sage-devel)
>>>>>
>>>>> explaining the problem and including the relevant part of the log file
>>>>>
>>>>>   /home/paul.mercat/sage6-octo/sage-6.1.1/logs/pkgs/ppl-1.1pre9.p0.log
>>>>>
>>>>> Describe your computer, operating system, etc.
>>>>>
>>>>> -----------------------------------
>>>>>
>>>>> Do somebody knows what is the problem and how to correct it ?
>>>>>
>>>>> Thank,
>>>>>
>>>>> Paul
>>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to