Sunday, April 6, 2008

cannot find metadata file Microsoft.JScript.dll

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

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
download form http://sourceforge.net/project/showfiles.php?group_id=112429&package_id=121748&release_id=272585

./configure

./make

./make install

(accerciser will return you “no gtksourceview module” if without this package)

  • install accerciser
download from http://live.gnome.org/Accerciser

./configure –prefix /usr

./make

./make install

  • run accerciser

./usr/bin/accerciser