Advertisement
Guest User

Untitled

a guest
May 7th, 2010
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/tmp/yaourt-tmp-ryan/aur-italc/italc/src/italc-1.0.9'
  3. Making all in lib
  4. make[2]: Entering directory `/tmp/yaourt-tmp-ryan/aur-italc/italc/src/italc-1.0.9/lib'
  5. if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./include -I.. -march=i686 -mtune=generic -O2 -pipe -I/usr/include -I/usr/include -I/usr/include -I/usr/include/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -march=i686 -mtune=generic -O2 -pipe -I/usr/include -g -O2 -Wall -fPIC -fno-strict-aliasing -MT dsa_key.o -MD -MP -MF ".deps/dsa_key.Tpo" -c -o dsa_key.o `test -f './src/dsa_key.cpp' || echo './'`./src/dsa_key.cpp; \
  6. then mv -f ".deps/dsa_key.Tpo" ".deps/dsa_key.Po"; else rm -f ".deps/dsa_key.Tpo"; exit 1; fi
  7. In file included from ./include/dsa_key.h:49:0,
  8. from ./src/dsa_key.cpp:46:
  9. ./include/types.h:33:9: error: ‘uint32_t’ does not name a type
  10. In file included from ./include/isd_base.h:37:0,
  11. from ./include/local_system.h:31,
  12. from ./src/dsa_key.cpp:47:
  13. ./include/italc_rfb_ext.h:55:2: error: ‘Q_UINT32’ does not name a type
  14. ./include/italc_rfb_ext.h:56:2: error: ‘Q_UINT32’ does not name a type
  15. In file included from ./include/local_system.h:31:0,
  16. from ./src/dsa_key.cpp:47:
  17. ./include/isd_base.h:240:59: error: non-local function ‘<anonymous struct>::msg::msg(socketDevice*, <anonymous struct>::commands)’ uses anonymous type
  18. ./include/isd_base.h:246:66: error: non-local function ‘<anonymous struct>::msg&<anonymous struct>::msg::addArg(const QString&, const QVariant&)’ uses anonymous type
  19. ./include/isd_base.h:252:41: error: non-local function ‘QVariant<anonymous struct>::msg::arg(const QString&) const’ uses anonymous type
  20. ./include/isd_base.h:257:19: error: non-local function ‘bool<anonymous struct>::msg::send()’ uses anonymous type
  21. ./include/isd_base.h:266:23: error: non-local function ‘<anonymous struct>::msg&<anonymous struct>::msg::receive()’ uses anonymous type
  22. make[2]: *** [dsa_key.o] Error 1
  23. make[2]: Leaving directory `/tmp/yaourt-tmp-ryan/aur-italc/italc/src/italc-1.0.9/lib'
  24. make[1]: *** [all-recursive] Error 1
  25. make[1]: Leaving directory `/tmp/yaourt-tmp-ryan/aur-italc/italc/src/italc-1.0.9'
  26. make: *** [all] Error 2
  27. ==> ERROR: Build Failed.
  28. Aborting...
  29. Error: Makepkg was unable to build italc package.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement