Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Draiks Install
Thursday, July 12th, 2007 at 3:54:22am UTC 

  1. [email protected]:~/Desktop/ldmm-0.1.15$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for g++... g++
  7. checking for C++ compiler default output file name... a.out
  8. checking whether the C++ compiler works... yes
  9. checking whether we are cross compiling... no
  10. checking for suffix of executables...
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C++ compiler... yes
  13. checking whether g++ accepts -g... yes
  14. checking for style of include used by make... GNU
  15. checking dependency style of g++... gcc3
  16. ./configure: line 2433: AM_PROG_LIBTOOL: command not found
  17. configure: creating ./config.status
  18. config.status: creating Makefile
  19. config.status: creating src/Makefile
  20. config.status: creating config.h
  21. config.status: config.h is unchanged
  22. config.status: executing depfiles commands
  23. [email protected]:~/Desktop/ldmm-0.1.15$ make
  24. make  all-recursive
  25. make[1]: Entering directory `/home/draik/Desktop/ldmm-0.1.15'
  26. Making all in src
  27. make[2]: Entering directory `/home/draik/Desktop/ldmm-0.1.15/src'
  28. if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT ldmm.o -MD -MP -MF ".deps/ldmm.Tpo" -c -o ldmm.o ldmm.cpp; \
  29.         then mv -f ".deps/ldmm.Tpo" ".deps/ldmm.Po"; else rm -f ".deps/ldmm.Tpo"; exit 1; fi
  30. In file included from ldmm.cpp:45:
  31. ./hdddb.h:28:20: error: sqlite.h: No such file or directory
  32. ./hdddb.h:94: error: expected constructor, destructor, or type conversion before ‘*’ token
  33. ./hdddb.h:95: error: ‘sqlite’ was not declared in this scope
  34. ./hdddb.h:95: error: ‘db’ was not declared in this scope
  35. ./hdddb.h:124: error: ‘sqlite’ was not declared in this scope
  36. ./hdddb.h:124: error: ‘hdd_db’ was not declared in this scope
  37. ./hdddb.h:124: error: expected primary-expression before ‘char’
  38. ./hdddb.h:124: error: expected primary-expression before ‘int’
  39. ./hdddb.h:124: error: initializer expression list treated as compound expression
  40. ./hdddb.h:125: error: ‘sqlite’ was not declared in this scope
  41. ./hdddb.h:125: error: ‘hdd_db’ was not declared in this scope
  42. ./hdddb.h:125: error: expected primary-expression before ‘char’
  43. ./hdddb.h:125: error: expected primary-expression before ‘char’
  44. ./hdddb.h:125: error: initializer expression list treated as compound expression
  45. ./hdddb.h:126: error: ‘sqlite’ was not declared in this scope
  46. ./hdddb.h:126: error: ‘hdd_db’ was not declared in this scope
  47. ./hdddb.h:126: error: expected primary-expression before ‘char’
  48. ./hdddb.h:126: error: expected primary-expression before ‘int’
  49. ./hdddb.h:126: error: initializer expression list treated as compound expression
  50. ./hdddb.h:127: error: ‘sqlite’ was not declared in this scope
  51. ./hdddb.h:127: error: ‘hdd_db’ was not declared in this scope
  52. ./hdddb.h:127: error: expected primary-expression before ‘char’
  53. ./hdddb.h:127: error: expected primary-expression before ‘char’
  54. ./hdddb.h:127: error: initializer expression list treated as compound expression
  55. ./hdddb.h:128: error: ‘sqlite’ was not declared in this scope
  56. ./hdddb.h:128: error: ‘hdd_db’ was not declared in this scope
  57. ./hdddb.h:128: error: expected primary-expression before ‘char’
  58. ./hdddb.h:128: error: expected primary-expression before ‘int’
  59. ./hdddb.h:128: error: initializer expression list treated as compound expression
  60. ./hdddb.h:129: error: ‘sqlite’ was not declared in this scope
  61. ./hdddb.h:129: error: ‘hdd_db’ was not declared in this scope
  62. ./hdddb.h:129: error: expected primary-expression before ‘char’
  63. ./hdddb.h:129: error: expected primary-expression before ‘char’
  64. ./hdddb.h:129: error: initializer expression list treated as compound expression
  65. ./hdddb.h:130: error: ‘sqlite’ was not declared in this scope
  66. ./hdddb.h:130: error: ‘hdd_db’ was not declared in this scope
  67. ./hdddb.h:130: error: expected primary-expression before ‘char’
  68. ./hdddb.h:130: error: expected primary-expression before ‘int’
  69. ./hdddb.h:130: error: initializer expression list treated as compound expression
  70. ./hdddb.h:131: error: ‘sqlite’ was not declared in this scope
  71. ./hdddb.h:131: error: ‘hdd_db’ was not declared in this scope
  72. ./hdddb.h:131: error: expected primary-expression before ‘char’
  73. ./hdddb.h:131: error: expected primary-expression before ‘char’
  74. ./hdddb.h:131: error: initializer expression list treated as compound expression
  75. ./hdddb.h:132: error: ‘sqlite’ was not declared in this scope
  76. ./hdddb.h:132: error: ‘hdd_db’ was not declared in this scope
  77. ./hdddb.h:132: error: expected primary-expression before ‘char’
  78. ./hdddb.h:132: error: expected primary-expression before ‘char’
  79. ./hdddb.h:132: error: expected primary-expression before ‘int’
  80. ./hdddb.h:132: error: expected primary-expression before ‘char’
  81. ./hdddb.h:132: error: initializer expression list treated as compound expression
  82. ldmm.cpp: In function ‘void printversion()’:
  83. ldmm.cpp:104: error: ‘sqlite_libversion’ was not declared in this scope
  84. ldmm.cpp: In function ‘int main(int, char**)’:
  85. ldmm.cpp:123: error: ‘sqlite’ was not declared in this scope
  86. ldmm.cpp:123: error: ‘jukebox_audiodb’ was not declared in this scope
  87. ldmm.cpp:412: error: ‘openDatabase’ was not declared in this scope
  88. ldmm.cpp:435: error: ‘sqlite_get_table’ was not declared in this scope
  89. ldmm.cpp:451: error: ‘sqlite_exec’ was not declared in this scope
  90. ldmm.cpp:468: error: ‘sqlite_free_table’ was not declared in this scope
  91. ldmm.cpp:479: error: ‘sqlite_get_table’ was not declared in this scope
  92. ldmm.cpp:495: error: ‘sqlite_exec’ was not declared in this scope
  93. ldmm.cpp:512: error: ‘sqlite_free_table’ was not declared in this scope
  94. ldmm.cpp:522: error: ‘sqlite_get_table’ was not declared in this scope
  95. ldmm.cpp:538: error: ‘sqlite_exec’ was not declared in this scope
  96. ldmm.cpp:555: error: ‘sqlite_free_table’ was not declared in this scope
  97. ldmm.cpp:566: error: ‘sqlite_get_table’ was not declared in this scope
  98. ldmm.cpp:606: error: ‘sqlite_get_table’ was not declared in this scope
  99. ldmm.cpp:657: error: ‘sqlite_free_table’ was not declared in this scope
  100. ldmm.cpp:666: error: ‘sqlite_get_table’ was not declared in this scope
  101. ldmm.cpp:710: error: ‘sqlite_free_table’ was not declared in this scope
  102. ldmm.cpp:718: error: ‘sqlite_get_table’ was not declared in this scope
  103. ldmm.cpp:763: error: ‘sqlite_free_table’ was not declared in this scope
  104. ldmm.cpp:771: error: ‘sqlite_get_table’ was not declared in this scope
  105. ldmm.cpp:817: error: ‘sqlite_free_table’ was not declared in this scope
  106. ldmm.cpp:825: error: ‘sqlite_get_table’ was not declared in this scope
  107. ldmm.cpp:865: error: ‘sqlite_free_table’ was not declared in this scope
  108. ldmm.cpp:878: error: ‘delPlaylist’ cannot be used as a function
  109. ldmm.cpp:911: error: ‘addPlaylist’ cannot be used as a function
  110. ldmm.cpp:941: error: ‘addPlaylist’ cannot be used as a function
  111. ldmm.cpp:955: error: ‘addMp3’ cannot be used as a function
  112. ldmm.cpp:993: error: ‘sqlite_get_table’ was not declared in this scope
  113. ldmm.cpp:1008: error: ‘sqlite_exec’ was not declared in this scope
  114. ldmm.cpp:1054: error: ‘delAlbumAndContent’ cannot be used as a function
  115. ldmm.cpp:1082: error: ‘delArtistAndContent’ cannot be used as a function
  116. ldmm.cpp:1110: error: ‘delGenreAndContent’ cannot be used as a function
  117. ldmm.cpp:1134: error: ‘closeDatabase’ cannot be used as a function
  118. make[2]: *** [ldmm.o] Error 1
  119. make[2]: Leaving directory `/home/draik/Desktop/ldmm-0.1.15/src'
  120. make[1]: *** [all-recursive] Error 1
  121. make[1]: Leaving directory `/home/draik/Desktop/ldmm-0.1.15'
  122. make: *** [all] Error 2
  123. [email protected]:~/Desktop/ldmm-0.1.15$ make install
  124. Making install in src
  125. make[1]: Entering directory `/home/draik/Desktop/ldmm-0.1.15/src'
  126. if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT ldmm.o -MD -MP -MF ".deps/ldmm.Tpo" -c -o ldmm.o ldmm.cpp; \
  127.         then mv -f ".deps/ldmm.Tpo" ".deps/ldmm.Po"; else rm -f ".deps/ldmm.Tpo"; exit 1; fi
  128. In file included from ldmm.cpp:45:
  129. ./hdddb.h:28:20: error: sqlite.h: No such file or directory
  130. ./hdddb.h:94: error: expected constructor, destructor, or type conversion before ‘*’ token
  131. ./hdddb.h:95: error: ‘sqlite’ was not declared in this scope
  132. ./hdddb.h:95: error: ‘db’ was not declared in this scope
  133. ./hdddb.h:124: error: ‘sqlite’ was not declared in this scope
  134. ./hdddb.h:124: error: ‘hdd_db’ was not declared in this scope
  135. ./hdddb.h:124: error: expected primary-expression before ‘char’
  136. ./hdddb.h:124: error: expected primary-expression before ‘int’
  137. ./hdddb.h:124: error: initializer expression list treated as compound expression
  138. ./hdddb.h:125: error: ‘sqlite’ was not declared in this scope
  139. ./hdddb.h:125: error: ‘hdd_db’ was not declared in this scope
  140. ./hdddb.h:125: error: expected primary-expression before ‘char’
  141. ./hdddb.h:125: error: expected primary-expression before ‘char’
  142. ./hdddb.h:125: error: initializer expression list treated as compound expression
  143. ./hdddb.h:126: error: ‘sqlite’ was not declared in this scope
  144. ./hdddb.h:126: error: ‘hdd_db’ was not declared in this scope
  145. ./hdddb.h:126: error: expected primary-expression before ‘char’
  146. ./hdddb.h:126: error: expected primary-expression before ‘int’
  147. ./hdddb.h:126: error: initializer expression list treated as compound expression
  148. ./hdddb.h:127: error: ‘sqlite’ was not declared in this scope
  149. ./hdddb.h:127: error: ‘hdd_db’ was not declared in this scope
  150. ./hdddb.h:127: error: expected primary-expression before ‘char’
  151. ./hdddb.h:127: error: expected primary-expression before ‘char’
  152. ./hdddb.h:127: error: initializer expression list treated as compound expression
  153. ./hdddb.h:128: error: ‘sqlite’ was not declared in this scope
  154. ./hdddb.h:128: error: ‘hdd_db’ was not declared in this scope
  155. ./hdddb.h:128: error: expected primary-expression before ‘char’
  156. ./hdddb.h:128: error: expected primary-expression before ‘int’
  157. ./hdddb.h:128: error: initializer expression list treated as compound expression
  158. ./hdddb.h:129: error: ‘sqlite’ was not declared in this scope
  159. ./hdddb.h:129: error: ‘hdd_db’ was not declared in this scope
  160. ./hdddb.h:129: error: expected primary-expression before ‘char’
  161. ./hdddb.h:129: error: expected primary-expression before ‘char’
  162. ./hdddb.h:129: error: initializer expression list treated as compound expression
  163. ./hdddb.h:130: error: ‘sqlite’ was not declared in this scope
  164. ./hdddb.h:130: error: ‘hdd_db’ was not declared in this scope
  165. ./hdddb.h:130: error: expected primary-expression before ‘char’
  166. ./hdddb.h:130: error: expected primary-expression before ‘int’
  167. ./hdddb.h:130: error: initializer expression list treated as compound expression
  168. ./hdddb.h:131: error: ‘sqlite’ was not declared in this scope
  169. ./hdddb.h:131: error: ‘hdd_db’ was not declared in this scope
  170. ./hdddb.h:131: error: expected primary-expression before ‘char’
  171. ./hdddb.h:131: error: expected primary-expression before ‘char’
  172. ./hdddb.h:131: error: initializer expression list treated as compound expression
  173. ./hdddb.h:132: error: ‘sqlite’ was not declared in this scope
  174. ./hdddb.h:132: error: ‘hdd_db’ was not declared in this scope
  175. ./hdddb.h:132: error: expected primary-expression before ‘char’
  176. ./hdddb.h:132: error: expected primary-expression before ‘char’
  177. ./hdddb.h:132: error: expected primary-expression before ‘int’
  178. ./hdddb.h:132: error: expected primary-expression before ‘char’
  179. ./hdddb.h:132: error: initializer expression list treated as compound expression
  180. ldmm.cpp: In function ‘void printversion()’:
  181. ldmm.cpp:104: error: ‘sqlite_libversion’ was not declared in this scope
  182. ldmm.cpp: In function ‘int main(int, char**)’:
  183. ldmm.cpp:123: error: ‘sqlite’ was not declared in this scope
  184. ldmm.cpp:123: error: ‘jukebox_audiodb’ was not declared in this scope
  185. ldmm.cpp:412: error: ‘openDatabase’ was not declared in this scope
  186. ldmm.cpp:435: error: ‘sqlite_get_table’ was not declared in this scope
  187. ldmm.cpp:451: error: ‘sqlite_exec’ was not declared in this scope
  188. ldmm.cpp:468: error: ‘sqlite_free_table’ was not declared in this scope
  189. ldmm.cpp:479: error: ‘sqlite_get_table’ was not declared in this scope
  190. ldmm.cpp:495: error: ‘sqlite_exec’ was not declared in this scope
  191. ldmm.cpp:512: error: ‘sqlite_free_table’ was not declared in this scope
  192. ldmm.cpp:522: error: ‘sqlite_get_table’ was not declared in this scope
  193. ldmm.cpp:538: error: ‘sqlite_exec’ was not declared in this scope
  194. ldmm.cpp:555: error: ‘sqlite_free_table’ was not declared in this scope
  195. ldmm.cpp:566: error: ‘sqlite_get_table’ was not declared in this scope
  196. ldmm.cpp:606: error: ‘sqlite_get_table’ was not declared in this scope
  197. ldmm.cpp:657: error: ‘sqlite_free_table’ was not declared in this scope
  198. ldmm.cpp:666: error: ‘sqlite_get_table’ was not declared in this scope
  199. ldmm.cpp:710: error: ‘sqlite_free_table’ was not declared in this scope
  200. ldmm.cpp:718: error: ‘sqlite_get_table’ was not declared in this scope
  201. ldmm.cpp:763: error: ‘sqlite_free_table’ was not declared in this scope
  202. ldmm.cpp:771: error: ‘sqlite_get_table’ was not declared in this scope
  203. ldmm.cpp:817: error: ‘sqlite_free_table’ was not declared in this scope
  204. ldmm.cpp:825: error: ‘sqlite_get_table’ was not declared in this scope
  205. ldmm.cpp:865: error: ‘sqlite_free_table’ was not declared in this scope
  206. ldmm.cpp:878: error: ‘delPlaylist’ cannot be used as a function
  207. ldmm.cpp:911: error: ‘addPlaylist’ cannot be used as a function
  208. ldmm.cpp:941: error: ‘addPlaylist’ cannot be used as a function
  209. ldmm.cpp:955: error: ‘addMp3’ cannot be used as a function
  210. ldmm.cpp:993: error: ‘sqlite_get_table’ was not declared in this scope
  211. ldmm.cpp:1008: error: ‘sqlite_exec’ was not declared in this scope
  212. ldmm.cpp:1054: error: ‘delAlbumAndContent’ cannot be used as a function
  213. ldmm.cpp:1082: error: ‘delArtistAndContent’ cannot be used as a function
  214. ldmm.cpp:1110: error: ‘delGenreAndContent’ cannot be used as a function
  215. ldmm.cpp:1134: error: ‘closeDatabase’ cannot be used as a function
  216. make[1]: *** [ldmm.o] Error 1
  217. make[1]: Leaving directory `/home/draik/Desktop/ldmm-0.1.15/src'
  218. make: *** [install-recursive] Error 1

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right