Advertisement
Guest User

Untitled

a guest
Jun 10th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. 1>------ Build started: Project: qt, Configuration: Debug Win32 ------
  2. 1>Build started 6/10/2012 4:39:16 PM.
  3. 1>InitializeBuildStatus:
  4. 1> Touching "Debug\qt.unsuccessfulbuild".
  5. 1>ClCompile:
  6. 1> main.cpp
  7. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory.hpp(77): error C4519: default template arguments are only allowed on a class template
  8. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory.hpp(130): error C4519: default template arguments are only allowed on a class template
  9. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.hpp(59): error C4519: default template arguments are only allowed on a class template
  10. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.hpp(93): error C4519: default template arguments are only allowed on a class template
  11. 1> iview_factory_unit_test.cpp
  12. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory.hpp(77): error C4519: default template arguments are only allowed on a class template
  13. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory.hpp(130): error C4519: default template arguments are only allowed on a class template
  14. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.hpp(59): error C4519: default template arguments are only allowed on a class template
  15. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.hpp(93): error C4519: default template arguments are only allowed on a class template
  16. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.cpp(5): error C2552: 'bit_aligned_table' : non-aggregates cannot be initialized with initializer list
  17. 1> 'std::map<_Kty,_Ty>' : Types with a base are not aggregate
  18. 1> with
  19. 1> [
  20. 1> _Kty=int,
  21. 1> _Ty=QString
  22. 1> ]
  23. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.cpp(6): error C2078: too many initializers
  24. 1>c:\chhenning\stereomatching\gil_with_qt_adaptor\iview_factory_unit_test.cpp(7): fatal error C1903: unable to recover from previous error(s); stopping compilation
  25. 1> Generating Code...
  26. 1>
  27. 1>Build FAILED.
  28. 1>
  29. 1>Time Elapsed 00:00:05.58
  30. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement