-
Notifications
You must be signed in to change notification settings - Fork 256
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
Warning: using box for unknown shape cylinder #84
Comments
On Mac OS X 10.10.5 (Yosemite), I got the same error after installing with "brew install graphviz". The HEAD (81fc9e8) works when installing "brew install --HEAD graphviz" but needs to have autogen.sh fixed so that "AR_FLAGS=cr" instead of "AR_FLAGS=crD". dot says "graphviz version 2.39.20161205.1853". |
I've removed the over-ride. Hopefully the system defaults will be correct. How did this get to be reported against issue #84 ? John |
After I ran into the problem with the default Homebrew formula for graphviz (version 2.38.0), I searched the issues for "Warning: using box for unknown shape cylinder" and this issue popped up. Hope that's what you were asking about. |
No problem, but it would be better next time if you would create a new issue the topic is different.
https://github.com/ellson/graphviz/issues
Thanks very much for the report. I've committed a change which I hope fixes it. If not, please feel free to reply to this thread, this time :-)
John
… On December 7, 2016 at 1:28 PM Russ Tokuyama ***@***.***> wrote:
After I ran into the problem with the default Homebrew formula for graphviz (version 2.38.0), I searched the issues for "Warning: using box for unknown shape cylinder" and this issue popped up. Hope that's what you were asking about.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub #84 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/ABcTPZyOl00QUQz9e_voQyjrh9WVK3rTks5rFvq0gaJpZM4IRI6c .
|
Apologies for piggy-backing on this issue. I assumed that the issue's title was close enough. Now I see from your comment and a re-read of the original comment how I was mistaken. While I experienced the same error message, my first comment didn't address the original comment's question of when would there be a newer release. With your feedback, I can see that this issue's title doesn't match with "fix" that I suggested. My "fix" addresses the problem of HEAD not compiling on Macs. A new issue with a title something like "HEAD doesn't compile on Mac OS X" would be more useful. Especially, given the comment in autogen.sh about the "D" option being added. Thanks for the feedback and useful tool. |
Running into cylinder not known shape with /usr/local/Cellar/graphviz/2.40.1.. Brewing from head fails: |
Are you geting a build error, or a runtime error? I'm confused. I've no idea what "lnreplace" is, and there is no "lib qfrexp" in "lib/sfio/features/sfio" The command: works for me with: 2.41.20170215.1739 (Although, something has changed recently with Fedora dnf rpm install ordering, so I needed to run "sudo dot -c" after install. Hopefully I've got this fixed in the next build.) |
Elison, I am getting that error when I run $ brew install --HEAD graphviz. full ouput is
|
The "lib qfrexp" reference was removed last month (commit# 187898e) It sounds like you have some "brew": script that is not a part of graphviz, that needs to be updated. And please stop piggy-backing these bug reports. |
Not a graphviz bug. |
On linux debian stable version 2.38.0-17, the cylinder is not working. It may be fixed using buster (testing) release 2.40.1-5+b1. However, another problem I've noticed on linux is about URLs, even with last available version, links to websites do not work. |
The repository for graphviz has been moved to
https://gitlab.com/graphviz/graphviz
The code on github is stale and no longer maintained.
The home page is at https://graphviz.org/
Coulf you provide more details on which URLs are not working?
John
…On Thu, Nov 15, 2018, 20:21 Cleber Jorge Amaral ***@***.*** wrote:
On linux debian stable version 2.38.0-17, the cylinder is not working, it
may be fixed using buster (testing) version)
2.40.1-5+b1.
However, another problem I've noticed on linux is about URLs, even with
last available version, links to websites do not work.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABcTPbZteNtiP2_TS_D-Vf6Rz7VWS17yks5uvhMPgaJpZM4IRI6c>
.
|
Hi John, It was my mistake. To fix the problem I moved from <img src="mysvg.svg"> to <object data="mysvg.svg" type="image/svg+xml"> what makes url links work well. More details: https://stackoverflow.com/questions/4476526/do-i-use-img-object-or-embed-for-svg-files and https://stackoverflow.com/questions/7008355/how-to-make-links-in-an-embedded-svg-file-open-in-the-main-window-not-in-a-sepa guru.nidi:graphviz-java:0.7.0 and target tag, are also working pretty well. I have compiled the last snapshot available on graphviz web site (graphviz version 2.41.20171026.1811 (20171026.1811)) but I don't think it is necessary because svg file created by "2.40.1-5+b1" has xlink hrefs. Thanks for your attention! |
Warning: using box for unknown shape cylinder
Always getting this error with version 2.38...will there be an updated package?
The text was updated successfully, but these errors were encountered: