Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.20 KB | None | 0 0
  1. th3hate@th3hate-desktop:~$ /scratchbox/login
  2.  
  3. Welcome to Scratchbox, the cross-compilation toolkit!
  4.  
  5. Use 'sb-menu' to change your compilation target.
  6. See /scratchbox/doc/ for documentation.
  7.  
  8. [sbox-FREMANTLE_ARMEL: ~] > ./configure
  9. bash: ./configure: No such file or directory
  10. [sbox-FREMANTLE_ARMEL: ~] > make
  11. make: *** No targets specified and no makefile found. Stop.
  12. [sbox-FREMANTLE_ARMEL: ~] > ./configure
  13. bash: ./configure: No such file or directory
  14. [sbox-FREMANTLE_ARMEL: ~] > ./configure
  15. bash: ./configure: No such file or directory
  16. [sbox-FREMANTLE_ARMEL: ~] > cd /scratchbox/users/th3hate/home/th3hate/callforwarding-1.0
  17. [sbox-FREMANTLE_ARMEL: /scratchbox/users/th3hate/home/th3hate/callforwarding-1.0] > ./configure
  18. checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
  19. checking whether build environment is sane... yes
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking build system type... arm-unknown-linux-gnu
  23. checking host system type... arm-unknown-linux-gnu
  24. checking for gcc... gcc
  25. checking for C compiler default output file name... a.out
  26. checking whether the C compiler works... yes
  27. checking whether we are cross compiling... no
  28. checking for suffix of executables...
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether gcc accepts -g... yes
  32. checking for gcc option to accept ISO C89... none needed
  33. checking for style of include used by make... GNU
  34. checking dependency style of gcc... gcc3
  35. checking how to run the C preprocessor... gcc -E
  36. checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
  37. checking for ranlib... ranlib
  38. checking for a sed that does not truncate output... /scratchbox/tools/bin/sed
  39. checking for grep that handles long lines and -e... /scratchbox/tools/bin/grep
  40. checking for egrep... /scratchbox/tools/bin/grep -E
  41. checking for ld used by gcc... /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
  42. checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  43. checking for /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
  44. checking for BSD-compatible nm... /scratchbox/compilers/bin/nm -B
  45. checking whether ln -s works... yes
  46. checking how to recognize dependent libraries... pass_all
  47. checking for ANSI C header files... yes
  48. checking for sys/types.h... yes
  49. checking for sys/stat.h... yes
  50. checking for stdlib.h... yes
  51. checking for string.h... yes
  52. checking for memory.h... yes
  53. checking for strings.h... yes
  54. checking for inttypes.h... yes
  55. checking for stdint.h... yes
  56. checking for unistd.h... yes
  57. checking dlfcn.h usability... yes
  58. checking dlfcn.h presence... yes
  59. checking for dlfcn.h... yes
  60. checking for g++... g++
  61. checking whether we are using the GNU C++ compiler... yes
  62. checking whether g++ accepts -g... yes
  63. checking dependency style of g++... gcc3
  64. checking how to run the C++ preprocessor... g++ -E
  65. checking for g77... no
  66. checking for xlf... no
  67. checking for f77... no
  68. checking for frt... no
  69. checking for pgf77... no
  70. checking for cf77... no
  71. checking for fort77... no
  72. checking for fl32... no
  73. checking for af77... no
  74. checking for xlf90... no
  75. checking for f90... no
  76. checking for pgf90... no
  77. checking for pghpf... no
  78. checking for epcf90... no
  79. checking for gfortran... no
  80. checking for g95... no
  81. checking for xlf95... no
  82. checking for f95... no
  83. checking for fort... no
  84. checking for ifort... no
  85. checking for ifc... no
  86. checking for efc... no
  87. checking for pgf95... no
  88. checking for lf95... no
  89. checking for ftn... no
  90. checking whether we are using the GNU Fortran 77 compiler... no
  91. checking whether accepts -g... no
  92. checking the maximum length of command line arguments... 98304
  93. checking command to parse /scratchbox/compilers/bin/nm -B output from gcc object... ok
  94. checking for objdir... .libs
  95. checking for ar... ar
  96. checking for ranlib... (cached) ranlib
  97. checking for strip... strip
  98. checking if gcc supports -fno-rtti -fno-exceptions... no
  99. checking for gcc option to produce PIC... -fPIC
  100. checking if gcc PIC flag -fPIC works... yes
  101. checking if gcc static flag -static works... yes
  102. checking if gcc supports -c -o file.o... yes
  103. checking whether the gcc linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  104. checking whether -lc should be explicitly linked in... no
  105. checking dynamic linker characteristics... GNU/Linux ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether stripping libraries is possible... yes
  108. checking if libtool supports shared libraries... yes
  109. checking whether to build shared libraries... yes
  110. checking whether to build static libraries... yes
  111. configure: creating libtool
  112. appending configuration tag "CXX" to libtool
  113. checking for ld used by g++... /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
  114. checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  115. checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  116. checking for g++ option to produce PIC... -fPIC
  117. checking if g++ PIC flag -fPIC works... yes
  118. checking if g++ static flag -static works... yes
  119. checking if g++ supports -c -o file.o... yes
  120. checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  121. checking dynamic linker characteristics... GNU/Linux ld.so
  122. (cached) (cached) checking how to hardcode library paths into programs... immediate
  123. appending configuration tag "F77" to libtool
  124. checking whether NLS is requested... yes
  125. checking for intltool >= 0.23... 0.40.5 found
  126. checking for intltool-update... /scratchbox/devkits/doctools/bin/intltool-update
  127. checking for intltool-merge... /scratchbox/devkits/doctools/bin/intltool-merge
  128. checking for intltool-extract... /scratchbox/devkits/doctools/bin/intltool-extract
  129. checking for xgettext... /scratchbox/tools/bin/xgettext
  130. checking for msgmerge... /scratchbox/tools/bin/msgmerge
  131. checking for msgfmt... /scratchbox/tools/bin/msgfmt
  132. checking for gmsgfmt... /scratchbox/tools/bin/msgfmt
  133. checking for perl... /scratchbox/tools/bin/perl
  134. checking for XML::Parser... ok
  135. checking for ANSI C header files... (cached) yes
  136. checking for pkg-config... /scratchbox/tools/bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for HILDON... yes
  139. checking for DBUS... yes
  140. checking for ABOOK... yes
  141. checking for CONTROLPANEL... yes
  142. checking for OSSO... yes
  143. checking locale.h usability... yes
  144. checking locale.h presence... yes
  145. checking for locale.h... yes
  146. checking for LC_MESSAGES... yes
  147. checking libintl.h usability... yes
  148. checking libintl.h presence... yes
  149. checking for libintl.h... yes
  150. checking for ngettext in libc... yes
  151. checking for dgettext in libc... yes
  152. checking for bind_textdomain_codeset... yes
  153. checking for msgfmt... (cached) /scratchbox/tools/bin/msgfmt
  154. checking for dcgettext... yes
  155. checking if msgfmt accepts -c... yes
  156. checking for gmsgfmt... (cached) /scratchbox/tools/bin/msgfmt
  157. checking for xgettext... (cached) /scratchbox/tools/bin/xgettext
  158. checking for catalogs to be installed... en_GB fi_FI pl_PL
  159. configure: creating ./config.status
  160. config.status: creating Makefile
  161. config.status: creating src/Makefile
  162. config.status: creating po/Makefile.in
  163. config.status: creating po/Makefile
  164. config.status: creating config.h
  165. config.status: config.h is unchanged
  166. config.status: executing depfiles commands
  167. config.status: executing default-1 commands
  168. config.status: executing po/stamp-it commands
  169. # INTLTOOL_MAKEFILE
  170. [sbox-FREMANTLE_ARMEL: /scratchbox/users/th3hate/home/th3hate/callforwarding-1.0] > make
  171. make all-recursive
  172. make[1]: Entering directory `/scratchbox/users/th3hate/home/th3hate/callforwarding-1.0'
  173. Making all in src
  174. make[2]: Entering directory `/scratchbox/users/th3hate/home/th3hate/callforwarding-1.0/src'
  175. if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DMAEMO_CHANGES -DMAEMO_GTK -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -DMAEMO_GTK -pthread -I/usr/include/libosso-abook-1.0 -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/hildon-1 -I/usr/include/hildon-fm-2 -I/usr/include/evolution-data-server-1.4 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libxml2 -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/dbus-1.0/include -DMAEMO_CHANGES -DMAEMO_GTK -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -O2 -Wall -DUSE_HILDON -MT libcallforwarding_la-maindialog.lo -MD -MP -MF ".deps/libcallforwarding_la-maindialog.Tpo" \
  176. -c -o libcallforwarding_la-maindialog.lo `test -f 'maindialog.c' || echo './'`maindialog.c; \
  177. then mv -f ".deps/libcallforwarding_la-maindialog.Tpo" ".deps/libcallforwarding_la-maindialog.Plo"; \
  178. else rm -f ".deps/libcallforwarding_la-maindialog.Tpo"; exit 1; \
  179. fi
  180. gcc -DHAVE_CONFIG_H -I. -I. -I.. -DMAEMO_CHANGES -DMAEMO_GTK -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -DMAEMO_GTK -pthread -I/usr/include/libosso-abook-1.0 -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/hildon-1 -I/usr/include/hildon-fm-2 -I/usr/include/evolution-data-server-1.4 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libxml2 -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/dbus-1.0/include -DMAEMO_CHANGES -DMAEMO_GTK -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -O2 -Wall -DUSE_HILDON -MT libcallforwarding_la-maindialog.lo -MD -MP -MF .deps/libcallforwarding_la-maindialog.Tpo -c maindialog.c -fPIC -DPIC -o .libs/libcallforwarding_la-maindialog.o
  181. In file included from /usr/include/stdio.h:35,
  182. from maindialog.c:22:
  183. /scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  184. In file included from /usr/include/_G_config.h:45,
  185. from /usr/include/libio.h:33,
  186. from /usr/include/stdio.h:73,
  187. from maindialog.c:22:
  188. /usr/include/gconv.h:72: error: expected declaration specifiers or '...' before 'size_t'
  189. /usr/include/gconv.h:88: error: expected declaration specifiers or '...' before 'size_t'
  190. /usr/include/gconv.h:97: error: expected declaration specifiers or '...' before 'size_t'
  191. /usr/include/gconv.h:174: error: expected specifier-qualifier-list before 'size_t'
  192. In file included from /usr/include/stdio.h:73,
  193. from maindialog.c:22:
  194. /usr/include/libio.h:329: error: expected specifier-qualifier-list before 'size_t'
  195. /usr/include/libio.h:361: error: expected declaration specifiers or '...' before 'size_t'
  196. /usr/include/libio.h:370: error: expected declaration specifiers or '...' before 'size_t'
  197. /usr/include/libio.h:486: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  198. In file included from maindialog.c:22:
  199. /usr/include/stdio.h:306: error: expected declaration specifiers or '...' before 'size_t'
  200. /usr/include/stdio.h:313: error: expected declaration specifiers or '...' before 'size_t'
  201. /usr/include/stdio.h:355: error: expected declaration specifiers or '...' before 'size_t'
  202. /usr/include/stdio.h:357: error: format string argument not a string type
  203. /usr/include/stdio.h:359: error: expected declaration specifiers or '...' before 'size_t'
  204. /usr/include/stdio.h:361: error: format string argument not a string type
  205. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  206. /usr/include/stdio.h:614: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  207. /usr/include/stdio.h:636: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
  208. /usr/include/stdio.h:638: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  209. In file included from /usr/include/signal.h:349,
  210. from /usr/include/glib-2.0/glib/gbacktrace.h:36,
  211. from /usr/include/glib-2.0/glib.h:37,
  212. from /usr/include/glib-2.0/gobject/gtype.h:27,
  213. from /usr/include/glib-2.0/gobject/gboxed.h:27,
  214. from /usr/include/glib-2.0/glib-object.h:26,
  215. from /usr/include/glib-2.0/gio/gioenums.h:31,
  216. from /usr/include/glib-2.0/gio/giotypes.h:31,
  217. from /usr/include/glib-2.0/gio/gio.h:29,
  218. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  219. from /usr/include/gtk-2.0/gdk/gdk.h:33,
  220. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  221. from /usr/include/hildon-1/hildon/hildon-banner.h:29,
  222. from /usr/include/hildon-1/hildon/hildon.h:30,
  223. from maindialog.c:23:
  224. /usr/include/bits/sigstack.h:54: error: expected specifier-qualifier-list before 'size_t'
  225. In file included from /usr/include/glib-2.0/glib/gbookmarkfile.h:29,
  226. from /usr/include/glib-2.0/glib.h:39,
  227. from /usr/include/glib-2.0/gobject/gtype.h:27,
  228. from /usr/include/glib-2.0/gobject/gboxed.h:27,
  229. from /usr/include/glib-2.0/glib-object.h:26,
  230. from /usr/include/glib-2.0/gio/gioenums.h:31,
  231. from /usr/include/glib-2.0/gio/giotypes.h:31,
  232. from /usr/include/glib-2.0/gio/gio.h:29,
  233. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  234. from /usr/include/gtk-2.0/gdk/gdk.h:33,
  235. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  236. from /usr/include/hildon-1/hildon/hildon-banner.h:29,
  237. from /usr/include/hildon-1/hildon/hildon.h:30,
  238. from maindialog.c:23:
  239. /usr/include/time.h:200: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strftime'
  240. In file included from /usr/include/glib-2.0/glib/gi18n.h:27,
  241. from maindialog.c:26:
  242. /usr/include/string.h:39: error: expected declaration specifiers or '...' before 'size_t'
  243. /usr/include/string.h:43: error: expected declaration specifiers or '...' before 'size_t'
  244. /usr/include/string.h:52: error: expected declaration specifiers or '...' before 'size_t'
  245. /usr/include/string.h:59: error: expected declaration specifiers or '...' before 'size_t'
  246. /usr/include/string.h:62: error: expected declaration specifiers or '...' before 'size_t'
  247. /usr/include/string.h:66: error: expected declaration specifiers or '...' before 'size_t'
  248. /usr/include/string.h:88: error: expected declaration specifiers or '...' before 'size_t'
  249. /usr/include/string.h:96: error: expected declaration specifiers or '...' before 'size_t'
  250. /usr/include/string.h:102: error: expected declaration specifiers or '...' before 'size_t'
  251. /usr/include/string.h:109: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strxfrm'
  252. /usr/include/string.h:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strcspn'
  253. /usr/include/string.h:188: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strspn'
  254. /usr/include/string.h:242: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strlen'
  255. /usr/include/string.h:270: error: expected declaration specifiers or '...' before 'size_t'
  256. /usr/include/string.h:288: error: expected declaration specifiers or '...' before 'size_t'
  257. /usr/include/string.h:292: error: expected declaration specifiers or '...' before 'size_t'
  258. /usr/include/string.h:296: error: expected declaration specifiers or '...' before 'size_t'
  259. /usr/include/string.h:299: error: expected declaration specifiers or '...' before 'size_t'
  260. /usr/include/string.h:329: error: expected declaration specifiers or '...' before 'size_t'
  261. In file included from /usr/include/string.h:418,
  262. from /usr/include/glib-2.0/glib/gi18n.h:27,
  263. from maindialog.c:26:
  264. /usr/include/bits/string2.h:969: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strcspn_c1'
  265. /usr/include/bits/string2.h:971: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strcspn_c1'
  266. /usr/include/bits/string2.h:979: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strcspn_c2'
  267. /usr/include/bits/string2.h:982: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strcspn_c2'
  268. /usr/include/bits/string2.h:991: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strcspn_c3'
  269. /usr/include/bits/string2.h:994: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strcspn_c3'
  270. /usr/include/bits/string2.h:1045: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strspn_c1'
  271. /usr/include/bits/string2.h:1047: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strspn_c1'
  272. /usr/include/bits/string2.h:1056: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strspn_c2'
  273. /usr/include/bits/string2.h:1059: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strspn_c2'
  274. /usr/include/bits/string2.h:1068: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strspn_c3'
  275. /usr/include/bits/string2.h:1071: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__strspn_c3'
  276. /usr/include/bits/string2.h: In function '__strpbrk_c2':
  277. /usr/include/bits/string2.h:1129: error: 'size_t' undeclared (first use in this function)
  278. /usr/include/bits/string2.h:1129: error: (Each undeclared identifier is reported only once
  279. /usr/include/bits/string2.h:1129: error: for each function it appears in.)
  280. /usr/include/bits/string2.h:1129: error: expected ';' before '__s'
  281. /usr/include/bits/string2.h: In function '__strpbrk_c3':
  282. /usr/include/bits/string2.h:1142: error: 'size_t' undeclared (first use in this function)
  283. /usr/include/bits/string2.h:1142: error: expected ';' before '__s'
  284. In file included from /usr/include/bits/string2.h:1300,
  285. from /usr/include/string.h:418,
  286. from /usr/include/glib-2.0/glib/gi18n.h:27,
  287. from maindialog.c:26:
  288. /usr/include/stdlib.h: At top level:
  289. /usr/include/stdlib.h:589: error: expected ')' before '__size'
  290. /usr/include/stdlib.h:591: error: expected ')' before '__nmemb'
  291. In file included from /usr/include/string.h:418,
  292. from /usr/include/glib-2.0/glib/gi18n.h:27,
  293. from maindialog.c:26:
  294. /usr/include/bits/string2.h:1323: error: expected declaration specifiers or '...' before 'size_t'
  295. make[2]: *** [libcallforwarding_la-maindialog.lo] Error 1
  296. make[2]: Leaving directory `/scratchbox/users/th3hate/home/th3hate/callforwarding-1.0/src'
  297. make[1]: *** [all-recursive] Error 1
  298. make[1]: Leaving directory `/scratchbox/users/th3hate/home/th3hate/callforwarding-1.0'
  299. make: *** [all] Error 2
  300. [sbox-FREMANTLE_ARMEL: /scratchbox/users/th3hate/home/th3hate/callforwarding-1.0] >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement