Re: [Lazarus] Running and compiling Pasic IDE on Linux

2008-08-24 Thread Henry Vermaak
2008/8/24 Ciprian Mustiata [EMAIL PROTECTED]:
   Hi Henry,


  I was tested this setup on OpenSuse 11, but if you have another distribution 
 it should run as well:

 1.  Be sure that you have installed mono. Run in your terminal: mono and if 
 it is not found as command look on your distribution how to install mono. For 
 instance on Debian based distros is: apt-get install mono, on RedHat based: 
 yum install mono, etc.
  1b) You may take the source code and make:  configure  make  su (switch as 
 root) and make install
 2. run it as: mono Pasic.exe. Some distribuitions offer a sub-bundle of mono, 
 and skips parts like Windows.Forms from it. You should install them 
 separately if you will get a System.Windows.Forms exception

 To compile it you should download RemObjects Oxygene, then go to where you 
 found the project named: Pasic.oxygene in the source-code and write in the 
 command line:
 mono path to Oxygene.exe compiler Pasic.oxygene

 It should generate in bin/Release/Pasic.exe compatible executable.


thanks, i'll try.

henry
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Running and compiling Pasic IDE on Linux

2008-08-24 Thread Mattias Gaertner
On Sun, 24 Aug 2008 17:48:20 +0100
Henry Vermaak [EMAIL PROTECTED] wrote:

 2008/8/24 Ciprian Mustiata [EMAIL PROTECTED]:
Hi Henry,
 
 
   I was tested this setup on OpenSuse 11, but if you have another
  distribution it should run as well:
 
  1.  Be sure that you have installed mono. Run in your terminal:
  mono and if it is not found as command look on your distribution
  how to install mono. For instance on Debian based distros is:
  apt-get install mono, on RedHat based: yum install mono, etc. 1b)
  You may take the source code and make:  configure  make  su
  (switch as root) and make install 
  2. run it as: mono Pasic.exe.

I tried that under ubuntu and it gives:
** (Pasic.exe:2388): WARNING **: The following assembly referenced
from Pasic.exe could not be loaded:
Assembly:   System.Windows.Forms(assemblyref_index=4)

Where can I get this?


  Some distribuitions offer a sub-bundle of mono, and skips parts
  like Windows.Forms from it. You should install them separately if
  you will get a System.Windows.Forms exception
 
  To compile it you should download RemObjects Oxygene, then go to
  where you found the project named: Pasic.oxygene in the source-code
  and write in the command line: mono path to Oxygene.exe compiler
  Pasic.oxygene
 
  It should generate in bin/Release/Pasic.exe compatible executable.



Mattias
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus