Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. root@aquarius:/home/damiano/Downloads/stardict-3.0.1# make
  2. make all-recursive
  3. make[1]: Entering directory `/home/damiano/Downloads/stardict-3.0.1'
  4. Making all in m4
  5. make[2]: Entering directory `/home/damiano/Downloads/stardict-3.0.1/m4'
  6. make[2]: Nothing to be done for `all'.
  7. make[2]: Leaving directory `/home/damiano/Downloads/stardict-3.0.1/m4'
  8. Making all in src
  9. make[2]: Entering directory `/home/damiano/Downloads/stardict-3.0.1/src'
  10. Making all in lib
  11. make[3]: Entering directory `/home/damiano/Downloads/stardict-3.0.1/src/lib'
  12. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -Wall -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -g -O2 -MT data.o -MD -MP -MF .deps/data.Tpo -c -o data.o data.cpp
  13. data.cpp: In destructor ‘DictBase::~DictBase()’:
  14. data.cpp:40: error: ‘fclose’ was not declared in this scope
  15. data.cpp: In member function ‘gchar* DictBase::GetWordData(guint32, guint32)’:
  16. data.cpp:50: error: ‘fseek’ was not declared in this scope
  17. data.cpp:57: error: ‘fread’ was not declared in this scope
  18. data.cpp:108: error: ‘strlen’ was not declared in this scope
  19. data.cpp:109: error: ‘memcpy’ was not declared in this scope
  20. data.cpp:147: error: ‘memcpy’ was not declared in this scope
  21. data.cpp:170: error: ‘memcpy’ was not declared in this scope
  22. data.cpp:174: error: ‘fread’ was not declared in this scope
  23. data.cpp:177: error: ‘memcpy’ was not declared in this scope
  24. data.cpp: In member function ‘bool DictBase::SearchData(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, guint32, guint32, gchar*)’:
  25. data.cpp:196: error: ‘fseek’ was not declared in this scope
  26. data.cpp:198: error: ‘fread’ was not declared in this scope
  27. data.cpp:220: error: ‘strlen’ was not declared in this scope
  28. data.cpp:227: error: ‘strlen’ was not declared in this scope
  29. data.cpp:275: error: ‘strstr’ was not declared in this scope
  30. data.cpp:282: error: ‘strlen’ was not declared in this scope
  31. make[3]: *** [data.o] Error 1
  32. make[3]: Leaving directory `/home/damiano/Downloads/stardict-3.0.1/src/lib'
  33. make[2]: *** [all-recursive] Error 1
  34. make[2]: Leaving directory `/home/damiano/Downloads/stardict-3.0.1/src'
  35. make[1]: *** [all-recursive] Error 1
  36. make[1]: Leaving directory `/home/damiano/Downloads/stardict-3.0.1'
  37. make: *** [all] Error 2
  38.  
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement