Search Criteria
Package Details: monodevelop-git r65096-1
Git Clone URL: | https://aur.archlinux.org/monodevelop-git.git (read-only, click to copy) |
---|---|
Package Base: | monodevelop-git |
Description: | An IDE primarily designed for C# and other .NET languages - built from git sources. WARNING: building this package will require you to download >500 MB worth of data. |
Upstream URL: | https://www.monodevelop.com |
Keywords: | git monodevelop |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | fusion809 |
Maintainer: | None |
Last Packager: | PCITechie |
Votes: | 4 |
Popularity: | 0.002817 |
First Submitted: | 2016-09-17 02:45 |
Last Updated: | 2020-05-21 09:11 |
Dependencies (17)
- cmake (cmake-git)
- curl (curl-git, curl-minimal-git)
- dotnet-host (dotnet-host-preview, dotnet-host-bin)
- fsharp (fsharp-mono-bin, fsharp-git)
- gnome-sharp
- hicolor-icon-theme (hicolor-icon-theme-git)
- http-parser (http-parser-git)
- libssh2 (libssh2-git)
- mono-addins (mono-addins-git)
- mono-tools
- mono5
- msbuild-stable
- git (git-git) (make)
- nuget (nuget-nightly) (make)
- referenceassemblies-pcl (make)
- rsync (rsync-git) (make)
- xsp (optional) – To run ASP.NET pages directly from monodevelop
Required by (4)
- hexchat-theme-manager (requires monodevelop) (make)
- janet (requires monodevelop)
- monodevelop-emmetplugin (requires monodevelop)
- monogame-git (requires monodevelop) (make)
Latest Comments
1 2 3 Next › Last »
eduardolucioac commented on 2020-06-08 19:24
MonoDevelop (8.X) no loger compile in Linux (only Mac)...
https://github.com/mono/monodevelop/issues/8006
"Embrace, extend, and extinguish!" (EEE) =[
Possible solution is using https://aur.archlinux.org/packages/monodevelop-bin/ .
Hope this helps!
UPDATE: Install xps to easily debug web projects (ASP.NET)...
eduardolucioac commented on 2020-06-08 17:25
Does anyone know what's going wrong? =|
Buddy-Matt commented on 2020-04-21 22:21
Fixed this by editing the line
to
in PKGBUILD (Gnome = linux :()
Next error:
Fixed by installing dotnet-host.
Looks like it's actually building (or downloading a load of stuff by the looks of things) now.
Edit: still failed with a bunch of error cumulating with:
twisty commented on 2020-02-17 14:29
Fails for me:
Makefile:1: main/monodevelop_version: No such file or directory make: *** No rule to make target 'main/monodevelop_version'. Stop.
tacolizard commented on 2018-03-01 00:48
EDIT: solved by removing msbuild-bin and installing msbuild-stable
Build fails for me:
"/tmp/yaourt-tmp-taco/aur-monodevelop-git/src/monodevelop/main/external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj" (Restore target) (1) -> /tmp/yaourt-tmp-taco/aur-monodevelop-git/src/monodevelop/main/external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj(1,1): error MSB4041: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.</project>
wagn3r commented on 2018-01-15 20:55
Please, add
msbuild
to depends.Zephio commented on 2017-12-20 10:00
@grayarcher I managed to solve the monodevelop/main/external/fsharpbinding by copying packages/FSharp.Core/fsharp.core.4.1.23.nupkg and renaming it to uppercase packages/FSharp.Core/FSharp.Core.4.1.23.nupkg. After that encountered similar issue with system.valuetuple.4.4.0.nupkg and renaming to System.ValueTuple.4.4.0.nupkg.
Then everything compiled successfully. As @grayarcher pointed out this issue is caused by paket downloading packages in lowercase.
badonkadong commented on 2017-12-19 08:42
Is this package still a thing ? are you maintaining it ? because this happens to me :
MSBuild auto-detection: using msbuild version '14.0' from '/usr/lib/mono/xbuild/14.0/bin'.
WARNING: Error reading msbuild project information, ensure that your input solution or project file is valid. NETCore and UAP projects will be skipped, only packages.config files will be restored
Installed: 117 package(s) to packages.config projects msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj make[2]: msbuild: Command not found
grayarcher commented on 2017-11-27 23:30
What @Win8Error is referring to is the openssl issue I mentioned. See the source paths: monodevelop-git/src/monodevelop/main/external/libgit2/src/openssl_stream.c(36,3)
I already fixed that with the commands I posted. The last issue (hopefully) that is up for someone to fix is the paket download filename casing inconsistency problem within FSharpBinding. I've been quite busy in the last week so I did not have more time to investigate a fix, but hopefully sometime soon?
fusion809 commented on 2017-11-27 10:32
Yep, look down at the earlier comments we're having trouble fixing these sorts of build errors. I'm happy to accept a fix, but I must admit I'm not a C# programmer, I just am maintaining this package to help.