--
You received this message because you are subscribed to the Google Groups "Circos" group.
To post to this group, send email to circos-data-...@googlegroups.com.
To unsubscribe from this group, send email to circos-data-visual...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/circos-data-visualization?hl=en.
> > To unsubscribe from this group, send email to circos-data-visualization+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visual...@googlegroups.com.
Visit this group at http://groups.google.com/group/circos-data-visualization.
For more options, visit https://groups.google.com/groups/opt_out.
Based on this errorCircos::Font::get_label_size('font_file', '/Users/hsharma/Documents/circos-0.64/fonts/symbols/symbols.otf', 'size', 10, 'text', 'abc123') called at /Users/hsharma/Documents/circos-0.64/bin/../lib/Circos/Font.pm line 243
it looks like you're trying to use the symbols font to render the text "abc123". This font is special and doesn't define all characters.Can you run bin/gddiag to create this test image
On Thu, Jul 25, 2013 at 8:39 PM, Himanshu Sharma <hns...@gmail.com> wrote:
Hi Martin,Can you please help me with this. I am trying to read it everywhere in your posts and other places but I cannot seem to quite understand the solution for it.Thanks,Himanshu
On Thursday, July 25, 2013 7:32:53 PM UTC-4, Himanshu Sharma wrote:Hi Can anyone help? Were you able to get it working @Andrew . I really want to get it working.
Thanks,
Himanshu
--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visualization+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visual...@googlegroups.com.
Support for Zlib: yes
Support for PNG library: no
Support for JPEG library: yes
Support for VPX library: no
Support for TIFF library: no
Support for Freetype 2.x library: no
Support for Fontconfig library: no
Support for Xpm library: no
Support for pthreads: yes
--
You received this message because you are subscribed to the Google Groups "Circos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circos-data-visual...@googlegroups.com.
To post to this group, send email to circos-data-...@googlegroups.com.
Visit this group at http://groups.google.com/group/circos-data-visualization.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "Circos" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/circos-data-visualization/GrxhNtsMtxE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to circos-data-visual...@googlegroups.com.
Thanks Martin for your help!I did not change anything when I installed these and assumed all libraries can link together.It was a nightmare trying to locate where each default library is. So I deleted everything and re-installed circos at/usr/localand then all the additional packages at/usr/local/srcI then configured them all into: /usr/local (no src)e.g., ./configure --prefix=/usr/local/libpng-1.6.2
But the same problem!I can not find what are the default paths that libgd uses to look for libraries,however, since it can not see PNG I thought it worths to find where PNG libraries are since that was the only one I could find.This is what I have done:$ cd /usr/local/libpng-1.6.2/bin$ libpng-config --libdir/usr/local/binwhich probably means whatever "gdlib" is using as default, does not include /usr/local/bin!I have spent my whole day trying to figure how to fetch out other library paths and how to force gdlib to look into specific defaults paths but to no avail :(I greatly appreciate your feedback.
cd example
./run