Yansky

Untitled

Mar 19th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.43 KB | None | 0 0
  1. Yanskys-MacBook-Pro:gedit-scrollpaste yansky$ ./autogen.sh CC="gcc -arch i386"
  2. /opt/local/bin/gnome-autogen.sh
  3.  checking for autoconf >= 2.53...
  4.    testing autoconf2.50...  not found.
  5.   testing autoconf...  found 2.68
  6.  checking for automake >= 1.9...
  7.    testing automake-1.11...  found 1.11.1
  8.  checking for libtool >= 1.4.3...
  9.    testing glibtoolize...  found 2.4
  10.  checking for glib-gettext >= 2.2.0...
  11.    testing glib-gettextize...  found 2.28.1
  12.  checking for intltool >= 0.25...
  13.    testing intltoolize...  found 0.40.6
  14.  checking for pkg-config >= 0.14.0...
  15.    testing pkg-config...  found 0.25
  16.  Checking for required M4 macros...
  17.   Checking for forbidden M4 macros...
  18.   Processing ./configure.ac
  19.   Running glibtoolize...
  20.  glibtoolize: putting auxiliary files in `.'.
  21. glibtoolize: copying file `./ltmain.sh'
  22. glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  23. glibtoolize: copying file `m4/libtool.m4'
  24. glibtoolize: copying file `m4/ltoptions.m4'
  25. glibtoolize: copying file `m4/ltsugar.m4'
  26. glibtoolize: copying file `m4/ltversion.m4'
  27. glibtoolize: copying file `m4/lt~obsolete.m4'
  28.  Running glib-gettextize... Ignore non-fatal messages.
  29.  Copying file mkinstalldirs
  30. Copying file po/Makefile.in.in
  31.  
  32. Please add the files
  33.   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  34.   progtest.m4
  35. from the /aclocal directory to your autoconf macro directory
  36. or directly to your aclocal.m4 file.
  37. You will also need config.guess and config.sub, which you can get from
  38. ftp://ftp.gnu.org/pub/gnu/config/.
  39.  
  40.  Running intltoolize...
  41.   Running aclocal-1.11...
  42.   Running autoconf...
  43.   Running autoheader...
  44.   Running automake-1.11...
  45.   Running ./configure --enable-maintainer-mode CC=gcc -arch i386 ...
  46.  checking for prefix by checking for gedit... /opt/local/bin/gedit
  47. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  48. checking whether build environment is sane... yes
  49. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  50. checking for gawk... no
  51. checking for mawk... no
  52. checking for nawk... no
  53. checking for awk... awk
  54. checking whether make sets $(MAKE)... yes
  55. checking whether to enable maintainer-specific portions of Makefiles... yes
  56. checking for gconftool-2... /opt/local/bin/gconftool-2
  57. checking whether NLS is requested... yes
  58. checking for style of include used by make... GNU
  59. checking for gcc... gcc -arch i386
  60. checking whether the C compiler works... yes
  61. checking for C compiler default output file name... a.out
  62. checking for suffix of executables...
  63. checking whether we are cross compiling... no
  64. checking for suffix of object files... o
  65. checking whether we are using the GNU C compiler... yes
  66. checking whether gcc -arch i386 accepts -g... yes
  67. checking for gcc -arch i386 option to accept ISO C89... none needed
  68. checking dependency style of gcc -arch i386... gcc3
  69. checking for intltool >= 0.35.0... 0.40.6 found
  70. checking for intltool-update... /opt/local/bin/intltool-update
  71. checking for intltool-merge... /opt/local/bin/intltool-merge
  72. checking for intltool-extract... /opt/local/bin/intltool-extract
  73. checking for xgettext... /opt/local/bin/xgettext
  74. checking for msgmerge... /opt/local/bin/msgmerge
  75. checking for msgfmt... /opt/local/bin/msgfmt
  76. checking for gmsgfmt... /opt/local/bin/msgfmt
  77. checking for perl... /opt/local/bin/perl
  78. checking for perl >= 5.8.1... 5.8.9
  79. checking for XML::Parser... ok
  80. checking build system type... i386-apple-darwin10.6.0
  81. checking host system type... i386-apple-darwin10.6.0
  82. checking how to print strings... printf
  83. checking for a sed that does not truncate output... /opt/local/bin/gsed
  84. checking for grep that handles long lines and -e... /usr/bin/grep
  85. checking for egrep... /usr/bin/grep -E
  86. checking for fgrep... /usr/bin/grep -F
  87. checking for ld used by gcc -arch i386... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  88. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  89. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  90. checking the name lister (/usr/bin/nm) interface... BSD nm
  91. checking whether ln -s works... yes
  92. checking the maximum length of command line arguments... 196608
  93. checking whether the shell understands some XSI constructs... yes
  94. checking whether the shell understands "+="... yes
  95. checking how to convert i386-apple-darwin10.6.0 file names to i386-apple-darwin10.6.0 format... func_convert_file_noop
  96. checking how to convert i386-apple-darwin10.6.0 file names to toolchain format... func_convert_file_noop
  97. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  98. checking for objdump... no
  99. checking how to recognize dependent libraries... pass_all
  100. checking for dlltool... no
  101. checking how to associate runtime and link libraries... printf %s\n
  102. checking for ar... ar
  103. checking for archiver @FILE support... no
  104. checking for strip... strip
  105. checking for ranlib... ranlib
  106. checking command to parse /usr/bin/nm output from gcc -arch i386 object... ok
  107. checking for sysroot... no
  108. checking for mt... no
  109. checking if : is a manifest tool... no
  110. checking for dsymutil... dsymutil
  111. checking for nmedit... nmedit
  112. checking for lipo... lipo
  113. checking for otool... otool
  114. checking for otool64... no
  115. checking for -single_module linker flag... yes
  116. checking for -exported_symbols_list linker flag... yes
  117. checking for -force_load linker flag... yes
  118. checking how to run the C preprocessor... gcc -arch i386 -E
  119. checking for ANSI C header files... yes
  120. checking for sys/types.h... yes
  121. checking for sys/stat.h... yes
  122. checking for stdlib.h... yes
  123. checking for string.h... yes
  124. checking for memory.h... yes
  125. checking for strings.h... yes
  126. checking for inttypes.h... yes
  127. checking for stdint.h... yes
  128. checking for unistd.h... yes
  129. checking for dlfcn.h... yes
  130. checking for objdir... .libs
  131. checking if gcc -arch i386 supports -fno-rtti -fno-exceptions... no
  132. checking for gcc -arch i386 option to produce PIC... -fno-common -DPIC
  133. checking if gcc -arch i386 PIC flag -fno-common -DPIC works... yes
  134. checking if gcc -arch i386 static flag -static works... no
  135. checking if gcc -arch i386 supports -c -o file.o... yes
  136. checking if gcc -arch i386 supports -c -o file.o... (cached) yes
  137. checking whether the gcc -arch i386 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  138. checking dynamic linker characteristics... darwin10.6.0 dyld
  139. checking how to hardcode library paths into programs... immediate
  140. checking whether stripping libraries is possible... yes
  141. checking if libtool supports shared libraries... yes
  142. checking whether to build shared libraries... yes
  143. checking whether to build static libraries... no
  144. checking for library containing strerror... none required
  145. checking for gcc... (cached) gcc -arch i386
  146. checking whether we are using the GNU C compiler... (cached) yes
  147. checking whether gcc -arch i386 accepts -g... (cached) yes
  148. checking for gcc -arch i386 option to accept ISO C89... (cached) none needed
  149. checking dependency style of gcc -arch i386... (cached) gcc3
  150. checking whether make sets $(MAKE)... (cached) yes
  151. checking locale.h usability... yes
  152. checking locale.h presence... yes
  153. checking for locale.h... yes
  154. checking for LC_MESSAGES... yes
  155. checking libintl.h usability... no
  156. checking libintl.h presence... no
  157. checking for libintl.h... no
  158. checking for pkg-config... /opt/local/bin/pkg-config
  159. checking pkg-config is at least version 0.9.0... yes
  160. checking for GEDIT... yes
  161. checking for glib-genmarshal... /opt/local/bin/glib-genmarshal
  162. checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
  163. checking what language compliance flags to pass to the C compiler...
  164. configure: creating ./config.status
  165. config.status: creating Makefile
  166. config.status: creating src/Makefile
  167. config.status: creating po/Makefile.in
  168. config.status: creating config.h
  169. config.status: executing depfiles commands
  170. config.status: executing libtool commands
  171. config.status: executing default-1 commands
  172. config.status: executing po/stamp-it commands
  173. Now type `make' to compile gedit-scrollpaste
  174. Yanskys-MacBook-Pro:gedit-scrollpaste yansky$ make
  175. make  all-recursive
  176. Making all in src
  177. /bin/sh ../libtool --tag=CC   --mode=compile gcc -arch i386 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/gtksourceview-2.0 -I/opt/local/include/libxml2 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14 -I/opt/local/include/gedit-2.20   -Wall -Wmissing-prototypes   -DGEDIT_LOCALEDIR=\""/opt/local/lib/locale"\"    -g -O2 -MT scrollpaste-plugin.lo -MD -MP -MF .deps/scrollpaste-plugin.Tpo -c -o scrollpaste-plugin.lo scrollpaste-plugin.c
  178. libtool: compile:  gcc -arch i386 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/gtksourceview-2.0 -I/opt/local/include/libxml2 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14 -I/opt/local/include/gedit-2.20 -Wall -Wmissing-prototypes -DGEDIT_LOCALEDIR=\"/opt/local/lib/locale\" -g -O2 -MT scrollpaste-plugin.lo -MD -MP -MF .deps/scrollpaste-plugin.Tpo -c scrollpaste-plugin.c  -fno-common -DPIC -o .libs/scrollpaste-plugin.o
  179. mv -f .deps/scrollpaste-plugin.Tpo .deps/scrollpaste-plugin.Plo
  180. /bin/sh ../libtool --tag=CC   --mode=link gcc -arch i386  -g -O2 -module -avoid-version  -o libscrollpaste.la -rpath /opt/local/lib/gedit-2/plugins scrollpaste-plugin.lo  
  181. libtool: link: gcc -arch i386 -Wl,-undefined -Wl,dynamic_lookup -o .libs/libscrollpaste.so -bundle  .libs/scrollpaste-plugin.o    -arch i386 -O2  
  182. libtool: link: ( cd ".libs" && rm -f "libscrollpaste.la" && ln -s "../libscrollpaste.la" "libscrollpaste.la" )
  183. /opt/local/bin/intltool-merge ../po scrollpaste.gedit-plugin.desktop.in scrollpaste.gedit-plugin -d -u -c ../po/.intltool-merge-cache
  184. Found too-old cached translation database
  185. Generating and caching the translation database
  186. Merging translations into scrollpaste.gedit-plugin.
  187. make[2]: Nothing to be done for `all-am'.
  188. Yanskys-MacBook-Pro:gedit-scrollpaste yansky$
Advertisement
Add Comment
Please, Sign In to add comment