install question
David Gutman
dagutman at gmail.com
Fri Mar 30 15:48:22 EDT 2012
Ok thanks! I figured there was some standard about not pushing certain
files (like configure) to the main git repository.
Also is there any documentation anywhere for the python-tools? Or do
I have to just figure it out from doing a dir(python-tools) or
whatever and walk through the functions?
Also is there anything out there that does the following.. ( i saw
some postings on tiffsplit... but only want to "spit" out the first
layer)
1) Open SVS file
2) Write out layer 1 or 2 (or whatever) as a single BIGTIFF image
I saw there's a write_as_png or something that will write out a
cropped area from a given layer.. just trying to do something similar
in an "all" python way (And also want to write a TIFF and not PNG).
On Fri, Mar 30, 2012 at 3:26 PM, Benjamin Gilbert <bgilbert at cs.cmu.edu> wrote:
> On 03/29/2012 11:13 PM, David Gutman wrote:
>> AttributeError: /usr/local/lib/libopenslide.so.0: undefined symbol:
>> openslide_get_level_count
>
> The Git version of OpenSlide introduces some new functions that are
> already being used by the Git version of OpenSlide Python. You will
> need to install OpenSlide from Git.
>
>> Also.. when I tried to pull directly using git pull ...(git clone
>> git://github.com/openslide/openslide.git
>> ) there was no ./configure script included .... the only way I could
>> build was by pulling the tarball directly.
>
> configure scripts are typically not checked into source repositories.
> Projects will often provide an autogen.sh or bootstrap.sh script to
> generate configure and related files. If neither is present, as with
> OpenSlide, you can generate configure by running "autoreconf -i". You
> will need Autoconf, Automake, and Libtool installed.
>
> --Benjamin Gilbert
> _______________________________________________
> openslide-users mailing list
> openslide-users at lists.andrew.cmu.edu
> https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users
--
David A Gutman, M.D. Ph.D.
Assistant Professor of Biomedical Informatics
Senior Research Scientist, Center for Comprehensive Informatics
Emory University School of Medicine
More information about the openslide-users
mailing list