Changes between Initial Version and Version 1 of Ticket #24070
- Timestamp:
- Mar 16, 2010, 5:41:43 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24070
- Property Owner changed from macports-tickets@… to takanori@…
- Property Port ghostscript added
-
Ticket #24070 – Description
initial v1 1 1 I see this: 2 2 {{{ 3 3 ---> Building ghostscript 4 4 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_ghostscript/work/ghostscript-8.71" && /usr/bin/make so " returned error 2 5 }}} 5 6 ... 6 7 later 7 8 ... 8 9 {{{ 9 10 /usr/bin/gcc-4.2 -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FONTCONFIG -O2 -isystem/opt/local/include -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -Os -arch x86_64 -DUSE_LIBICONV_GNU -I./obj/../soobj -I./base -Isrc -DSHARE_ZLIB=1 -o ./obj/../soobj/szlibc.o -c ./base/szlibc.c 10 11 In file included from ./base/szlibxx.h:22, … … 17 18 make[1]: *** [obj/../soobj/szlibc.o] Error 1 18 19 make: *** [so] Error 2 19 20 20 }}}