getting mono/ asp.net on fbsd to reload modified files

2010-11-22 Thread Foo JH
Hi all, I'm posting this mail to the mono mailing list as well as the FreeBSD list: I'm trying to learn mono's asp.net on mod_mono + Apache22 + FreeBSD 8.1. I've been working on IIS7 + Microsoft's asp.net, so I'm trying to recreate a similar development experience. One of the things I'm

Mono + .NET = ?

2008-09-21 Thread Gintautas Simkus
Hey, here's the situation. I am going to be part of a team which develops some application with C#. I am pretty sure all but me will be using .NET framework under Windows. I want to stick with Unix on the other hand. I came across this projects called Mono which provides .NET compatible framework

mono-addins-0.3.1 port fails with Error 1

2008-05-31 Thread John Murphy
I'm trying to get the software for an open source software defined radio project, which is written in c#, working on FreeBSD. I've applied to join the BSD# mailing list, but have not received a response as yet. I need mono-develop (it's actually merged into the ports framework after using

make CD from mono track

2005-09-10 Thread T.F. Cheng
Hi BSDers, I have some wav files converted from mono mp3 files, how should I make those into a music CD? cdrecord requires music wav file to be in stereo, any other options for me? thanks!! TFC Best Regards, Tsu-Fan Cheng __ 想即時收到新信通知? 馬上下載

Re: make CD from mono track

2005-09-10 Thread Fabian Keil
T.F. Cheng [EMAIL PROTECTED] wrote: I have some wav files converted from mono mp3 files, how should I make those into a music CD? cdrecord requires music wav file to be in stereo, any other options for me? Use sox from the ports collection to duplicate the channels. IIRC: sox mono.wav -c

MONO (.NET) on FreeBSD and Apache2

2005-04-14 Thread Joshua Lewis
I really want to get Mono working on a FreeBSD Apache system. I have done lots of searching and have not figured out how to get it properly configured. I merged the BSD# ports with my local ports collection I did a make install clean from /usr/ports/lang/mono-devel That installed mono 1.1.6_1

Re: MONO (.NET) on FreeBSD and Apache2

2005-04-14 Thread Tom McLaughlin
On Thu, 2005-04-14 at 16:23 -0700, Joshua Lewis wrote: I really want to get Mono working on a FreeBSD Apache system. I have done lots of searching and have not figured out how to get it properly configured. I merged the BSD# ports with my local ports collection I did a make install clean

dual-channel vs. mono-channel

2005-03-01 Thread Tsu-Fan Cheng
hi, this may not really pertain to freebsd but anyway. I have a asus A8V delux mobo which support dual channel. But now I run it mono, just one 512MB module. I wonder how much it is going to improve if I put another one? thanks -- The Hell's Restroom Production

mono 1.0 problem

2004-07-28 Thread Osmany Guirola Cruz
i am trying to install mono 1.0 on my freebsd 4.10 STABLE but it freeze here in the process of install MONO_PATH=. ../../mono/mini/mono --config ../../data/config ./../gacutil.exe /i ./Mono.GetOptions.dll /f /package 1.0 /gacdir /usr/local/lib /root /usr/local/lib Package exported to: /usr

mono

2004-05-07 Thread Osmany Guirola Cruz
Hi I am trying to install mono on my freebsd box and i have these error mono... does not work on -CURRENT with garbage collection enabled i am runing 5.2 Release i probe in one machine that have 4.9 and it install well what should ido to install it in my 5.2 if its possible

Re: mono

2004-05-07 Thread Bill Moran
Osmany Guirola Cruz wrote: Hi I am trying to install mono on my freebsd box and i have these error mono... does not work on -CURRENT with garbage collection enabled i am runing 5.2 Release i probe in one machine that have 4.9 and it install well what should ido to install it in my 5.2 if its

lang/mono

2004-03-30 Thread Tim Hawkins
Does anybody know who the maintainer for this port is? I understand the GC issues that had broken this port in the past have now been resolved with the latest version on boem and mono.0.31 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: lang/mono

2004-03-30 Thread Joe Marcus Clarke
On Tue, 2004-03-30 at 19:30, Tim Hawkins wrote: Does anybody know who the maintainer for this port is? gnome@ is the maintainer as it says in the port Makefile. I understand the GC issues that had broken this port in the past have now been resolved with the latest version on boem and mono

Re: lang/mono

2004-03-30 Thread Joe Marcus Clarke
now been resolved with the latest version on boem and mono.0.31 They have? I don't see anything in the boehm 6.3alpha5 log that would indicate the FreeBSD threading problems have been fixed. Please let me know which commits fix this problem. Well, I tried mono-0.31 on -CURRENT, and I

downmix wave file from stereo to mono

2004-03-18 Thread Zhang Weiwu
Today I got a simple job to convert a 600MB stereo .wav file to mono .wav file. Very simple task. First I read the lame(1) manual carefully, and decide it cannot help. I tried to install several sound editor, glame tried to pull down the gtk1 library and depended packages, so stopped

Re: downmix wave file from stereo to mono

2004-03-18 Thread Zhang Weiwu
Zhang Weiwu wrote: Today I got a simple job to convert a 600MB stereo .wav file to mono .wav file. Very simple task. Oh god. Now I installed audacity. What the hell, I don't find a menuitem/settings dialogue box to let me downmix it. Should I finish learning a whole sound editor

Re: downmix wave file from stereo to mono

2004-03-18 Thread Peder Blom
On Thu, 18 Mar 2004 16:45:49 +0800 Zhang Weiwu [EMAIL PROTECTED] wrote: Today I got a simple job to convert a 600MB stereo .wav file to mono .wav file. Very simple task. First I read the lame(1) manual carefully, and decide it cannot help. I tried to install several sound editor, glame

Gtk#/Mono on FreeBSD?

2004-03-02 Thread Dinesh Nadarajah
Can anyone please tell me if GTK# is available on FreeBSD? Already searched the Applications database but no entries there. Have not heard of anyone working on it either. -D ___ [EMAIL PROTECTED] mailing list

Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Joe Marcus Clarke
broken as mono support isn't there on FreeBSD yet. Joe -D ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- PGP Key : http://www.marcuscom.com

Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Vulpes Velox
on it either. It's in the ports tree as x11-toolkits/gtk-sharp, but it's most likely broken as mono support isn't there on FreeBSD yet. Hmm, was wondering if I was the only person having problems getting the newest one to build. So has any one had any luck building the newest version yet

Mono and C#

2003-02-11 Thread Adam Stroud
Has anyone successfully built mono (more specifically the C# compiler) on FreeBSD. If so, could you tell me what you did? I downloaded the source, and in the docs it tells me that I need a C# compiler installed in order to build the compiler. Since I am trying to build the compiler

Re: Mono and C#

2003-02-11 Thread Joe Marcus Clarke
On Tue, 2003-02-11 at 23:31, Adam Stroud wrote: Has anyone successfully built mono (more specifically the C# compiler) on FreeBSD. If so, could you tell me what you did? I downloaded the source, and in the docs it tells me that I need a C# compiler installed in order to build the compiler