hm@hm-PC:~/Downloads/pinta-1.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for pkg-config... /usr/bin/pkg-config
checking for xbuild... no
checking for mono... no
configure: error: XBuild not found
hm@hm-PC:~/Downloads/pinta-1.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
hm@hm-PC:~/Downloads/pinta-1.6$ make install
make: *** 没有规则可制作目标“install”。 停止。
hm@hm-PC:~/Downloads/pinta-1.6$
Reply Like 0 Favorite View the author
All Replies
lflflf
deepin
2020-05-08 00:16
#1
XBuild not found请用sudo apt install mono-xbuild
Reply Like 0 View the author
jingle
deepin
2020-05-08 00:33
#2
jingle@jingle:~$ apt-cache search pinta
microbiomeutil - Microbiome Analysis Utilities
wigeon - reimplementation of the Pintail 16S DNA anomaly detection utility
com.pintaproject.pinta - Simple drawing/painting program
但是安不起,请教高手,是哪里不对,有没有什么办法?谢谢!
hm@hm-PC:~/Downloads/pinta-1.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for pkg-config... /usr/bin/pkg-config
checking for xbuild... no
checking for mono... no
configure: error: XBuild not found
hm@hm-PC:~/Downloads/pinta-1.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
hm@hm-PC:~/Downloads/pinta-1.6$ make install
make: *** 没有规则可制作目标“install”。 停止。
hm@hm-PC:~/Downloads/pinta-1.6$