Hi Teshome,

The commands in that version of the INSTALL documenation are out of
order, unfortunately. Sorry about that, I am fixing that today. You
should first run the perl -MCPAN command to get SenseClusters and the
CPAN components, and then you can do the External install.

Here's a preview of the new instructions - note that you'll need to
locate your .cpan directory to find the sources. That's usually in
your home directory as shown below (or the root home).

NAME
    INSTALL Installation instructions for SenseClusters

SYNOPSIS
    If you have su or sudo access, you should be able to install and test
    the installation of SenseClusters via automatic download from CPAN as
    follows:

      # install SenseClusters and all dependent CPAN modules
      perl -MCPAN -e 'install Bundle::Text::SenseClusters';

      # install cluto and SVDPACKC (included in SenseClusters)
      cd ~/.cpan/build/Text-SenseClusters-[insert_version]
      cd External
      csh ./install.sh /usr/local/bin
      cd ~

      # run SC test cases (note that location of cpan build
      # directory might vary on your system.

      cd ~/.cpan/build/Text-SenseClusters-[insert_version]
      cd Testing
      csh ./ALL-TESTS.sh
      cd ~

    This assumes that /usr/local/bin is in your PATH and is your preferred
    location for user installed executable scripts. If it is not, substitute
    your perferred directory here.

Hope this helps,
Ted

On Sat, Mar 29, 2008 at 2:23 AM, Teshome Kassie <[EMAIL PROTECTED]> wrote:
> Hello Ted;
> I coudn't use your SenseClusters in doing my thesis. The reason is that the
> problem of installing it to my PC. I have seen from the internet Bundle Text
> SenseClusters from the web. As I understood the whole requirement is bundled
> with the above to install it. From installation instruction, It says before
> installing Bundle Text SenseClusters it is necessary to install external
> packages CLUTO & SVDPACKC which  could be installed by the following script
> which is provided:
> cd External
> csh ./ALL-TESTS.sh INSTALLDIR
> cd ..
> But I couldn't get the script to use for installing the external packages.
> So could you help me to get it.
> In Addition, Please instruct me in detail how to install all the required
> components of SenseClusters in order to use it for the language to apply for
> sense discrimination in a corpus of specific domain.
> Teshome.
>
>
>
> Ted Pedersen <[EMAIL PROTECTED]> wrote:
> Hi Teshome,
>
> I'm afraid I'm not sure what the problem is here. PDL is supported by
> another group, so perhaps you could contact them and ask about the
> error. You can find their mailing list at :
>
> http://pdl.perl.org/maillists/
>
> I am currently using PDL 2.4.1 which is a few versions behind 2.4.3,
> but I wouldn't think there would be that much difference between them.
> This is also the version being used for the SenseClusters web
> interface.
>
> Good luck!
> Ted
>
>
> On Dec 5, 2007 10:17 AM, Teshome Kassie wrote:
> > Dear Sir;
> >
> > I tried to install PDL on my machine so many times according to your
> > instruction to use SenseClusters. The commands I used are as follows with
> > csh prompt:
> >
> > perl -MCPAN -e shell
> > cpan> install PDL
> > then I followed with answering to install for dependencies accordingly.
> > finally I end up with the following error.
> > XXXXXXXXXX Processing gl.h
> > Running cpp on /usr/include/GL/gl.h
> > *** CPP command: gcc -E -P -DGL_MESA_program_debug=0 -D_REENTRANT
> > -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> > -I/usr/local/include -I/usr/include/gdbm -D_REENTRANT -D_GNU_SOURCE
> > -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -I/usr/include/gdbm -D_LANGUAGE_C -DAPIENTRY='' tmp_gl.h |
> > open_fencestr = '11HdyTbIVg6s'; close_fencestr = '23Cnba1nbf31'
> > rawfile has 1807 lines...
> > SUB CPP: Returning 1503 lines...
> > XXXXXXXXXX Processing glx.h
> > Running cpp on /usr/include/GL/glx.h
> > *** CPP command: gcc -E -P -DGL_MESA_program_debug=0 -D_REENTRANT
> > -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> > -I/usr/local/include -I/usr/include/gdbm -D_REENTRANT -D_GNU_SOURCE
> > -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -I/usr/include/gdbm -D_LANGUAGE_C -DAPIENTRY='' tmp_glx.h |
> > open_fencestr = '11HdyTbIVg6s'; close_fencestr = '23Cnba1nbf31'
> > rawfile has 5970 lines...
> > SUB CPP: Returning 225 lines...
> > XXXXXXXXXX Processing glu.h
> > Running cpp on /usr/include/GL/glu.h
> > *** CPP command: gcc -E -P -DGL_MESA_program_debug=0 -D_REENTRANT
> > -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> > -I/usr/local/include -I/usr/include/gdbm -D_REENTRANT -D_GNU_SOURCE
> > -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> > -I/usr/include/gdbm -D_LANGUAGE_C -DAPIENTRY='' tmp_glu.h |
> > open_fencestr = '11HdyTbIVg6s'; close_fencestr = '23Cnba1nbf31'
> > rawfile has 1874 lines...
> > SUB CPP: Returning 137 lines...
> > cp OpenGL.pm ../../../blib/lib/PDL/Graphics/OpenGL.pm
> > /usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap
> > /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap
> > /root/.cpan/build/PDL-2.4.3/Basic/Core/typemap.pdl OpenGL.xs > OpenGL.xsc
> > && mv OpenGL.xsc OpenGL.c
> > Error: No OUTPUT definition for type 'GLvoid', typekind 'T_VOID' found in
> > OpenGL.xs, line 7547
> > make[3]: *** [OpenGL.c] Error 1
> > make[3]: Leaving directory
> > `/root/.cpan/build/PDL-2.4.3/Graphics/TriD/OpenGL'
> > make[2]: *** [subdirs] Error 2
> > make[2]: Leaving directory `/root/.cpan/build/PDL-2.4.3/Graphics/TriD'
> > make[1]: *** [subdirs] Error 2
> > make[1]: Leaving directory `/root/.cpan/build/PDL-2.4.3/Graphics'
> > make: *** [subdirs] Error 2
> > /usr/bin/make -- NOT OK
> > Running make test
> > Can't test without successful make
> > Running make install
> > make had returned bad status, install seems impossible
> >
> > cpan>
> >
> > Any help to find out what the error is?
> >
> > Can I use to install locally by downloading PDL, which version ?
> >
> > With Regards;
> >
> > Teshome
> >
> >
> >
> > ________________________________
> > Looking for last minute shopping deals? Find them fast with Yahoo! Search.
>
>
>
> --
> Ted Pedersen
> http://www.d.umn.edu/~tpederse
>
>
>
>  ________________________________
> You rock. That's why Blockbuster's offering you one month of Blockbuster
> Total Access, No Cost.



-- 
Ted Pedersen
http://www.d.umn.edu/~tpederse

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
senseclusters-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/senseclusters-users

Reply via email to