-
Notifications
You must be signed in to change notification settings - Fork 1k
doesn't build / binaries don't work #9674
Comments
"DO NOT respond to this ticket"? This is an open source project, not a commercial product from Microsoft, so what you wrote above isn't a "support ticket", and Microsoft is unlikely to respond. Check out https://github.com/dotdevelop/dotdevelop, where the latest code base can compile on major Linux distributions. Its CI steps are what you can follow. |
ok fair I didn't know that "dotdevelop was a thing" but
So I kinda made do with this: Sad choices I know but understand from my perspective go and rust are both bullshit, what little margin they have for solving problems that C# can't solve is so inconsequential, they offer less structure simply because using a more structured language like C# or LINQ the "right" way is a steeper learning curve (great so throw a bunch of shit into files, call files classes modules, or cargo or whatever, maybe use them interchangeably like you would a namespace, and oh introduce the concept of a "public namespace for the hell of it) it just pisses me off, literally nobody in my situation would use C# to be creative the way that I would like to, all of the people in my life who code use go or rust which is evidently better for reasons that I just can't understand. but yet here I am trying to use (compile) an IDE and I'm the only one who thinks its a little suspicious that nobody really seems to care like this, also, what a joke rust and go programmers (println debuggers) lol, I don't know though joke must be on me... |
Another thing i was gonna say, I did get farther with the compile but there's so many external dependencies, building with the gnome profile... attached build log but the error seems specific to mac sdks (gnome profile?)
config.make
looking at the error closer
but if this isn't specified..
removed from main:
then a few others and
more xbuild stuff... and just general wrongness, cant even |
I mean I really would just rather stick to solving real problems that way if building dotdevelop has to be this perilous. And, the number of external dependencies is really discouraging. I don't know if they're locked or if that's some brilliant attempt to apply continuous integration to a project that people are obviously doing the up keep for |
This repo is out of maintenance (or dead), and I covered more background in https://blog.lextudio.com/the-end-of-monodevelop-80b383dab34b . So wishing to use its prebuilt binaries or compile from code is doomed to be difficult (unless you are quite familiar with the code base). dotdevelop is a community initiative to revive the code base at least for Linux and like I said, only enabling the code to compile on certain Linux distributions. Again if you are not quite familiar with Linux and the code base yet, it will be a long way to go and have your first successful build of the code. You might get some help from dotdevelop repo or Discord channel, but not here. |
tried: binaries..........Failed
tried: build...............Failed
alternatives:
go............................Nope
rust..........................Nope
c++..........................Nope
visual studio............I'm seeing this pattern with stuff not working anymore ever since the xamarin / microsoft merger so nope.
Emacs.....................Nope, don't want faux intellisense want monodevelop or visual studio.
Guess I'm retiring here guys thanks for everything.
DO NOT respond to this ticket and say that you don't know what the problem is go try any one of the acceptable options (binaries avail on monodevelop.com, or just frankly try
git cloning it and compiling it, whatever mono packages you need whatever distro none of its any good anymore just delete it.
The text was updated successfully, but these errors were encountered: