Advertisement
parkerlreed

rebcomm

Oct 22nd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. parker@bbq:~$ cd Downloads/rebcomm-0.4/
  2. src autogen.sh configure depcomp Makefile.am NEWS
  3. aclocal.m4 ChangeLog configure.ac INSTALL Makefile.in README
  4. AUTHORS config.h.in COPYING install-sh missing stamp-h
  5. parker@bbq:~/Downloads/rebcomm-0.4$ ./autogen.sh
  6. parker@bbq:~/Downloads/rebcomm-0.4$ ./configure
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking for g++... g++
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking dependency style of g++... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking size of unsigned int... 4
  41. checking size of unsigned long... 8
  42. checking whether byte ordering is bigendian... no
  43. checking usb.h usability... yes
  44. checking usb.h presence... yes
  45. checking for usb.h... yes
  46. checking for usb_strerror in -lusb... yes
  47. configure: creating ./config.status
  48. config.status: creating Makefile
  49. config.status: creating src/Makefile
  50. config.status: creating config.h
  51. config.status: executing depfiles commands
  52. parker@bbq:~/Downloads/rebcomm-0.4$ make
  53. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/parker/Downloads/rebcomm-0.4/missing --run autoheader)
  54. rm -f stamp-h1
  55. touch config.h.in
  56. cd . && /bin/bash ./config.status config.h
  57. config.status: creating config.h
  58. config.status: config.h is unchanged
  59. make all-recursive
  60. make[1]: Entering directory `/home/parker/Downloads/rebcomm-0.4'
  61. Making all in src
  62. make[2]: Entering directory `/home/parker/Downloads/rebcomm-0.4/src'
  63. g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
  64. mv -f .deps/main.Tpo .deps/main.Po
  65. g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT reb1100.o -MD -MP -MF .deps/reb1100.Tpo -c -o reb1100.o reb1100.cpp
  66. reb1100.cpp: In member function ‘void REB1100::getFile(std::string, std::string&)’:
  67. reb1100.cpp:97:58: error: ‘strncpy’ was not declared in this scope
  68. reb1100.cpp: In member function ‘void REB1100::sendFile(std::string, std::string&)’:
  69. reb1100.cpp:127:38: error: ‘memcpy’ was not declared in this scope
  70. make[2]: *** [reb1100.o] Error 1
  71. make[2]: Leaving directory `/home/parker/Downloads/rebcomm-0.4/src'
  72. make[1]: *** [all-recursive] Error 1
  73. make[1]: Leaving directory `/home/parker/Downloads/rebcomm-0.4'
  74. make: *** [all] Error 2
  75. parker@bbq:~/Downloads/rebcomm-0.4$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement