Re: [Mono-list] .so file not found in /usr/lib

2016-07-05 Thread Timotheus Pokorra
Hello Daniel, > This page: > http://www.mono-project.com/docs/advanced/pinvoke/ > tells me that /usr/lib is on the search path. Have also a look at http://www.mono-project.com/docs/advanced/pinvoke/dllnotfoundexception/ > Mono: DllImport error loading library 'libsword.so': > 'libicui18n.so.48:

Re: [Mono-list] Creating Animated GIFs

2016-06-30 Thread Timotheus Pokorra
Hello Chia, > during the past couple days I was trying to find out, whether there is a > proper C#/Mono solution to create an animated GIF (+ setting stay-time of > each frame). I would rather not use any libraries as ImageMagick. does this help?

Re: [Mono-dev] release 4.4? 4.2.4?

2016-06-14 Thread Timotheus Pokorra
> He said the 4.4 release for Linux will be ready when it is finished. > The release information is here: > https://releases.xamarin.com/stable-release-cycle-7/ I have built now the Mono 4.4.0.182 release for mono-opt, which can be installed on older Linux distributions as well. I also have

Re: [Mono-dev] release 4.4? 4.2.4?

2016-06-14 Thread Timotheus Pokorra
Hello Seif, > for that. I just updated now, and got some updates, but not 4.4.0, mono > is now at 4.2.4. What is going on here? Is 4.4 coming out soon? what is > new in 4.2.4? As far as I have heard on https://gitter.im/mono/mono, the "old Jenkins master was basically dying". In the process of a

Re: [Mono-list] Why is 0.1f + 0.2f - 0.3f produces such a large error number?

2016-05-17 Thread Timotheus Pokorra
> Does this mean one should not use C# when performing scientific > calculations? The above information is interesting. For financial calculations it is recommended to use System.Decimal I don't know about scientific calculations. Timotheus ___

Re: [Mono-dev] Diagnosing "Invalid IL code"

2016-05-12 Thread Timotheus Pokorra
Hello Gary, On 12 May 2016 at 06:52, Gary Briggs wrote: > I have some code that, when compiled with monodevelop [latest in Ubuntu > 15.10], throws an invalid IL code exception when run with mono. This same > code, when compiled with VS2015, does not throw said exception when

Re: [Mono-list] package management bug: cannot upgrade or install monodevelop

2016-04-23 Thread Timotheus Pokorra
Hello Manfred, >> I am on debian jessie (8.3) and have already installed mono-complete >> according the instructions given here: >> The following packages have unmet dependencies: >> monodevelop : Depends: libmono-corlib2.0-cil (>= 3.2.8) but it is not > going >> to be installed This sounds

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-18 Thread Timotheus Pokorra
Hello Eugene, > Good question. We are using Docker to run a microservices architecture for > our app. As such, we are dealing with a lot of docker containers, each > running a very small mono app (service). Sounds interesting! > Right now we have a full blown CentOS instance and mono runtime

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-17 Thread Timotheus Pokorra
Hello Eugene, > The static mono library (libmono-2.0.a) doesn’t appear in any package on the > official mono CentOS (download.mono-project.com/repo/centos). This prevents > us from using mkbundle –static in our CentOS environments. Is this on > purpose or are we just missing something? Also,

Re: [Mono-dev] WebRequest time out error

2016-01-30 Thread Timotheus Pokorra
> It failed immediately with Time Out error. The code is crashing on the line: > `HttpWebResponse response = (HttpWebResponse)request.GetResponse();` > > What is causing this to happen and how can I fix it? This reminds me of some issue I had some years ago. But I could not reproduce it anymore

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-07 Thread Timotheus Pokorra
Hello George, > Question First: > The main question I had for the Mono list is this. Is it possible to have > mono run Windows Forms code without trying to open X11 (I.e. headless mode)? > What triggers mono to request an X11 display? Is it the project type? Is it > the call to an object that

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-07 Thread Timotheus Pokorra
Hello Netgear, > -Mono(Mono.Mac not Xamarin.Mac) support is non existent.You can see this > forum is full of spam and rarely someone replies. I don't think the original poster is refering to Mono.Mac? X11 is not OSX ;) And the mono list itself is quite clean from spam. You are using the nabble

Re: [Mono-list] VB.NET Support in Mono 4.2.1?

2015-12-04 Thread Timotheus Pokorra
Hello George, I have not tried it myself for some time, but I believe some people are using my mono-basic-opt package. The sources of the spec file show how I compile it: https://github.com/tpokorra/lbs-mono/blob/master/mono-basic-opt/mono-basic-opt.spec. Please note that I only build for

Re: [Mono-list] systemd/journal bindings or api examples

2015-11-26 Thread Timotheus Pokorra
Hello Manfred, > I have a lot of tools, which evaluate logs - this becomes > "obsoleted" in face of systemd. The best solution for me > would some re-work - if there were any language bindings > to systemd, especially the journal. I don't know of such a tool, but you can still use syslog

Re: [Mono-dev] About porting Mono to aix

2015-11-20 Thread Timotheus Pokorra
Hello, > Recently I tried to port mono to IBM aix6.1 system, did any one try to do > this before, > > and I met a problem and I didn’t know how to fixed, on compiling runtime > module, it need > > a monolite to compile it, but I think there is not a supported version for > aix, where can I get the

Re: [Mono-list] Access to (recent) older versions of mono in the download.mono-project.com debian repository

2015-11-13 Thread Timotheus Pokorra
> out deployment broke again :( ). I'm really happy to see new versions > getting pushed, but we need to be able to make conscious decisions about > if/when to upgrade. You can comment the xamarin repo line in your /etc/apt sources list, so that it will not check for new updates.

Re: [Mono-dev] Buggered yum repo

2015-11-09 Thread Timotheus Pokorra
Hello Edward, > Error: Package: mono-devel-4.0.4.1-0.xamarin.1.x86_64 > (download.mono-project.com_repo_centos_) > >Requires: libc.so.6(GLIBC_2.15)(64bit) > > So then I thought, maybe you guys support on Centos but not RHEL? And I > looked at what's available in Centos ... Centos only

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-10-26 Thread Timotheus Pokorra
> First, have a look to see if there are any libraries out there that will > take the pain from generating the PDFs. If there isn't, have a look at any > command line programs that may be able to help. I am using pdfsharp on Mono for details see

Re: [Mono-list] Access to (recent) older versions of mono in the download.mono-project.com debian repository

2015-10-16 Thread Timotheus Pokorra
Hello River, > I really don't want our library versions changing arbitrarily with each > push. Is there some way to pin the package version, apart from distributing > the binary ourselves? which OS are you using? For CentOS, I just learnt yesterday about version locking with yum:

Re: [Mono-list] Mono latest version

2015-09-29 Thread Timotheus Pokorra
Hello Angelo, Nowadays, the best source to know which are alpha, beta and stable releases, is the Xamarin release block: https://releases.xamarin.com for example, 4.2.1.36 is an Alpha preview: https://releases.xamarin.com/alpha-release-cycle-6-3rd-alpha-preview/ You find stable releases with

Re: [Mono-dev] Error trying to compile mono on CentOs 5 (Mono-devel-list Digest, Vol 123, Issue 6)

2015-07-16 Thread Timotheus Pokorra
Hello Andres, Despite naming conventions, libMonoPosixHelper.so is definitely a runtime package, not something belonging in a -devel I tried to work around that with https://en.opensuse.org/openSUSE:Packaging_checks#Suppressing_False_Positives but did not get it to work. I have now

Re: [Mono-dev] Error trying to compile mono on CentOs 5 (Mono-devel-list Digest, Vol 123, Issue 6)

2015-07-14 Thread Timotheus Pokorra
Hello, TP please also install the package mono-opt-devel. That includes TP /opt/mono/lib/libMonoPosixHelper.so, I just checked. Despite naming conventions, libMonoPosixHelper.so is definitely a runtime package, not something belonging in a -devel I tried to work around that with

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-07-14 Thread Timotheus Pokorra
Hello Niamh, TP and also split the TP packages for CentOS into mono-opt and mono-opt-devel. Perhaps add a note about there being 2 packages in the installation instructions? Thanks for the suggestion! I have noted it for a future feature:

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-07-11 Thread Timotheus Pokorra
Hello Niamh, Is libMonoPosixHelper.so not included? please also install the package mono-opt-devel. That includes /opt/mono/lib/libMonoPosixHelper.so, I just checked. All the best, Timotheus ___ Mono-devel-list mailing list

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-07-11 Thread Timotheus Pokorra
Hello Niamh, OK, but I don't see it on your site for CentOS 5 https://lbs.solidcharity.com/project/tpokorra/mono However yum does find it :) yes, building the package mono-opt results in 2 deliverable packages, mono-opt and mono-opt-devel. I had to do it this way to satisfy some requirement

Re: [Mono-list] 503 error

2015-07-02 Thread Timotheus Pokorra
httpd -M shows that mono is running but the result is the same. Is there a way to determine if xsp is running? Is there a way to make sure that mono is calling xsp4 and not xsp? Either of those would result in the 'Failed to connect to mod-mono-server after several attempts to spawn the

Re: [Mono-list] 503 error

2015-07-01 Thread Timotheus Pokorra
Hello David, As for the other information, it is a digital ocean virtual server with an amd64 processor running CentOS 7. For the most part I followed the directions at http://nerdcave.littlebytesofpi.com/building-mono-and-xsp-server-on-linux/ though not all of the directions worked. I had

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-06-11 Thread Timotheus Pokorra
Supplementary question - I am trying to load a time zone using: TimeZoneInfo.FindSystemTimeZoneById(GMT Standard Time) Try to use TimeZoneInfo.FindSystemTimeZoneById(GMT) instead. The timezone must exist as a file in /usr/share/zoneinfo see for details:

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-06-10 Thread Timotheus Pokorra
I have mono 3.12 packages built for CentOS5 here: https://lbs.solidcharity.com/package/tpokorra/mono/mono-opt I did not upgrade them to 4.0, but if that would help you, I could have a look. I have just built the Mono 4.0.1.44 packages for CentOS5, 32 bit and 64 bit. hope this helps,

Re: [Mono-dev] Error trying to compile mono on CentOs 5

2015-06-10 Thread Timotheus Pokorra
Hello Nikki, Have a look at my post a while ago: http://www.pokorra.de/2015/03/mono-3-12-1-for-various-linux-distributions-and-recommendation-of-xamarin-monodevelop-packages/ see at the bottom, about CentOS5. I have mono 3.12 packages built for CentOS5 here:

Re: [Mono-dev] mono 4.0.0 xbuild won't build project

2015-06-05 Thread Timotheus Pokorra
Hello Cyd, System.DateTime.Now System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. This sounds familiar. I had that recently on Fedora for ppc64le. see my comment: https://bugzilla.redhat.com/show_bug.cgi?id=1224945#c1 quote The exception is

Re: [Mono-list] Error occurs while upgrate mono from 2.8 to 4.0

2015-05-20 Thread Timotheus Pokorra
Hello Hariharan, which Repository are you using? The Xamarin packages will not work for CentOS5. I have a solution, described at the bottom of this article: http://www.pokorra.de/2015/03/mono-3-12-1-for-various-linux-distributions-and-recommendation-of-xamarin-monodevelop-packages/ see also

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, Have a look at how we solved the problem for Fedora, to build pinta with Mono4: http://pkgs.fedoraproject.org/cgit/pinta.git/ Hope this helps, Timotheus On 20 May 2015 at 11:43, Baltasar García Perez-Schofield baltas...@gmail.com wrote: Hi, Jonathan, You need

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, I have fired up a Ubuntu 14.04 machine, with Xamarin mono packages. locate Mono.Posix shows /usr/lib/mono/2.0/Mono.Posix.dll /usr/lib/mono/4.0/Mono.Posix.dll /usr/lib/mono/4.5/Mono.Posix.dll /usr/lib/mono/gac/Mono.Posix /usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, It seems that MonoDevelop has a local copy of that DLL. I was able to copy that DLL and made Pinta work. The dpkg query didn't work for me. So, I can now execute Pinta. I still wonder where Mono.addins.Gui is located, though. Sounds good! Try: apt-get install

Re: [Mono-list] Mono on Linux and Missing methods

2015-05-19 Thread Timotheus Pokorra
Hello, what version of mono do you have? mono --version If it is the default that comes with Debian Wheezy, then it is probably too old (Mono 2.10.8) It might be advisable to install the packages provided by Xamarin (Mono 4.0.1): http://www.mono-project.com/download/#download-lin Also the

Re: [Mono-list] Error building with MonoDevelop

2015-05-15 Thread Timotheus Pokorra
Unfortunately, the project was already configured for Mono /.NET 4.5. There's now another option for projects, .NET framework 4.5.1, but setting the project to this does not change the outcome. I just checked on Ubuntu 14.04 with the Mono Xamarin packages: locate Microsoft.Build.Tasks.v4.0

Re: [Mono-list] Error building with MonoDevelop

2015-05-15 Thread Timotheus Pokorra
Hello Baltasar, Please upgrade your projects to Mono 4.5 (TargetFrameworkVersionv4.5/TargetFrameworkVersion in the csproj file). Mono 4 does not support anything smaller than .net 4.5. hope this helps, Timotheus On 15 May 2015 at 13:34, Baltasar García Perez-Schofield baltas...@gmail.com wrote:

Re: [Mono-list] Mono-Tarballs

2015-05-06 Thread Timotheus Pokorra
Hello Elmar, have a look at the tags on Github: https://github.com/mono/mono/releases What I read on IRC was that 4.0.0 got the full QA and took longer, and 4.0.1 was a quick release with some important fix that needed to get out there before the fully tested 4.0.0 was released. Since 4.0.0 was

Re: [Mono-dev] mono-core.spec.in

2015-04-21 Thread Timotheus Pokorra
Why was mono-core.spec.in dropped from the source? What is/will be used to generate RPMS? have a look here: https://github.com/directhex/xamarin-mono/tree/centos Jo maintains the Xamarin spec files there. Timotheus ___ Mono-devel-list mailing list

Re: [Mono-list] known to work Apache2+ASP.NET configurations

2015-01-14 Thread Timotheus Pokorra
Hello Igor, this is how I use Mono as a webserver: I use fastcgi-mono-server4 here is the start part of the script: https://github.com/openpetra/openpetra/blob/master/setup/petra0300/linuxserver/postgresql/centos/openpetraorg-server.sh#L55 Configuration of lighttpd for fastcgi:

Re: [Mono-dev] Heads up: Elimination of the 2.0 and 4.0 profiles

2015-01-10 Thread Timotheus Pokorra
On 9 January 2015 at 23:31, Alistair Bush alistair.b...@gmail.com wrote: Are there any plans on updating monodevelop and its dependent libraries to build with 4+. Believe i've already seen issues building monodevelop ( or a submodule) with mono (git) sorry no details as I didn't really look

Re: [Mono-dev] Heads up: Elimination of the 2.0 and 4.0 profiles

2015-01-10 Thread Timotheus Pokorra
On 10 January 2015 at 15:26, xplicit s...@ngs.ru wrote: Mono.TextTemplating/CompiledTemplate.cs(86,53): error CS1501: No overload for method `GetValue' takes `1' arguments PropertyInfo.GetValue(object) method is from 4.5 framework. If you build with NET 4.5 target framework that's something

Re: [Mono-dev] Mono.Posix Cross Compiling

2015-01-06 Thread Timotheus Pokorra
Hello, As far as I can tell, any attempt to use Conditional property in the Reference tag is simply ignored. So I settle on using the kludgy hack of using different csproj files on windows mono. It works so I didn't spend more time on it - but if there's a more elegant solution, I'd

Re: [Mono-list] How to install mono using yum on CentOS?

2014-11-21 Thread Timotheus Pokorra
Hello, you are welcome to use my builds, see http://www.pokorra.de/2014/10/mono-3-10-and-monodevelop-5-45-5-for-linux/ For CentOS7, I had to patch libgdiplus: https://build.opensuse.org/package/view_file/home:tpokorra:mono/libgdiplus/libgdiplus-2.10.9-libpng15.patch?expand=1 @Jo: Perhaps that

Re: [Mono-dev] Mono .Net difference - handling xs:extension please help

2014-11-12 Thread Timotheus Pokorra
Hello MarL, Don't worry, no need to install a new OS... Please have a look on the download page: http://www.mono-project.com/download/#download-lin see the link http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives I think that even provides a recent

Re: [Mono-dev] Mono .Net difference - handling xs:extension please help

2014-11-11 Thread Timotheus Pokorra
Hello MarL, I then use xsd.exe in Mono runtime 2.10.8.1 to generate a C# class from the schema. I then use the following code to deserialize the instance document It seems you are using an ancient version of Mono. Please try with a recent Mono, see http://www.mono-project.com/download/, we are

Re: [Mono-dev] [MonoDevelop] Failing to compile on Linux in last few days - %(Culture)

2014-08-27 Thread Timotheus Pokorra
/MonoDevelop.Gettext.resources.dll' Does anybody know what causes this? Thanks, Timotheus On 28 August 2014 02:55, Jesse Litton monodevelop-l...@eternaldusk.com wrote: Ah, that fits - because I too generally build with the latest mono from git master branch. -Jesse On 08/27/2014 03:50 PM, Timotheus Pokorra wrote

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-21 Thread Timotheus Pokorra
I am personally using mono-xsp-opt, with fastcgi-mono-server4 and lighttpd, that works alright. On production with high load? Unfortunately not yet. I am still in development. But I remembered reading somewhere, mentioning someone bigger was using fastcgi-mono-server. This might be it:

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-20 Thread Timotheus Pokorra
Hello Vladimir, I had in mind this one: http://download.mono-project.com/repo/debian/ this looks good, I did not notice before that it exists! Yes, would be good if mod_mono will make it into that repo as well! Hmm looks like the mod mono version there is the old one (2.10) :( In my

Re: [Mono-dev] RPM build

2014-08-20 Thread Timotheus Pokorra
Hello Neale, I can provide a buildbot environment or whatever you use to create packages at the same time the x86[_64] ones are built. this reminds me of this thread: http://lists.ximian.com/pipermail/mono-devel-list/2014-June/041649.html related to http://monojenkins.cloudapp.net/ You should

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-20 Thread Timotheus Pokorra
Hello Vladimir, Yes, looks like there hasn't been updates to the mod_mono project for a long time :(. There are definitely some very critical bugs that just restart the module all of a sudden, lets it hang and use up 100% cpu time or render random portions of the configuration in a bad

Re: [Mono-dev] RPM build

2014-08-19 Thread Timotheus Pokorra
Hello Gabriel, The RPM for CentOS 6 doesn't seem to include the /opt/mono/lib/pkgconfig directory (the package for Ubuntu does). Is this a bug? If not, what's the reasoning behind that decision? Please run: yum install mono-opt-devel explanation: I first built mono-opt for Ubuntu and CentOS,

Re: [Mono-dev] RPM build

2014-08-19 Thread Timotheus Pokorra
Hello Neale, Are you interested in packages for Linux on System z (aka s390x)? I can only speak for myself: No I just found: http://www.mono-project.com/docs/about-mono/supported-platforms/s390/ mentioning your name :) Timotheus ___ Mono-devel-list

Re: [Mono-dev] RPM build

2014-08-19 Thread Timotheus Pokorra
On 19 August 2014 15:01, Neale Ferguson nealefergu...@verizon.net wrote: Not personally, but as part of your build process to make a download of the s390x RPM available publicly. I am using the build platform at https://build.opensuse.org/ and unfortunately there is no support for s390x build

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-19 Thread Timotheus Pokorra
Hello Vladimir, the OBS repository that you are mentioning is linked by the mono-project website, but it is a community project. You are probably looking for the package called modmono-opt see also http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_14.04/amd64/ for the

Re: [Mono-dev] libapache2-mod-mono available from mono-project.com ?

2014-08-19 Thread Timotheus Pokorra
Why not build from source code? I personally try not to build on production servers. And it is so much faster to just install it from somewhere instead of building yourself. Obviously you need to trust the source... But by using the OBS platform, all changes are visible, and no hidden code could

Re: [Mono-dev] RPM build

2014-08-18 Thread Timotheus Pokorra
Hello Neale, I copied env.sh from monodevelop and adapted for openSUSE and the build went cleanly. However, why does the RPM believe it has these Requires: rpm -q --requires -p ../RPMS/x86_64/mono-opt-3.6.0-1.1.x86_64.rpm : mono() = 0.0.736.133 mono() = 0.0.738.133 mono() = 0.0.741.133

Re: [Mono-dev] RPM Build Error

2014-08-18 Thread Timotheus Pokorra
Hello Neale, Using the source RPM for openSUSE 12.3 I get the following error: I assume that you are refering to my packages that I build on the OBS server? They are not official, but can be useful. usr/src/packages/BUILD/mono-3.6.0 + cp ../../SOURCES/env.sh

Re: [Mono-dev] Mono Web Site

2014-08-16 Thread Timotheus Pokorra
Hello Miguel, Thanks to the help of Alexander Koeplinger that worked with us for the last couple of months, we have migrated the Mono website from MediaWiki to a static content manager on GitHub. Well done! I noticed on a german news article

Re: [Mono-dev] Mono Web Site

2014-08-16 Thread Timotheus Pokorra
Hello Miguel, go-mono.com has always hosted the downloads. So this is fine. What I meant was this: When I go to http://www.go-mono.com/mono-downloads/download.html, I see the 3.6 release, but the link for OpenSUSE leads to http://download.mono-project.com/archive/3.2.3/linux/x64/ I think the

Re: [Mono-list] nunit

2014-07-28 Thread Timotheus Pokorra
Hello Andreas, i would like to use nunit from console. compiling sources with mcs and starting the test with nunit-console. but nunit.xxx.dll are in /lib/usr/monodevelop/AddIns/ only ? MonoDevelop does not include the full NUnit, just some dlls. But mono does include the nunit-console.exe:

Re: [Mono-list] Does Mono support System.Net.Http.HttpContentExtensions?

2014-07-22 Thread Timotheus Pokorra
Hello Andre, I've also tried the same in the real application but in that case the output of strace also stops as soon as the blocking operation is triggered (it happens when making an HTTP request during the handling of another HTTP request). This reminds me of this bug:

Re: [Mono-dev] Which SQLite?

2014-07-17 Thread Timotheus Pokorra
Hello Edward, Mono.Data.Sqlite is reliably available on mac/linux. And I had the brilliant idea that I would install mono on windows, and then grab the Mono.Data.Sqlite.dll from the mono installation, and distribute it. However, there's this:

Re: [Mono-dev] Which SQLite?

2014-07-17 Thread Timotheus Pokorra
For OpenPetra, we are using Mono.Data.Sqlite in our code, no matter if it runs on Linux or on Windows. hmm, I forgot the link that I wanted to include: https://github.com/openpetra/openpetra/tree/master/csharp/ThirdParty/SQLite That directory contains the dlls that we are using on Windows, and

Re: [Mono-dev] MAXHINCR or MAX_HEAP_SECTS error

2014-07-09 Thread Timotheus Pokorra
Hello Lucas, ./configure --with-gc=none --with-large-heap=yes --with-sge=yes --prefix=/opt/mono-3.0.2 make make install Since you installed your version of Mono to a different directory, you need to set your path and other environment variables to that directory. You need to do this each

Re: [Mono-dev] Monodevelop on centos 6.5 configure error

2014-07-09 Thread Timotheus Pokorra
Hello Brandon, Running autoconf ... configure.in:1: error: possibly undefined macro: m4_esyscmd_s If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. **Error**: autoconf failed. The version of autoconf on CentOS6 is too old. You

Re: [Mono-dev] Monodevelop on centos 6.5 configure error

2014-07-09 Thread Timotheus Pokorra
it is at least functional. On Wed, Jul 9, 2014 at 1:39 PM, Brandon Perry bperry.volat...@gmail.com wrote: Sure, I can definitely try this. On Wed, Jul 9, 2014 at 1:39 PM, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: Hello Brandon, Running autoconf ... configure.in:1

Re: [Mono-list] ALINK: error A0000: Cannot embed resources on this runtime: try the Mono runtime instead.

2014-06-19 Thread Timotheus Pokorra
Hello, the error message originates in this part of the source code: https://github.com/mono/mono/blob/master/mcs/tools/al/Al.cs#L674 It seems, that your xbuild on Windows is using the Microsoft .Net runtime to run C:\PROGRA~2\MONO-3~1.3\lib\mono\4.5\al.exe I just checked but I cannot find a

[Mono-list] Mono builds for Linux

2014-04-03 Thread Timotheus Pokorra
Hello, I read this morning that there was a discussion on IRC about Linux and Windows builds last night. The page http://www.go-mono.com/mono-downloads/download.html offers downloads for Windows, Linux and Mac, but only the Mac version seems to be updated quickly. I cannot say anything about

Re: [Mono-list] Mono builds for Linux

2014-04-03 Thread Timotheus Pokorra
Hello Dave, Most distributions are slow at introducing updates to runtimes such as mono, python or java, and as a result, people have to package these runtimes themselves. If there were official builds and repositories available for the opt-mono packages as you've done, I expect most

Re: [Mono-list] Mono builds for Linux

2014-04-03 Thread Timotheus Pokorra
Hello Andrés, Here are the links: http://software.opensuse.org/download/package?project=home:tpokorra:monopackage=monodevelop-opt http://software.opensuse.org/download/package?project=home:tpokorra:monopackage=mono-opt Do your packages install somewhere below /opt ? If yes, then I will not

Re: [Mono-list] The System.Data.SqlServerCe Namespace

2014-03-27 Thread Timotheus Pokorra
Hello, In the source code of Mono, there is nothing like System.Data.SqlServerCe. see https://github.com/mono/mono/tree/master/mcs/class/System.Data There is only https://github.com/mono/mono/tree/master/mcs/class/System.Data/Microsoft.SqlServer.Server for access to a full Microsoft SQL Server

Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-03-05 Thread Timotheus Pokorra
Hello Michael, I did try it with my packages, to create a sample GTK# application, and it worked. I cannot remember if I tried the designer. But for a simple empty window it worked. What setup do you use? have you built your own mono/monodevelop/gtk-sharp2, or are you using my packages:

Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-03-05 Thread Timotheus Pokorra
Hello Michael, I just tried the designer for GTK in Monodevelop, and it worked fine! see: http://files.pokorra.de/mono/screenshots/MonoDevelopGtkSharpDesigner.png Timotheus On 5 March 2014 09:09, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: Hello Michael, I did try it with my

Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-03-05 Thread Timotheus Pokorra
Hello Michael, On 5 March 2014 14:07, mdlueck mlu...@lueckdatasystems.com wrote: I installed via packages built for Ubuntu from Eberhard Beilharz published to: https://launchpad.net/~ermshiperete/+archive/monodevelop That looked to me the proper way to obtain the latest version specifically

Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-02-14 Thread Timotheus Pokorra
Hello Michael, So, did I misunderstand you or will GUI apps developed on Linux not port smoothly to Windows? Again, I am not talking about web services... I am talking about fat client applications. Sorry, I completely forgot about GTK#, as I never used that. I fought hard to get a Winforms

Re: [Mono-list] Does Mono Basic support lag behind C#?

2014-02-13 Thread Timotheus Pokorra
Hello Michael, I fear that C# will be too verbose in syntax / not productive and efficient enough, so wish to see if the Mono Basic support lags at all behind the primary language C#. I guess that a language itself is not about efficiency, but the compiler creates binary code that is

Re: [Mono-list] Advice Needed / Cross-Platform Server Application

2014-01-22 Thread Timotheus Pokorra
Hello Greg, I am using Mono on CentOS5, CentOS6, and Debian 6 and 7. I am using my own mono packages built on OBS, and they work fine on the distributions that I am using. See also http://www.pokorra.de/2013/12/easy-installation-of-current-mono-and-monodevelop-for-all-major-linux-distributions/

Re: [Mono-list] Running Mono Performance Counters on Linux

2014-01-22 Thread Timotheus Pokorra
Hello Mclyn, some links that might be useful: https://bugzilla.xamarin.com/show_bug.cgi?id=1772 You need to specify the instance name of the performance counter. For process-based counters this is the pid of the process: counter.InstanceName = Process.GetCurrentProcess().Id.ToString(); see

Re: [Mono-list] PDF generation

2014-01-10 Thread Timotheus Pokorra
Hello Jonathan, I am using pdfsharp on Mono. See the thread http://forum.pdfsharp.net/viewtopic.php?f=4t=1206 All the best, Timotheus On 10 January 2014 13:21, jonat...@mugginsoft.com jonat...@mugginsoft.com wrote: What PDF manipulation libraries are currently used by the Mono community?

Re: [Mono-list] mono-tools 2.10 gendarme framework won't compile with mono 3.2

2013-12-19 Thread Timotheus Pokorra
Hello, Next problem that I get is when starting monodoc on Ubuntu 12.04: Error: did not find one of the files in sources//opt/mono/lib/monodoc/sources/gd2i libgluezilla not found. To have webbrowser support, you need libgluezilla installed libgtkhtml-3.14.so.19 It turns out that using

Re: [Mono-list] Mono builds that works in major linux distros

2013-12-19 Thread Timotheus Pokorra
Hello Kendall, and list, On 5 December 2013 08:23, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: Hello Kendall, just to let you know, I have started now to package mono-tools and monodoc, but have also not succeeded yet. It took me too many hours, but at least it was successful

Re: [Mono-list] mono-tools 2.10 gendarme framework won't compile with mono 3.2

2013-12-18 Thread Timotheus Pokorra
Hello, How did you manage to avoid errors when building docbrowser from mono-tools master branch? ./admin.cs(199,36): error CS0246: The type or namespace name `DocSetChangeset' could not be found. Are you missing an assembly reference? ./admin.cs(199,60): error CS0246: The type or namespace

Re: [Mono-list] PDF printer

2013-12-11 Thread Timotheus Pokorra
Hello, not much of a step by step list, but perhaps it helps to get started: We are using pdfsharp on Mono for OpenPetra: https://sourceforge.net/projects/pdfsharp/ adjustments so that it works on Mono: https://github.com/openpetra/openpetra/tree/master/csharp/ThirdParty/PDFSharp sample code to

Re: [Mono-list] mono-tools 2.10 gendarme framework won't compile with mono 3.2

2013-12-06 Thread Timotheus Pokorra
monodoc fails with an error message. I read here: http://trac.macports.org/ticket/6140 that you have to install gtkhtml before you build gtksharp. I will continue with that, but probably not in the next days. Timotheus On 5 December 2013 17:17, Timotheus Pokorra timotheus.poko...@solidcharity.com

Re: [Mono-list] Cannot compile gdilibplus on opensuse 13.1

2013-12-05 Thread Timotheus Pokorra
Hello, But now am trying to compile gdilibplus so i can compile mono 3.2.5 Only gdilibplus is failing to compile and not seeing what am doing wrong. I am using the default OpenSUSE libgdiplus package for building Mono 3.2.5 on the OBS for openSUSE 13.1. That works fine for me. Perhaps you got

Re: [Mono-list] mono-tools 2.10 gendarme framework won't compile with mono 3.2

2013-12-05 Thread Timotheus Pokorra
Hello, to add to this old thread: I also came across the same problems. But I noticed that the solution has gone into Mono master: see https://github.com/mono/mono/commit/ba222d4eb939ef097dd2b77b1fea5c3b8a60b310 When I build Mono with that patch, then I get further building mono-tools. I will post

Re: [Mono-list] Mono builds that works in major linux distros

2013-12-04 Thread Timotheus Pokorra
Hello Kendall, I have written a blog post with more instructions and information: http://www.pokorra.de/2013/12/easy-installation-of-current-mono-and-monodevelop-for-all-major-linux-distributions/ Thank you. The link for the stable version goes to a page about creating perl modules. Thanks

Re: [Mono-list] Mono builds that works in major linux distros

2013-12-04 Thread Timotheus Pokorra
, Timotheus On 5 December 2013 07:38, Daniel Lo Nigro li...@dan.cx wrote: Thanks for this! I don't see XSP in the packages though. Are you planning to add it? On Mon, Dec 2, 2013 at 1:13 PM, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: Hello, This link was posted here in recent

Re: [Mono-list] Mono builds that works in major linux distros

2013-12-03 Thread Timotheus Pokorra
Hello, Here is the original email, containing the links how to install recent Mono and MonoDevelop on the major Linux distributions: http://lists.ximian.com/pipermail/mono-list/2013-July/050114.html I have written a blog post with more instructions and information:

Re: [Mono-list] How to compile Mono as generic linux installer package

2013-11-08 Thread Timotheus Pokorra
Hello Daniel, I cannot imagine how a single tar file would work for different glibc versions. Perhaps back then there was only 32 bit? that would cause problems today with 64 bit and 32 bit around. I maintain mono packages on the opensuse build server, for several distributions (CentOS, Fedora,

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-28 Thread Timotheus Pokorra
Hello Serge, did you install the package mono-libgdiplus-opt-3.0.12-6.8.x86_64.rpm as well? this will create a symbolic link to the libgdiplus so file. see https://build.opensuse.org/package/view_file/home:tpokorra:mono/mono-libgdiplus/mono-libgdiplus-opt.spec?expand=1 line 29 hope that helps,

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-28 Thread Timotheus Pokorra
Hello Serge, now that you are saying that you have several builds installed, I notice in your stacktrace the directories /home/abuild, which is not from my rpms. If you run . /opt/mono/setenv.sh (beware dot space slash opt and so on) before starting your winforms program, you should be using my

Re: [Mono-list] Mono 3.3.0 for ubuntu

2013-08-19 Thread Timotheus Pokorra
Hello Yannick, I cannot find a version 3.3.0 in the Mono repository? https://github.com/mono/mono/releases Which sources do you use? Timotheus On 19 August 2013 03:27, yannick inizan inizan.yann...@gmail.com wrote: I offer to list the 3.3.0 version of Mono for ubuntu :

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-13 Thread Timotheus Pokorra
Hello, you can install the package mono-libgdlplus from my repository, which will set the link properly. Or does my package have a bug? All the best, Timotheus On 3 August 2013 09:17, k0l0b0k k0l0b0k.v...@gmail.com wrote: Hello Timotheus. It's a great job done, many-many thanks for you.

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-02 Thread Timotheus Pokorra
couldn't be right. So Im looking at the version of gtk Im building. With a higher version the code bug is still there so I don't know. Thanks Let me know what you think. Mark quote author='Timotheus Pokorra' Hello, I have now built rpm and deb packages of the latest Mono (3.2

[Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-07-30 Thread Timotheus Pokorra
Hello, I have now built rpm and deb packages of the latest Mono (3.2) and MonoDevelop (4.0.10) on Open Build Service: https://build.opensuse.org/project/show/home:tpokorra:mono You can install it on Debian 6 and 7, Ubuntu 12.04 and 13.04, CentOS 6, Fedora 17 and 18. If there is interest for a