You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README makes reference to downloading it from then untarring it. I just downloaded the zip file from here and moved it to /tmp/bplan, then issued the commande ./build.sh but I get the following error (note I tried with './build.sh' and 'sudo ./build.sh'
make -C images
make[1]: Entering directory /tmp/bplan/images' convert hpl108s.jpg eps/hpl108s.eps convert: unable to open imageeps/hpl108s.eps': _��@� @ error/blob.c/OpenBlob/2489.
convert: unable to open image eps/hpl108s.eps':�^ ��^ ���� @ error/blob.c/OpenBlob/2489. make[1]: *** [hpl108s.eps] Error 1 make[1]: Leaving directory/tmp/bplan/images'
make: *** [images] Error 2
rm: cannot remove plan.out.ps': No such file or directory rm: cannot removeplan.pdf': No such file or directory
make -C images
make[1]: Entering directory /tmp/bplan/images' convert hpl108s.jpg eps/hpl108s.eps convert: unable to open imageeps/hpl108s.eps': _��@� @ error/blob.c/OpenBlob/2489.
convert: unable to open image eps/hpl108s.eps': � �_� �п @ error/blob.c/OpenBlob/2489. make[1]: **\* [hpl108s.eps] Error 1 make[1]: Leaving directory /tmp/bplan/images'
make: *** [images] Error 2
The text was updated successfully, but these errors were encountered:
I had to add the absolute paths to the .tex file. The eps graphics are in the images/ folder, not images/eps. After changing it manually, it worked for me.
The README makes reference to downloading it from then untarring it. I just downloaded the zip file from here and moved it to /tmp/bplan, then issued the commande ./build.sh but I get the following error (note I tried with './build.sh' and 'sudo ./build.sh'
make -C images
make[1]: Entering directory
/tmp/bplan/images' convert hpl108s.jpg eps/hpl108s.eps convert: unable to open image
eps/hpl108s.eps': _��@� @ error/blob.c/OpenBlob/2489.convert: unable to open image
eps/hpl108s.eps':�^ ��^ ���� @ error/blob.c/OpenBlob/2489. make[1]: *** [hpl108s.eps] Error 1 make[1]: Leaving directory
/tmp/bplan/images'make: *** [images] Error 2
rm: cannot remove
plan.out.ps': No such file or directory rm: cannot remove
plan.pdf': No such file or directorymake -C images
make[1]: Entering directory
/tmp/bplan/images' convert hpl108s.jpg eps/hpl108s.eps convert: unable to open image
eps/hpl108s.eps': _��@� @ error/blob.c/OpenBlob/2489.convert: unable to open image
eps/hpl108s.eps': � �_� �п @ error/blob.c/OpenBlob/2489. make[1]: **\* [hpl108s.eps] Error 1 make[1]: Leaving directory
/tmp/bplan/images'make: *** [images] Error 2
The text was updated successfully, but these errors were encountered: