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 stumbling over now, is that code files like .aspx 
and .cs files don't seem to get recognised by asp.net after the first 
time it's been auto-compiled. In other words, if I change the file and 
reload the page, it's still the old page.


I understand mono has this watcher class which monitors file change. Can 
anyone advise if it's enabled by default for FreeBSD, and how I can 
resolve this puzzle?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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
for Unix operating systems. From little reading I've got an impression that
C# is 'fully' implemented in Mono and that's all I am interested in. So I
would guess the answer to the  question that follows is 'yes', but I want to
be sure:

Will there be no problems running the application on .NET platform if some
of the classes are compiled with open source C# compiler (MCS) which comes
with Mono while the rest with the Window's equavalent C# compiler?

It would be especially nice to hear from someone who'd gone through a
similar process already.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 the mono-merge script), but it depends on mono-addins
which fails to install with the output below. I was wondering if
anyone here has any suggestions.

I'm running 6.3-release, all installed ports are up to date, as is
the ports tree itself.

===   monodevelop-1.0 depends on executable: mautil - not found
===Verifying install for mautil in /usr/ports/devel/mono-addins
===  Building for mono-addins-0.3.1
Making all in Mono.Addins
gmake[1]: Entering directory 
`/usr/ports/devel/mono-addins/work/mono-addins-0.3.1/Mono.Addins'
Creating policy.0.2.Mono.Addins
ILALINK 0.7.4 - IL Assembly Link Utility
Copyright (c) 2001, 2002, 2003 Southern Storm Software, Pty Ltd.

Usage: /usr/local/bin/al [options] input ...

--output file   or -o file
Specify the output file to use.  The default name is
based on the name of the first input file.
--format exeor -e
Set the output format to executable.
--format dllor -d
Set the output format to dynamic link library.
--format objor -j
Set the output format to object file.
--library name  or -l name
Link against the library `name'.
--library-dir name  or -L name
Look for libraries in the directory `name'.
--no-stdlib or -n
Do not link against the standard library.
-fstdlib-name=name  or -S name
Specify the name of the standard library (default is `mscorlib').
-flibc-name=nameor -C name
Specify the name of the standard C library.
--shared
Link the output as a shared image (default).
--static
Link the output as a static image.
-fassembly-name=nameor -a name
Specify the name of the assembly to embed in the output.
-fassembly-version=version  or -A version
Specify the assembly version to embed in the output.
-fmodule-name=name  or -M name
Specify the name of the module to embed in the output.
-fassembly-key=key  or -K key
Specify the assembly's public key value.
--entry-point name  or -E name
Specify the name of the entry point for the program.
-fresources=fileor -r file
Link the specified resource file with the output.
--resources-onlyor -R
Create an output that only contains resources.
-fprivate-resources or -p
Mark the resources as private to the output assembly.
-fminimize-parameters   or -z
Minimize the size of the parameter table in the output.
-fwin32res=file or -W file
Specify a Win32 resource file to add to the image.
-fwin32icon=fileor -i file
Specify a Win32 icon file to add to the image.
-fhash-algorithm=name   or -H name
Specify the algorithm to use to hash files (SHA1 or MD5)
-fmetadata-version=version  or -V version
Specify the metadata version to embed in the assembly.
-fculture=name  or -u name
Specify the resource culture (e.g. en-US).
-m32bit-onlyor -3
The resulting output file can only be used on 32-bit systems.
-mcui-subsystem or -c
Link for the command-line subsystem (default).
-mgui-subsystem or -G
Link for the GUI subsystem.
--version   or -v
Print the version of the program
--help
Print this help message.
gmake[1]: *** [policy.0.2.Mono.Addins.dll] Error 1
gmake[1]: Leaving directory 
`/usr/ports/devel/mono-addins/work/mono-addins-0.3.1/Mono.Addins'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/devel/mono-addins.
*** Error code 1

Stop in /usr/ports/devel/monodevelop.
*** Error code 1

Stop in /usr/ports/devel/monodevelop.

-- 
Thanks, John.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

__
想即時收到新信通知?
馬上下載Yahoo!奇摩即時通訊 
http://messenger.yahoo.com.tw/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 2 stereo.wav split

Fabian
-- 
http://www.fabiankeil.de/


pgpvXdqTeHBtB.pgp
Description: PGP signature


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

Then I also did a make install clean from /usr/ports/www/mod_mono and
tride to configure my httpd.conf the way they did on some tutorials
online. But /var/log/http-error shows errors about misconfiguration.

Does anyone have a working example of to configure mod_mono in Apache?

I also read about some XSP or some other type of web server. I think it
was written entirely in C# and was wondering if that is a better way to go
rather then Apache. I prefer Apache and would rather get it working rather
then switch to a whole new web server.


Thank you,
Joshua Lewis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 from /usr/ports/lang/mono-devel
 
 That installed mono 1.1.6_1
 

You'll need to be using Mono 1.1.7 (once it's released, Bill Middleton
has been working aginst SVN fixing numerous problems...  Bill rocks), a
recent FreeBSD -CURRENT, and Mono libmapped to libthr.

 Then I also did a make install clean from /usr/ports/www/mod_mono and
 tride to configure my httpd.conf the way they did on some tutorials
 online. But /var/log/http-error shows errors about misconfiguration.
 
 Does anyone have a working example of to configure mod_mono in Apache?
 
 I also read about some XSP or some other type of web server. I think it
 was written entirely in C# and was wondering if that is a better way to go
 rather then Apache. I prefer Apache and would rather get it working rather
 then switch to a whole new web server.

As for the relationship between Apache/mod_mono/XSP, I believe mod_mono
just passes pages to the local xsp to process the page.  XSP can also be
run as a standalone server to accept the page requests and process the
aspx pages.  I'll know more once I actually have the ability to play
with it.

In the future, you might want to use the bsd-sharp-list mailing list on
Novell Forge for questions on Mono and XSP.  Checked the link in my sig.
Thanks.

Tom

-- 

BSD# Project - Porting Mono to FreeBSD
http://www.mono-project.com/Mono:FreeBSD

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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/local/lib/mono/1.0/Mono.GetOptions.dll 
- 
/usr/local/lib/mono/gac/Mono.GetOptions/1.0.5000.0__0738eb9f132ed756/Mono.GetOptions.dll
Mono.GetOptions installed into the gac (/usr/local/lib/mono/gac)

and the process lt-mono have more than 60 % of  CPU 
how can i solve these

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 possible
Keep in mind that this message means that the port is _broken_ on FreeBSD 5.
Mono will crash if you run it on 5.  That being said, if you'd like to help
track down the problem, edit the Makefile and comment out the line that reads:
IGNORE= Does not work on -CURRENT with garbage collection enabled
Then you can experiment with the crashes and help find the problem.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.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.

Joe

 
 ___
 [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/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: lang/mono

2004-03-30 Thread Joe Marcus Clarke
On Tue, 2004-03-30 at 19:34, Joe Marcus Clarke wrote:
 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.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 get the same problem.  It
can't even compile anything without a SIGILL.  Do you know what code was
supposed to fix the GC problem on FreeBSD?  Note: I had to compile
without sigaltstack support as it would not link with it enabled.

Joe

 
 Joe
 
  
  ___
  [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/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 it. audacity takes too long time 
to compile (still doing now). I tried sweep, and it hung my machine; it 
seems trying to load the whole wave file into memory. I find xwava compiles 
correctly, runs okay, but it can do downmix only when the file fits 
memory. I also tried several other ports I don't remember now. Now I 
worked the whole afternoon without any progress.

I think there must be some handy tools can do this. On audio port directory 
I tried
make search key=mono
make search key=downmix
Both returned nothing.

So what do you suggest me to use?

If this happens to be your situation, dudes, how do you find a handy tool 
quickly? I don't want to waste time on such jobs in future again.

_
 MSN Explorer:   http://explorer.msn.com/lccn/  

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 before I can do simple work like downmixing a wave file?
   OMG someone help me out.
   _
MSN Explorer: http://explorer.msn.com/lccn/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 tried to pull down the
 gtk1 library and depended packages, so stopped it. audacity takes too
 long time to compile (still doing now). I tried sweep, and it hung my
 machine; it seems trying to load the whole wave file into memory. I
 find xwava compiles correctly, runs okay, but it can do downmix only
 when the file fits memory. I also tried several other ports I don't
 remember now. Now I worked the whole afternoon without any progress.
 
 I think there must be some handy tools can do this. On audio port
 directory I tried
 make search key=mono
 make search key=downmix
 Both returned nothing.
 
 So what do you suggest me to use?

ports/audio/sox should be able to do what you want.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Joe Marcus Clarke
On Tue, 2004-03-02 at 13:54, Dinesh Nadarajah wrote:
 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.

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.

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/pgp.asc




signature.asc
Description: This is a digitally signed message part


Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Vulpes Velox
On Tue, 02 Mar 2004 14:43:14 -0500
Joe Marcus Clarke [EMAIL PROTECTED] wrote:

 On Tue, 2004-03-02 at 13:54, Dinesh Nadarajah wrote:
  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.
 
 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?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 for the first 
time, this poses a bit of a problem.  Any insight would be appreciated.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



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.  Since I am trying to build the compiler for the first 
 time, this poses a bit of a problem.  Any insight would be appreciated.

# cd /usr/ports/lang/mono
# make clean
# make install clean

Joe

 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part