Advertisement
lirva

Untitled

Nov 26th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. diegofn@Ohana:~/Documents/vlc/vlc/contrib/osx> gcc --version
  2. i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  3. Copyright (C) 2007 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. diegofn@Ohana:~/Documents/vlc/vlc/contrib/osx> gcc-4.2 --version
  8. i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
  9. Copyright (C) 2007 Free Software Foundation, Inc.
  10. This is free software; see the source for copying conditions. There is NO
  11. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12.  
  13.  
  14. === configuring in examples (/Users/diegofn/Documents/vlc/vlc/contrib/osx/gettext/gettext-tools/examples)
  15. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10' '--build=x86_64-apple-darwin10' '--host=x86_64-apple-darwin10' '--target=x86_64-apple-darwin10' '--program-prefix=' '--enable-static' '--disable-shared' '--disable-dependency-tracking' '--with-pic' '--disable-java' '--disable-native-java' '--without-emacs' 'build_alias=x86_64-apple-darwin10' 'host_alias=x86_64-apple-darwin10' 'target_alias=x86_64-apple-darwin10' 'CC=gcc-4.2' 'CFLAGS= -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include' 'LDFLAGS= -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -m64 -L/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib' 'CPPFLAGS= -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include' 'CXX=g++-4.2' 'CXXFLAGS= -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include' --cache-file=/dev/null --srcdir=.
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking whether build environment is sane... yes
  18. checking for a thread-safe mkdir -p... ../../build-aux/install-sh -c -d
  19. checking for gawk... no
  20. checking for mawk... no
  21. checking for nawk... no
  22. checking for awk... awk
  23. checking whether make sets $(MAKE)... yes
  24. checking whether NLS is requested... yes
  25. checking for msgfmt... no
  26. checking for gmsgfmt... :
  27. checking for xgettext... no
  28. checking for msgmerge... no
  29. configure: creating ./config.status
  30. config.status: creating Makefile
  31. config.status: creating installpaths
  32. config.status: creating po/Makefile
  33. config.status: executing po-directories commands
  34. (cd gettext && make && make install)
  35. Making all in gnulib-local
  36. make[2]: Nothing to be done for `all'.
  37. Making all in gettext-runtime
  38. make all-recursive
  39. Making all in doc
  40. make[4]: Nothing to be done for `all'.
  41. Making all in intl
  42. sed -e '/IN_LIBGLOCALE/d' \
  43. -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
  44. -e 's,@''HAVE_ASPRINTF''@,1,g' \
  45. -e 's,@''HAVE_NEWLOCALE''@,1,g' \
  46. -e 's,@''HAVE_SNPRINTF''@,1,g' \
  47. -e 's,@''HAVE_WPRINTF''@,0,g' \
  48. < ./libgnuintl.h.in \
  49. | if test 'no' = yes; then \
  50. sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
  51. else \
  52. cat; \
  53. fi \
  54. | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
  55. -e "/#define _LIBINTL_H/r ./export.h" \
  56. | sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
  57. > libgnuintl.h
  58. /bin/sh ../libtool --tag=CC --mode=compile gcc-4.2 -c -DLOCALEDIR=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/share/locale\" -DLIBDIR=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -fvisibility=hidden ./bindtextdom.c
  59. libtool: compile: gcc-4.2 -c -DLOCALEDIR=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/share/locale\" -DLIBDIR=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -fvisibility=hidden ./bindtextdom.c -fno-common -DPIC -o bindtextdom.o
  60. In file included from ./bindtextdom.c:24:
  61. /Developer/SDKs/MacOSX10.6.sdk/usr/include/stddef.h:74: error: two or more data types in declaration specifiers
  62. make[4]: *** [bindtextdom.lo] Error 1
  63. make[3]: *** [all-recursive] Error 1
  64. make[2]: *** [all] Error 2
  65. make[1]: *** [all-recursive] Error 1
  66. make: *** [.gettext] Error 2
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement