Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. ms@xmg ~/Schreibtisch/TMW/SAEdit/saedit2-master-700e5de83cc22e01ff37f81703b5d41aeb5eef09 $ ./configure
  2. bash: ./configure: Datei oder Verzeichnis nicht gefunden
  3. ms@xmg ~/Schreibtisch/TMW/SAEdit/saedit2-master-700e5de83cc22e01ff37f81703b5d41aeb5eef09 $ make
  4. gcc main.c -c -o main.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  5. gcc treefolderview/treefolderview.c -c -o treefolderview/treefolderview.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  6. gcc xml.c -c -o xml.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  7. gcc context.c -c -o context.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  8. gcc imageset.c -c -o imageset.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  9. gcc action.c -c -o action.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  10. gcc animation.c -c -o animation.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  11. gcc common.c -c -o common.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  12. gcc interactor.c -c -o interactor.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  13. gcc callbacks.c -c -o callbacks.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  14. gcc errors.c -c -o errors.o `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi
  15. gcc main.o treefolderview/treefolderview.o xml.o context.o imageset.o action.o animation.o common.o interactor.o callbacks.o errors.o -o saedit `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi `pkg-config --libs gtk+-3.0 gtksourceview-3.0` -rdynamic -Ltreefolderview
  16. gcc treefolderview/treefolderview.o -o glade/libsaedit.so `pkg-config --cflags gtk+-3.0 gtksourceview-3.0` -fPIC -Itreefolderview -Wall -Wdeclaration-after-statement -ansi `pkg-config --libs gtk+-3.0 gtksourceview-3.0` -rdynamic -Ltreefolderview -shared
  17. ms@xmg ~/Schreibtisch/TMW/SAEdit/saedit2-master-700e5de83cc22e01ff37f81703b5d41aeb5eef09 $ make install
  18. make: *** Keine Regel, um »install« zu erstellen. Schluss.
  19. ms@xmg ~/Schreibtisch/TMW/SAEdit/saedit2-master-700e5de83cc22e01ff37f81703b5d41aeb5eef09 $ ./saedit
  20.  
  21. (saedit:5722): Gtk-CRITICAL **: gtk_text_view_get_buffer: assertion 'GTK_IS_TEXT_VIEW (text_view)' failed
  22.  
  23. (saedit:5722): GtkSourceView-CRITICAL **: gtk_source_buffer_set_language: assertion 'GTK_SOURCE_IS_BUFFER (buffer)' failed
  24.  
  25. (saedit:5722): GtkSourceView-CRITICAL **: gtk_source_view_set_mark_attributes: assertion 'GTK_SOURCE_IS_VIEW (view)' failed
  26.  
  27. (saedit:5722): Gtk-CRITICAL **: gtk_widget_show_all: assertion 'GTK_IS_WIDGET (widget)' failed
  28.  
  29. (saedit:5722): Gtk-CRITICAL **: gtk_tree_view_get_model: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed
  30.  
  31. (saedit:5722): Gtk-CRITICAL **: gtk_tree_model_filter_get_model: assertion 'GTK_IS_TREE_MODEL_FILTER (filter)' failed
  32.  
  33. (saedit:5722): Gtk-CRITICAL **: gtk_tree_store_clear: assertion 'GTK_IS_TREE_STORE (tree_store)' failed
  34. Speicherzugriffsfehler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement