Hi,

Am 24.05.2009 um 22:08 schrieb Mike Watters:
rupert THURNER wrote:
i tried to compile, which worked on build8s. but on build8x and
build10x it failed. what might be the reason for this? does sun have
different compilers?

-I/opt/csw/include/python2.6 -c
/home/rupert/mgar/pkg/reportlab/trunk/work/build-isa-i386/ ReportLab_2_3/src/rl_addons/renderPM/_renderPM.c -o build/temp.solaris-2.8-i86pc-2.6/home/rupert/mgar/pkg/reportlab/ trunk/work/build-isa-i386/ReportLab_2_3/src/rl_addons/renderPM/ _renderPM.o "/home/rupert/mgar/pkg/reportlab/trunk/work/build-isa-i386/ ReportLab_2_3/src/rl_addons/renderPM/_renderPM.c",
line 81: syntax error before or at: 13
"/home/rupert/mgar/pkg/reportlab/trunk/work/build-isa-i386/ ReportLab_2_3/src/rl_addons/renderPM/_renderPM.c",
line 96: syntax error before or at: 13
"/home/rupert/mgar/pkg/reportlab/trunk/work/build-isa-i386/ ReportLab_2_3/src/rl_addons/renderPM/_renderPM.c",
line 100: syntax error before or at: :

The output of make has clues for you to look at. note the syntax errors. I assume there are header differences or library differences between the 2
systems, this is not uncommon.

Or x86 assembler optimizations Sun Studio doesn't understand. You can try disabling
these during configure or use gcc instead.


Best regards

  -- Dago
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to