[Lazarus] Lazreport patch
Michael Van Canneyt
michael at freepascal.org
Mon Aug 25 11:02:02 CEST 2008
On Sun, 24 Aug 2008 17:48:20 +0100
"Henry Vermaak" <henry.vermaak at gmail.com> wrote:
> 2008/8/24 Ciprian Mustiata <ciprian.mustiata at yahoo.com>:
> > 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
More information about the Lazarus
mailing list