Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 9.79 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. aghaster@sidux:~$ git clone ssh://mamoreau@freerdp.git.sourceforge.net/gitroot/freerdp/freerdp.git
  2. Initialized empty Git repository in /home/aghaster/freerdp/.git/
  3. mamoreau@freerdp.git.sourceforge.net's password:
  4. remote: Counting objects: 3762, done.
  5. remote: Compressing objects: 100% (2669/2669), done.
  6. remote: Total 3762 (delta 2701), reused 1652 (delta 1079)
  7. Receiving objects: 100% (3762/3762), 2.57 MiB | 927 KiB/s, done.
  8. Resolving deltas: 100% (2701/2701), done.
  9. aghaster@sidux:~$ cd freerdp
  10. aghaster@sidux:~/freerdp$ ls
  11. asn1        configure.ac   freerdp.spec   libfreerdpchanman  tests
  12. AUTHORS     COPYING        include        libfreerdpkbd      uiports
  13. autogen.sh  debian         indent-all.sh  Makefile.am        vnc
  14. build-aux   dfb            INSTALL        NEWS               win
  15. ChangeLog   doc            keymaps        rdp_mitm           X11
  16. channels    freerdp.pc.in  libfreerdp     README
  17. aghaster@sidux:~/freerdp$ ./autogen.sh && ./configure && make
  18. + mkdir -p m4
  19. + aclocal --install -I m4
  20. aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4'
  21. aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4'
  22. aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4'
  23. aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4'
  24. aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4'
  25. aclocal: installing `m4/pkg.m4' from `/usr/share/aclocal/pkg.m4'
  26. + autoheader --force
  27. + libtoolize -c --automake --force
  28. + automake --add-missing --copy --include-deps
  29. configure.ac:8: installing `./compile'
  30. configure.ac:32: installing `./config.guess'
  31. configure.ac:32: installing `./config.sub'
  32. configure.ac:3: installing `./install-sh'
  33. configure.ac:3: installing `./missing'
  34. X11/Makefile.am: installing `./depcomp'
  35. + autoconf
  36. + rm -rf autom4te.cache
  37. checking for a BSD-compatible install... /usr/bin/install -c
  38. checking whether build environment is sane... yes
  39. checking for a thread-safe mkdir -p... /bin/mkdir -p
  40. checking for gawk... gawk
  41. checking whether make sets $(MAKE)... yes
  42. checking for gcc... gcc
  43. checking whether the C compiler works... yes
  44. checking for C compiler default output file name... a.out
  45. checking for suffix of executables...
  46. checking whether we are cross compiling... no
  47. checking for suffix of object files... o
  48. checking whether we are using the GNU C compiler... yes
  49. checking whether gcc accepts -g... yes
  50. checking for gcc option to accept ISO C89... none needed
  51. checking for style of include used by make... GNU
  52. checking dependency style of gcc... gcc3
  53. checking whether gcc and cc understand -c and -o together... yes
  54. checking build system type... x86_64-unknown-linux-gnu
  55. checking host system type... x86_64-unknown-linux-gnu
  56. checking for a sed that does not truncate output... /bin/sed
  57. checking for grep that handles long lines and -e... /bin/grep
  58. checking for egrep... /bin/grep -E
  59. checking for fgrep... /bin/grep -F
  60. checking for ld used by gcc... /usr/bin/ld
  61. checking if the linker (/usr/bin/ld) is GNU ld... yes
  62. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  63. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  64. checking whether ln -s works... yes
  65. checking the maximum length of command line arguments... 1572864
  66. checking whether the shell understands some XSI constructs... yes
  67. checking whether the shell understands "+="... yes
  68. checking for /usr/bin/ld option to reload object files... -r
  69. checking for objdump... objdump
  70. checking how to recognize dependent libraries... pass_all
  71. checking for ar... ar
  72. checking for strip... strip
  73. checking for ranlib... ranlib
  74. checking command to parse /usr/bin/nm -B output from gcc object... ok
  75. checking how to run the C preprocessor... gcc -E
  76. checking for ANSI C header files... yes
  77. checking for sys/types.h... yes
  78. checking for sys/stat.h... yes
  79. checking for stdlib.h... yes
  80. checking for string.h... yes
  81. checking for memory.h... yes
  82. checking for strings.h... yes
  83. checking for inttypes.h... yes
  84. checking for stdint.h... yes
  85. checking for unistd.h... yes
  86. checking for dlfcn.h... yes
  87. checking for objdir... .libs
  88. checking if gcc supports -fno-rtti -fno-exceptions... no
  89. checking for gcc option to produce PIC... -fPIC -DPIC
  90. checking if gcc PIC flag -fPIC -DPIC works... yes
  91. checking if gcc static flag -static works... yes
  92. checking if gcc supports -c -o file.o... yes
  93. checking if gcc supports -c -o file.o... (cached) yes
  94. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  95. checking whether -lc should be explicitly linked in... no
  96. checking dynamic linker characteristics... GNU/Linux ld.so
  97. checking how to hardcode library paths into programs... immediate
  98. checking whether stripping libraries is possible... yes
  99. checking if libtool supports shared libraries... yes
  100. checking whether to build shared libraries... yes
  101. checking whether to build static libraries... yes
  102. checking for ANSI C header files... (cached) yes
  103. checking whether byte ordering is bigendian... no
  104. checking for pkg-config... /usr/bin/pkg-config
  105. checking for library containing socket... none required
  106. checking for library containing inet_aton... none required
  107. checking sys/select.h usability... yes
  108. checking sys/select.h presence... yes
  109. checking for sys/select.h... yes
  110. checking sys/modem.h usability... no
  111. checking sys/modem.h presence... no
  112. checking for sys/modem.h... no
  113. checking sys/filio.h usability... no
  114. checking sys/filio.h presence... no
  115. checking for sys/filio.h... no
  116. checking sys/strtio.h usability... no
  117. checking sys/strtio.h presence... no
  118. checking for sys/strtio.h... no
  119. checking locale.h usability... yes
  120. checking locale.h presence... yes
  121. checking for locale.h... yes
  122. checking langinfo.h usability... yes
  123. checking langinfo.h presence... yes
  124. checking for langinfo.h... yes
  125. checking for strip... (cached) strip
  126. checking pkg-config is at least version 0.9.0... yes
  127. checking for CRYPTO... yes
  128. checking if architecture needs alignment... no
  129. checking sys/soundcard.h usability... yes
  130. checking sys/soundcard.h presence... yes
  131. checking for sys/soundcard.h... yes
  132. checking dmedia/audio.h usability... no
  133. checking dmedia/audio.h presence... no
  134. checking for dmedia/audio.h... no
  135. checking sys/audioio.h usability... no
  136. checking sys/audioio.h presence... no
  137. checking for sys/audioio.h... no
  138. checking for LIBAO... no
  139. checking for ALSA... yes
  140. checking for LIBSAMPLERATE... no
  141. checking for cups-config... 1
  142. checking whether struct tm is in sys/time.h or time.h... time.h
  143. checking for struct tm.tm_zone... yes
  144. checking for dirent.h that defines DIR... yes
  145. checking for library containing opendir... none required
  146. checking for dirfd... yes
  147. checking whether dirfd is declared... yes
  148. checking whether dirfd is a macro... no
  149. checking iconv.h usability... yes
  150. checking iconv.h presence... yes
  151. checking for iconv.h... yes
  152. checking for iconv... yes
  153. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  154. checking for socklen_t... yes
  155. checking sys/vfs.h usability... yes
  156. checking sys/vfs.h presence... yes
  157. checking for sys/vfs.h... yes
  158. checking sys/statvfs.h usability... yes
  159. checking sys/statvfs.h presence... yes
  160. checking for sys/statvfs.h... yes
  161. checking sys/statfs.h usability... yes
  162. checking sys/statfs.h presence... yes
  163. checking for sys/statfs.h... yes
  164. checking sys/param.h usability... yes
  165. checking sys/param.h presence... yes
  166. checking for sys/param.h... yes
  167. checking for sys/mount.h... yes
  168. configure: checking how to get filesystem space usage...
  169. checking statvfs64 function (SVR4)... no
  170. checking statvfs function (SVR4)... yes
  171. checking for struct statfs.f_namemax... no
  172. checking for struct statvfs.f_namemax... yes
  173. checking for struct statfs.f_namelen... yes
  174. checking for struct statvfs.f_namelen... no
  175. checking for special C compiler options needed for large files... no
  176. checking for _FILE_OFFSET_BITS value needed for large files... no
  177. checking mntent.h usability... yes
  178. checking mntent.h presence... yes
  179. checking for mntent.h... yes
  180. checking for setmntent... yes
  181. checking for X... libraries , headers
  182. checking for gethostbyname... yes
  183. checking for connect... yes
  184. checking for remove... yes
  185. checking for shmat... yes
  186. checking for IceConnectionNumber in -lICE... yes
  187. checking for XOpenDisplay in -lX11... yes
  188. checking for XCURSOR... yes
  189. configure: creating ./config.status
  190. config.status: creating Makefile
  191. config.status: creating freerdp.pc
  192. config.status: creating asn1/Makefile
  193. config.status: creating libfreerdp/Makefile
  194. config.status: creating doc/Makefile
  195. config.status: creating include/Makefile
  196. config.status: creating libfreerdpkbd/Makefile
  197. config.status: creating keymaps/Makefile
  198. config.status: creating libfreerdpchanman/Makefile
  199. config.status: creating X11/Makefile
  200. config.status: creating dfb/Makefile
  201. config.status: creating channels/common/Makefile
  202. config.status: creating channels/rdpsnd/Makefile
  203. config.status: creating channels/cliprdr/Makefile
  204. config.status: creating channels/rdpdr/Makefile
  205. config.status: creating channels/rdpdr/disk/Makefile
  206. config.status: creating channels/rdpdr/printer/Makefile
  207. config.status: creating config.h
  208. config.status: executing depfiles commands
  209. config.status: executing libtool commands
  210.  
  211. FreeRDP configure result:
  212.  
  213. Cryptography : openssl
  214. Sound        : yes
  215. Printer      : cups
  216. X11          : yes
  217. DirectFB     : no
  218. echo 0.7.0.6-bbee > .version-t && mv .version-t .version
  219. make  all-recursive
  220. make[1]: Entering directory `/home/aghaster/freerdp'
  221. Making all in build-aux
  222. make[2]: Entering directory `/home/aghaster/freerdp/build-aux'
  223. make[2]: *** No rule to make target `all'.  Stop.
  224. make[2]: Leaving directory `/home/aghaster/freerdp/build-aux'
  225. make[1]: *** [all-recursive] Error 1
  226. make[1]: Leaving directory `/home/aghaster/freerdp'
  227. make: *** [all] Error 2