Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing eps/ folder #2

Open
pukster opened this issue Jun 11, 2013 · 3 comments
Open

Missing eps/ folder #2

pukster opened this issue Jun 11, 2013 · 3 comments

Comments

@pukster
Copy link

pukster commented Jun 11, 2013

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

@lmat
Copy link

lmat commented Aug 6, 2013

I had the same problem and the title of your last post, "Missing eps/ folder" alerted me to the solution:

(cd images && mkdir eps)!

@cptdeadbones
Copy link

Thank you lmat!

@ladyfrauke
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants