[New-bugs-announce] [issue19045] Make on Solaris 11 x64 with OracleStudio12.3 failed

Borut Podlipnik report at bugs.python.org
Thu Sep 19 09:02:59 CEST 2013


New submission from Borut Podlipnik:

# make
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
"Parser/grammar1.c", line 39: Warning: String literal converted to char* in initialization.
1 Warning(s) detected.
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
CC -c  -g -DNDEBUG -O  -I. -IInclude -I./Include  -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
"Parser/parsetok.c", line 250: Error: Cannot assign void* to char*.
1 Error(s) detected.
*** Error code 2
make: Fatal error: Command failed for target `Parser/parsetok.o'

----------
components: Build
messages: 198042
nosy: podlipnik
priority: normal
severity: normal
status: open
title: Make on Solaris 11 x64 with OracleStudio12.3 failed
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19045>
_______________________________________


More information about the New-bugs-announce mailing list