Re: Re:[Mono-devel-list] Unable to build mono-tools

2005-07-23 Thread Paul F. Johnson
Hi, ln -s /usr/lib/pkgconfig/gtk-sharp-2.0.pc /usr/lib/pkgconfig/gtk-sharp.pc mbuild need gtk-sharp.pc But gtk-sharp-svn have gtk-sharp-2.0.pc Nope, that's not done it. Still getting the same error of GTK_SHARP not being found. TTFN Paul -- Some people will do anything for a woman in

Re: [Mono-devel-list] monodevelop-GtkSourceView-CRITICAL

2005-07-28 Thread Paul F. Johnson
Hi, i am a new mono programmer, i buy Mono-a developer's notebook of O Reilly and i am studing it. It's a rather good book - my main problem with it is that it looks like a school book with those silly squares on the paper. I have installed on my linux slackware notebook the latest

Re: [Mono-devel-list] Hangs on System.IO.MonoIO:Write

2005-08-01 Thread Paul F. Johnson
Hi, I've got a C# app (developed tested on WinXP) which writes an ArrayList to a file, using a StreamWriter. The last line in the code is the call to StreamWriter.Close(). 75% of the time, the code runs flawlessly. Sporadically, though, it hangs on the call to System.IO.MonoIO:Write(). When

Re: [Mono-devel-list] Build issue with mono (svn build)

2005-08-02 Thread Paul F. Johnson
Hi, /usr/bin/ld: ../../libgc/.libs/libmonogc.a(pthread_support.o): relocation R_X86_64_TPOFF32 can not be used when making a shared object; recompile with -fPIC ../../libgc/.libs/libmonogc.a(pthread_support.o): could not read symbols: Bad value collect2: ld returned 1 exit status make[2]:

Re: [Mono-devel-list] Error Building

2005-08-03 Thread Paul F. Johnson
Hi, make[5]: Entering directory `/home/cmh/mcs' *** The compiler 'mcs' doesn't appear to be usable. *** The contents of your 'monolite' directory are out-of-date *** You may want to try 'make get-monolite-latest' Is it because I am trying to install to my home directory? Or is something

RE: [Mono-devel-list] Compiling from sources

2005-08-04 Thread Paul F. Johnson
Hi, svn is working fine from here. TTFN Paul -- Some people will do anything for a woman in uniform - The Doctor - Unregenerate (Big Finish audio) ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-devel-list] Re: Threading model

2005-08-05 Thread Paul F. Johnson
Hi, How do I use Control.Invoke within my code and I'm not sure this explains the r00t access the code gave me. And you really think that Mono gave you root access? ;-) No. I suspect a problem with the threading model or the kernel itself, but before I make a total gimboid of myself, I

Re: [Mono-devel-list] ByteFX mysql

2005-08-08 Thread Paul F. Johnson
Hi, The message is 'Main.cs(4) error CS0246: The namespace `ByteFx.Data' can not be found (missing assembly reference?)'. mcs filename.cs -r:ByteFX.Data My sql and C# is really easy - have a look at this using System; using System.Data using ByteFX.Data.MySqlClient; public class mysqlc {

Re: [Mono-dev] Re: [Mono-devel-list] Initial ARM JIT port in svn

2005-08-09 Thread Paul F. Johnson
Hi, I have no interest or plans to do a PocketPC port myself (if I had a pda I'd run a useful operating system on it, like Linux). Sure... Linux runs on every PDA out there That's not quite true - there are some that it refuses to run on due to problems with the interface and pointing

[Mono-dev] Adding data to a dataset question

2005-08-10 Thread Paul F. Johnson
Hi, I'm trying to add multiple lines to a dataset but keep hitting the same problem. Now, I can get around the problem, but I'm not happy with how I have to do it. The code looks like this private void FillDataSet() { // create a new

Re: [Mono-dev] Compiling mcs (Npgsql) failure

2005-08-21 Thread Paul F. Johnson
Hi, I first left out Npgsql because I thought I didn't need it and I was determined on having a working mcs. But as it turns out MonoDevelop needs it. Unless I'm missing something, npgsql isn't on this box, but monodevelop works happily. TTFN Paul -- A lot of football success is in the

Re: [Mono-dev] gtk-sharp bootstrap vs. bootstrap-2.4

2005-08-22 Thread Paul F. Johnson
Hi, I'm further confused by this information: http://www.all-the-johnsons.co.uk/mono/mono-compiling.html The build process for gtk-sharp is different to the other modules in mono. Instead of ./autogen.sh, there is the choice of ./bootstrap and ./bootstrap-2.4. The only difference is if

Re: [Mono-dev] gtk-sharp bootstrap vs. bootstrap-2.4

2005-08-22 Thread Paul F. Johnson
Hi, Things have changed and documentation hasn't been updated. I'll need to update my website then - can't have duff info on an unoffical board now can we? ;-p I've updated the monoupdater script to take these changes into account automagically if anyone is interested... TTFN Paul -- A lot

Re: [Mono-dev] Make install on Solaris 8

2005-08-23 Thread Paul F. Johnson
Hi Nit, I am running make install after a successful compile, but the problem is it keeps failing, and saying install-sh not found. install-sh should be in the root of the directory of each module (i.e. root of mono, root of gtk-sharp etc). A small favour. As you know, I have a page which

Re: [Mono-dev] Obtain the available memory

2005-08-25 Thread Paul F. Johnson
Hi, I have seen that the PerformanceCounter class is yet unimplemented in mono, yet, I would like to emulate with mono, the following code PerformanceCounter counter = new PerformanceCounter(Memory, Available Bytes); /code There is the possibility to resort to command-line and

Re: [Mono-dev] help: how to compile mono for arm or some link to download binary for ARM

2005-08-25 Thread Paul F. Johnson
Hi, or How Can I compile mono for ARM? The exact same way as with any other architecture: follow the instructions for building from svn. At this time the port can't build all of mcs/ and even if it could you likely don't want to do it, since ARM processors are quite slow, WHAT? Slow

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Paul F. Johnson
Hi, Run the attached code on the system you try to compile mcs tree. And tell us the results. (It prints some redundant information but why not. :) Not able to compile either (UK, UTF-8, 65001) TTFN Paul -- A lot of football success is in the mind. You must believe you are the best and then

[Mono-dev] msdn-browse

2005-08-30 Thread Paul F. Johnson
Hi, I noticed on the svn branch a nice little utility for browsing msdn without having to pratt about with the MSDN website. I've run makefile, but all I get back is this (the code fails to compile) Unhandled Exception: System.Exception: Trying to emit a local from a different ILGenerator. in

[Mono-dev] Bug Day

2005-09-01 Thread Paul F. Johnson
Hi, We had some good movement on this, but the idea seems to have gone dead. Are we going to have a Gnome style bug splatting day on the 3rd or 10th Sept? TTFN Paul -- A lot of football success is in the mind. You must believe you are the best and then make sure that you are. In my time at

Re: [Mono-dev] Bug Day

2005-09-02 Thread Paul F. Johnson
Hi, These faults don't have to be real ones either. Can you tell us more about this ? I don't understand how we could use fake bugs. Better known as googlies (from the cricket term). Basically, one of the developers reports a fault (under an assumed name of course) which on the surface

Re: [Mono-dev] Bug Day

2005-09-02 Thread Paul F. Johnson
Hi, As for me, the idea hasn't gone dead, i'm waiting for comments from key developers. However, bringing this on the mono mailing lists again is a good idea :-). Why not just immediately tuckle existing bugs? I have been fixing mcs bugs those days. I don't know much about mcs

Re: [Mono-dev] gcc/mcs problem - which is it?

2005-09-11 Thread Paul F. Johnson
Hi, Which Mono version did you install (make install) before you got that error? I always use the developer branch from svn. First occurance happened yesterday (10th Sept) and now compiles, but during a make install, it dies. It's now in bugzilla - Bug 76058 TTFN Paul -- A lot of football

Re: [Mono-dev] Mono runtime performance

2005-09-19 Thread Paul F. Johnson
HI, Anyway, the result was shocking! The mono runtime was about 67% slower than the microsoft runtime. Anybody know why? Without seeing the code, it could be anything. TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who

[Mono-dev] MapViewOfFile - I think there is a bug

2005-09-28 Thread Paul F. Johnson
Hi, According to MSDN, MapViewOfFile should be LPVOID MapViewOfFile( HANDLE hFileMappingObject, DWORD dwDesiredAccess, DWORD dwFileOffsetHigh, DWORD dwFileOffsetLow, SIZE_T dwNumberOfBytesToMap ); I have some code which looks like this dataView = MapViewOfFile(dataMap,

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Paul F. Johnson
Hi, I think mcs see /resource:resources/WebUIValidation.js as a file to compile... (because there's a slash before resource) It's compilable now. Nope. Can't get mcs to compile from source... System.Web.UI.WebControls/BoundField.cs(111,25): warning CS0114:

Re: [Mono-dev] mono X11 rendering

2005-10-14 Thread Paul F. Johnson
Hi, I am developing a simple applications using Thread class to change the color of the square (Lab assignment). Everything is working properly, except I have to drag or cls /opn the windows in linux to fix theThread and the only solutions to produce the color change. Threading mostly

Re: [Mono-dev] gtk-sharp ./configure quick question (Very puzzled)

2005-12-28 Thread Paul F. Johnson
Hi, /usr/include/vte/vte.h:35: error: syntax error before typedef Supposedly, there is a bug in recent vte releases that doesn't specify correct dependencies to pkg-config so that it can build correct CFLAGS values. I don't know if this has been filed upstream to the vte folks, but

Re: [Mono-dev] windows.forms crash under osX using darwinports

2006-01-08 Thread Paul F. Johnson
Hi, I got mono with all libs from darwinports. After fixing the dllmap in /opt/local/etc/mono/config I got it to run, but it crashes somewhere in memory management :(. I append a fairly detailed Crashreport from the osX CrashReporter below. Which version of mono are you using? TTFN

[Mono-dev] Printers

2006-01-09 Thread Paul F. Johnson
Hi, For a project I'm working on, I'll be needing to access a printer dialogue. It's been a while since I last looked at this area, so does anyone know the start of play with System.Printing? TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who

[Mono-dev] Instructions for compiling under Cygwin

2006-01-18 Thread Paul F. Johnson
Hi, Just to let you know, I've mirrored the ondotnet instructions for building mono from scratch on my website - that now means that I have mac, Linux and Win32 support for building. http://www.all-the-johnsons.co.uk/mono/monowindows.html TTFN Paul -- Logic, my dear Zoe, is merely the ability

[Mono-dev] mono-ikvm

2006-01-24 Thread Paul F. Johnson
Hi, Which source package contains mono-ikvm? TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Compiling monodoc

2006-03-09 Thread Paul F. Johnson
Hi, Just building monodoc and it's reporting that the type or namespace Cecil does not exist in the workspace mono - is this me or a problem in svn? TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who ___

[Mono-dev] svn down?

2006-03-30 Thread Paul F. Johnson
Hi, For the last couple of days I've not been able to reach the svn server from work. Is it down? I'm just checking to see if the problem is at our end. TTFN Paul -- Logic, my dear Zoe, is merely the ability to be wrong with authority - Dr Who ___

[Mono-dev] Oddity in C#

2007-06-29 Thread Paul F. Johnson
Hi, Got a bit of a strange one which I'm not sure about. Below is a bit of code I'm playing with... namespace bitcount { public bitcount { private uint BitCounter(uint u) { uint uCount; uCount = u - ((u 1) 0333) - ((u 2) 0111); return

Re: [Mono-dev] [final try] redhat support?

2007-07-19 Thread Paul F. Johnson
Is Mono supported on Redhat Kernel 2.6? Simple answer, yes. TTFN Paul -- Get your free @ukpost.com account now http://www.ukpost.com/ ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] mbas

2007-11-14 Thread Paul F. Johnson
Hi, Are there any plans to remerge mbas back into the main mono tarballs? Also, last time I tried to build it, mbas wouldn't build under Linux - is this still the case? TTFN Paul -- Get your free @ukpost.com account now http://www.ukpost.com/ ___

[Mono-dev] Compiling mono on ppc64

2007-11-21 Thread Paul F. Johnson
Hi, I currently build and maintain a number of packages for the Fedora Linux distro and one of the things which I can't find a reason for is why on a PPC64, mono fails to build from source. Is there currently anything within mono which stops this from happening? TTFN Paul -- Get your free

Re: [Mono-dev] Compiling mono on ppc64

2007-11-21 Thread Paul F. Johnson
Hi, The current status is that you should be able to build a ppc (32-bit) Mono 1.2.6 on a ppc64 Linux host. This was tested on Debian, if additional changes to configure.in are necessary to make it work on Fedora please submit patches. If there is any other build failure, as usual

[Mono-dev] Mono under Wine/Crossover Office

2008-03-19 Thread Paul F. Johnson
Hi, Could anyone help me on this? I have mono-1.9r4 running under Fedora (as you'd expect) but need to be running sharpdevelop (I really need a SWF designer which Monodevelop can't do currently), so also have mono for windows installed. I've downloaded sharpdevelop-2 from sourceforge and have

[Mono-dev] Building mono-debugger 0.60 problem

2008-04-22 Thread Paul F. Johnson
Hi, I'm trying to build mono-debugger 0.60 on my F9 box (running on rawhide, but that's not really anything new and everything normally just builds). Besides a small patch needed to build the server on the backend (attached) I seem to be hitting a problem just building it. Is there a fix in the

Re: [Mono-dev] Mono 2.4 - Redhat - XCopy Possible?

2009-03-17 Thread Paul F. Johnson
Hi, Now Novell do not package mono for Redhat anymore so I was wondering what would be the best way forward? Mono 2.4 RC1 is available in Fedora rawhide, you could use that Someone on my team has been running the make file to compile Mono but is there a document that lists what is

[Mono-dev] Preview builds ignoring config parameters

2010-09-25 Thread Paul F. Johnson
Hi, I'm attempting to build mono-2.8 for fedora rawhide but keep hitting the same problem. The build gets to the end and then comes up with extracting debug info from /home/paul/rpmbuild/BUILDROOT/mono-2.8-1.fc15.i386/usr/lib/mono/2.0/mscorlib.dll.so *** ERROR: No build ID note found in

[Mono-dev] Problem building against mono-2.8

2010-10-06 Thread Paul F. Johnson
Hi, A bit of help would go down well here :) I'm doing a mass rebuild for fedora against mono-2.8 and have hit a bit of a problem. When I try to build gtk-sharp2 it looks like MONO_CAIRO_LIBS is not picking up that it's now in $(libdir)/mono/2.0 instead of $(libdir)/mono/1.0. Looking in the

[Mono-dev] Building mono-debugger

2010-10-09 Thread Paul F. Johnson
Hi, While running the configure script for mono-debugger-2.8 it is hitting a problem in that it is looking for monodis which vanished from mono-2.8 Is there a fix for this? Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-devel-list

[Mono-dev] Building mono-2.8 on 64 bit systems

2010-10-13 Thread Paul F. Johnson
Hi, I've submitted mono-2.8 to the fedora buildsys so it can go into rawhide. However, the buildsys is coming back with the following error sgen-cardtable.c:229:1: warning: 'collect_faulted_cards' defined but not used {standard input}: Assembler messages: {standard input}:24487: Error: @TLSLDM

[Mono-dev] log4net, ndoc and mono-2.8

2010-10-26 Thread Paul F. Johnson
Hi, Has anyone managed to get log4net to build with mono-2.8? It keeps hanging up and complaining here. ndoc is dead with the advent of mono-2.8. Is there something which can replace it that is OSS? TTFN Paul -- Vertraue mir, ich weiss, was ich mache...

[Mono-dev] Mono.Options

2010-11-16 Thread Paul F. Johnson
Hi, Is Mono.Options switched off in the 2.8 tarball? I'm not seeing it getting packaged at the end of the build (either with a RPM script or as a direct build) Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-devel-list mailing list

[Mono-dev] Porting db4o-tool to use Mono.Options rather than Mono.GetOption

2010-11-16 Thread Paul F. Johnson
Hi, I'm working out some bugs in db4o so that the upcoming version 8.0 will build out of the box on mono. Currently, it ships with its own version of Cecil, CecilFlowAnalysis and GetOptions. While I can live with the Cecil bits and pieces, GetOptions is dead in the water with mono-2.8 and (from

[Mono-dev] Problem building mono-2.8.1

2010-11-23 Thread Paul F. Johnson
Hi, Just working through the latest tarballs and have found I can't build due to the following /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net.Sockets/Socket_2_1.cs(488,69): error CS0117:

[Mono-dev] Sale of Novell

2010-11-23 Thread Paul F. Johnson
Hi, Now that Novell has been sold and along with it 882 patents either directly or indirectly to MS, can anyone give a definitive statement on what will happen with Mono and if the licences will remain the same? I don't want to see the sale mean the death of Mono, but with the future of SUSE

Re: [Mono-dev] Problem building mono-2.8.1

2010-11-24 Thread Paul F. Johnson
Hi, Is there a patch to fix this? I just pushed one: mono-2-8 79d5f2e There is a problem later on which the patch doesn't cater for... /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll (Location of the symbol related to previous warning)

[Mono-dev] Unable to build 2.8.1

2010-12-07 Thread Paul F. Johnson
Hi, I'm unable to build mono-2.8.1 due to the following ./System/System.Net.Sockets/Socket_2_1.cs(523,55): error CS0117: `System.Net.Sockets.SocketType' does not contain a definition for `Dgram' System.Net.Sockets/SocketType_2_1.cs(27,21): (Location of the symbol related to previous error)

[Mono-dev] Unable to build 2.8.1

2010-12-07 Thread Paul F. Johnson
Hi, I'm unable to build mono-2.8.1 due to the following ./System/System.Net.Sockets/Socket_2_1.cs(523,55): error CS0117: `System.Net.Sockets.SocketType' does not contain a definition for `Dgram' System.Net.Sockets/SocketType_2_1.cs(27,21): (Location of the symbol related to previous error)

[Mono-dev] mono.cecil

2010-12-08 Thread Paul F. Johnson
Hi, Mono.Cecil 0.9.4 has been released unto the world and works beautifully. Is there an eta for Mono.Cecil 1.0 and when it arrives, will it see an end to the myriad of packages bundling their own version of mono.cecil as well (e.g. monodevelop has it's own version)? TTFN Paul -- Vertraue mir,

[Mono-dev] mono.cecil

2010-12-19 Thread Paul F. Johnson
Hi, Mono.Cecil 0.9.4 has been released unto the world and works beautifully. Is there an eta for Mono.Cecil 1.0 and when it arrives, will it see an end to the myriad of packages bundling their own version of mono.cecil as well (e.g. monodevelop has it's own version)? TTFN Paul -- Vertraue mir,

[Mono-dev] Nant 0.91-alpha2 build problem on 64 bit system

2010-12-22 Thread Paul F. Johnson
Hi, I'm trying to build nant-0.91-alpha 2 on my x86_64 Fedora box. It gets so far and then gives me the following error /home/paul/rpmbuild/BUILD/nant-0.91-alpha2/src/NAnt.DotNet/NAnt.DotNet.build(25,18): Function call failed. Expression:

[Mono-dev] Unable to build Mono 2.10 RC4 on x86_64

2011-02-12 Thread Paul F. Johnson
Hi, I'm trying to build the latest release candidate for mono on my 64 bit box and it keeps moaning about an assert failure make[8]: Entering directory `/home/paul/rpmbuild/BUILD/mono-2.10/mcs/tools/gacutil' MCS [basic] gacutil.exe Inconsistency detected by ld.so: dl-deps.c: 623: