Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. hGraph.cpp:16: error: redefinition of ‘int Goblin_Mixed_Graph_Cmd’
  2. include/gosh.h:76: error: ‘int Goblin_Mixed_Graph_Cmd’ previously defined here
  3. shell_src/goshGraph.cpp:16: error: ‘ClientData’ was not declared in this scope
  4. shell_src/goshGraph.cpp:16: error: ‘Tcl_Interp’ was not declared in this scope
  5. shell_src/goshGraph.cpp:16: error: ‘interp’ was not declared in this scope
  6. shell_src/goshGraph.cpp:17: error: expected primary-expression before ‘int’
  7. shell_src/goshGraph.cpp:17: error: expected primary-expression before ‘const’
  8. In file included from include/abstractMixedGraph.h:20,
  9. from include/goblin.h:23,
  10. from include/gosh.h:13,
  11. from shell_src/goshGraph.cpp:13:
  12. include/indexSet.h: In member function ‘char* indexSet<TItem>::Display() const [with TItem = long unsigned int]’:
  13. shell_src/goshGraph.cpp:3582: instantiated from here
  14. include/indexSet.h:42: warning: deprecated conversion from string constant to ‘char*’
  15. include/indexSet.h:44: warning: deprecated conversion from string constant to ‘char*’
  16. shell_src/goshGraph.cpp:3582: instantiated from here
  17. include/indexSet.h:58: warning: deprecated conversion from string constant to ‘char*’
  18. include/indexSet.h:71: warning: deprecated conversion from string constant to ‘char*’
  19. make: *** [shell_src/goshGraph.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement