Paste #208093

   
pasted on 21.07.2021 10:11
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 221930
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
bash make.sh
compiling trunkd
In file included from src/trunkd.c:2:
src/trunk_structs.h:1:10: fatal error: zmq.h: Нет такого файла или каталога
 #include <zmq.h>
          ^~~~~~~
compilation terminated.
compiling trunk
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
src/trunk.c:5:10: fatal error: gtk/gtk.h: Нет такого файлР� или каталога
 #include <gtk/gtk.h>
          ^~~~~~~~~~~
compilation terminated.
done
Add Comment
Author