If you got "error CS0006: cannot find metadata file `Microsoft.JScript.dll'" When you run Winforms example(hello.cs) by 'mcs -pkg:dotnet' in openSUSE OS. you need download `Microsoft.JScript.dll' first, and put it with hello.cs together.
It can be download from:
download website
Sunday, April 6, 2008
Tuesday, April 1, 2008
Install Accerciser
When I run my accerciser program, It return me some errors like "no gtksourceview module" "IPython module error". Here, I write down my install step to resolve those problems:
- install gtksourceview-1.8.5
yast -i gtksourceview18
yast -i gtksourceview18-devel
- install Ipython
yast -i IPython
- install pygtksourceview
./configure
./make
./make install
(accerciser will return you “no gtksourceview module” if without this package)
- install accerciser
./configure –prefix /usr
./make
./make install
- run accerciser
./usr/bin/accerciser
Subscribe to:
Posts (Atom)