search for: monos

Displaying 20 results from an estimated 1954 matches for "monos".

Did you mean: mono
2010 Oct 25
1
can't install mono-devel because mono-basic requires mono-core. But I have mono-core! What to do? I need gmcs.
Hi. I'm trying to install gmcs so that I can build gbrainy, a mental exerciser. I am not sure what package provides, maybe mono-devel? however mono-devel fails to install because, it says, mono-basic requires mono-core. I have mono-core installed. Why is this failing? $ sudo yum install mono-devel.i386 ...-> Finished Dependency Resolution mono-basic-1.0.6-1.el5.rf.i386 from installed
2009 Jun 22
5
Further .NET woes
Further to advice from the list, I tried using winetricks. Below you can see a list of available packages and the one I felt was the answer (mono is the linux implementation of .NET). Can anyone tell me what I am doing wrong ? andrew at zeus:~/Download/Fictionwise/Mobipocket$ winetricks Usage: /usr/bin/winetricks [options] package [package] ... This script can help you prepare your system
2010 Feb 08
4
Anyone using Active Driectory auth with Centos 5.4.....?
Setting up a new backuppc for a small group of device and I am running centos 5.4 with winbind setup and working. Everything is working and I would like the users to authenicate using their AD creds and was wondering what folks are using to do that with apache 2.2 and centos 5.4. I know about mod_auth_pam but that seems pretty dead so I was just wondering what folks were using and whats the
2012 Jan 05
5
Install the Windows version of Mono to run .NET problem
Hi to all, I'm trying to run a windows app that needs mono under wine 1.2 I installed mono through winetricks with 'winetricks mono210' but when I try to run the app with 'wine appname' I obtain 'wine: Install the Windows version of Mono to run .NET executables' and if I run 'wine uninstaller' I can see mono on app installed.... I tried also to clean .wine
2011 Feb 18
2
How to set path to .NET runtime to use
Hi there, I've been searching for a solution to make Mono the default runtime to be used within wine environment, for the past 3 days now and still no success. What am I trying to do? So there is this windows software (AmiBroker) for which I want to create COM/OLE objects written in C#. To achieve that, I need both COM/OLE and a .NET runtime to work. What I did so far 1) Starting off a
2010 Oct 05
2
A program don't work from 1.2-1.3.4(I'll said in detail)
When in ubuntu 9.04 x64 and 9.10 x64 use apt's wine and playonlinx it can run,now I in ubuntu 10.04 x64 whether apt's or compiled from 1.2 to 1.3.4 can't not work(I dont's use playonlinx now).This time just test so I didn't install it (1.2-1.3 I installed even use checkinstall to package it) The program is a game which is Japanes Story Game(AVG).And gecko IE also doesn't
2011 May 01
8
LISA finite element in wine
I want to use LISA finite element program (http://www.lisa-fet.com/) under my Ubuntu machine. I did install Wine and it runs ok, then I install LISA and it installed without any error. However whrn I run LISA, it did not appear on the screen without any error? Anyone can assist how to me LISA running?
2016 Jul 28
0
[RFC] One or many git repositories?
> On Jul 28, 2016, at 12:59 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 28 Jul 2016 8:36 a.m., "David Chisnall via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > This does not apply to libc++. We support building the entire LLVM suite with other C++ standard library implementations (at
2011 Aug 04
4
Mono to use for Writers Blocks 4?
Writers Blocks has issued a new version. Version 3 ran with winetricks v6run and mfc40 But it appears that Version 4 needs something else. I tried it with the above, I tried it with all the mono versions, but installed mono after I installed the program. wine: Install Mono for Windows to run .NET 2.0 applications. And ideas? There is a free trial version on the web site.
2011 Oct 25
1
Uninstalling mono
I'm trying to run my first application through wine, and it requires the .NET framework. So I did "winetricks mono28". After installing that, I still got "wine: Install the Windows version of Mono to run .NET executables". So I played with moving the mono folder around in ~/.wine/drive_C/Program files. (I saw on one of the winehw.org pages that it needed to be in
2008 Feb 26
4
Mono installation
Hello everybody I?m trying to install mono and when i try to install the package libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4. Im using local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1 Finally I try with the
2009 Jul 17
2
[LLVMdev] "LLVM powered Mono"
Looks like LLVM support in Mono has matured to the point they're willing to advertise it: http://tirania.org/blog/archive/2009/Jul-16.html Paul PS Zoltan, sorry if I stole your opportunity to break the news :)
2009 Mar 09
2
Wine and mono
I want to run a .net program (HoldemManager) under Linux. I can install wine and mono but I still get an error when I try to run from the command line: fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:module:LdrAddRefDll 0x7e4b0000 flags 1 not implemented install
2009 Jul 17
0
[LLVMdev] "LLVM powered Mono"
Sorry for being a newbie on the matter, but could someone explain the comment (in response to: "Considering it [LLVM] supports three other languages with try/catch clauses just fine (C++, Ada, and now, Java), I think it would be incorrect to say "it is not able to support some of the features"."): ------------------------------ The issue is that the exception handling as
2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
For those interested in experimenting with (compiling / developing) a version of R for the Common Language Runtime (CLR) environment (Microsoft .Net, Novell Ximan Mono & DotGNU) -- a few links to some "free" compliers: C DotGNU (the official GNU project) http://dotgnu.org/ http://www.southern-storm.com.au/pnet_faq.html#q1_7 FAQ "1.7. What is pnetC? Since version 0.4.4 of
2009 Aug 18
4
Question on .NET, Mono and Visual C++ and WINE
Hey guys, I'm not sure if this is the right place to ask, forgive me if not. I will soon start to contribute to a FOSS project written in Visual C++ and Visual Studio. I am a pure Linux user and was wondering what is the right way to make this app finally run on WINE. And how may I use a Visual Studio project on Linux? I know, this is probably kinda off-topic, but after all I still need a
2008 Sep 19
2
family="mono" does not work (PR#12931)
Full_Name: Jaan Vajakas Version: 2.7.2 OS: Windows XP Submission from: (NULL) (193.40.5.245) When I execute the following code in the R GUI, the text "mono" is printed in monotype font in the first plot, but in normal (sans-serif) font in the remaining three plots: op=par(mfrow=c(2,2)) for (i in 1:4) { hist(1:10,xlab="") mtext("normal",side=1,line=2)
2001 Mar 28
1
mono files don't compress well
I am considering using OGG for sending mono files across the net. OGG sounds great and I like the philosophy. But when I compress a mono file using OGGDROP or OGGENC Beta4, I can only get compression ratios of about 3:1. If I take the original mono file and convert it to stereo, then encode it, I can get a compression ratio of about 10:1. So the final encoded file for stereo is actually smaller
2009 Jun 10
2
winetricks doesn't work for me
It's been a long time since I used winetricks, but either I'm doing something wrong, or ??? I run Karmic Koala. susan at ubuntu:~$ sh winetricks mono22 Executing wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate ftp://ftp.novell.com/pub/mono/archive/2.2/windows-installer/5/mono-2.2-gtksharp-2.12.7-win32-5.exe --2009-06-10 07:43:22--
2012 May 16
0
Help with ices2
Hello, I am trying to connect a instance of ices2 to icecast2. It seems that the connection is done well but I do not know how to take the microphone input to send it to the server. Any help is highly appreciated. Manuel The information is this: Part of my ices.xml: <input> <module>alsa</module> <param name="rate">44100</param> <param