Search Results

Search found 3 results on 1 pages for 'wataradio'.

Page 1/1 | 1 

  • I can't build C# class library by MonoDevelop on Mac OS X

    - by wataradio
    When building following simple C# class library, using System; namespace MyProject { public class MyClass { public MyClass () { } } } I encountered following error message: /Library/Frameworks/Mono.framework/Versions/2.6.4/lib/mono/2.0/Microsoft.Common.targets: Error: You must specify DestinationFolder or DestinationFiles attribute. at Microsoft.Build.Tasks.Copy.Execute () [0x00000] in <filename unknown>:0 Anyone having the same problem? Somethig I tried: This error is solved if I change my project file format "MSBuild (Visual Studio 2008)" to "MonoDevelop 1.0" (Preferences Load/Save Project file format to use when creating new projects) There is no problem when building console app project. Only library project is the problem. There is no problem on Ubuntu and SUSE My Environments: MonoDevelop 2.2.2 Mono 2.6.4 Mac OS X 10.6.3

    Read the article

  • Can't display multi byte string on MonoDevelop Mac OS X

    - by wataradio
    The problem is following one line code: Console.WriteLine ("?"); This results in the following output in Application Output window: ? How can I display "?" instead of "?" in Application Output window. I made sure following things: The source code encoding is UTF-8 I selected Japanese font set "Osaka Regular-Mono" (Preferences General Font) Executing the exe from a terminal, "?" is displayed correctly on terminal window On Ubuntu's MonoDevelop, "?" is displayed correctly in Application Output window Environments: MonoDevelop 2.2.2 Mono 2.6.4 Mac OS X 10.6.3

    Read the article

  • can't run a scala script on Mac OS X

    - by wataradio
    Running a scala script on Mac OS X results in the following error: Unable to establish connection to compilation daemon I googled and found a page reported the same problem: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576568 To solve the problem, the page said: Can you please tell what does /etc/sysctl.d/bindv6only.conf contain? If the value is 1, can you try to: 1) sudo sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \ /etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart 2) Then, run scala/fsc as usual and see if the bug is still there. But I can't find a bindv6only.conf in my Mac OS X. How can I solve the problem? -- System Information: Scala version 2.7.7.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_20) Mac OS X 10.6.3

    Read the article

1