Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-nab-dev] Installing NAB/MWT on Eclipse Galileo success, but can't using it

Hi,

2009/8/14 Shigeki Moride <moride.shigeki@xxxxxxxxxxxxxx>:

> It seems no jni module in mwt side.
> Please make runtime and mwt_java module like this.

> http://www.eclipse.org/downloads/download.php?file=/dsdp/nab/0.9.9/README-en_US.8859-1.txt
>
>    (2) WideStudio/MWT installation
>        Unzip ws-v3.97.1-src.tar.gz and execute the following commands on the
>        console to install it.
>        It is offered by http://www.widestudio.org/EE/download.html.
>
>        $ cd <any directory>
>        $ tar -zxvf ws-v3.97.1-src.tar.gz
>        $ cd ws-v3.97-1/src
>        $ ./configure
>        $ make runtime

At this point I get this Error:
make[2]: *** [mwt_wrap.o] Error 1
make[2]: Leaving directory
`/debian-adatok-1/Programozas/Eclipse/Letoltott_Features/ws-v3.97-12/src/mwt_perl'
make[1]: [runtime] Error 2 (ignored)

Can we ignore this error?

>        $ make mwt_java
>        $ su
>        # make install
>
>        At the end, please add the "/usr/local/lib" path to LD_LIBRARY_PATH
>        environment variable.

$ mcedit ~/.profile
export LD_LIBRARY_PATH=/usr/local/lib

Eventually one must to relogin.

Now the creation of a NAB/MWT is working perfectly.

P.S.: For me the problem was that that I has no idea which version of
Eclipse must I install
with which version of MWT library to get the NAB/MWT perspective?

-- 
Regards, Paul Chany
http://csanyi-pal.info


Back to the top