"/bin/bash: no: command not found" when building gtk
by coltson from LinuxQuestions.org on (#5GQPZ)
When compiling gtk, towars the end of the building process, this error message shows:
Code:Making all in demos
make[2]: Entering directory `/media/34GB/Arquivos-de-Programas-Linux/gtk+-2.24.0/demos'
no --raw --build-list \
apple_red ./apple-red.png \
gnome_foot ./gnome-foot.png \
> test-inline-pixbufs.h \
|| (rm -f test-inline-pixbufs.h && false)
/bin/bash: no: command not found
make[2]: *** [test-inline-pixbufs.h] Error 1Not much idea of the possible cause, so I am accepting any suggestions.


Code:Making all in demos
make[2]: Entering directory `/media/34GB/Arquivos-de-Programas-Linux/gtk+-2.24.0/demos'
no --raw --build-list \
apple_red ./apple-red.png \
gnome_foot ./gnome-foot.png \
> test-inline-pixbufs.h \
|| (rm -f test-inline-pixbufs.h && false)
/bin/bash: no: command not found
make[2]: *** [test-inline-pixbufs.h] Error 1Not much idea of the possible cause, so I am accepting any suggestions.