forked from mono/monodevelop
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
- dotdevelop version: git 7dc1f75
- mono version: 6.13.0 git aae64bc8d42ef2b368f85fe3638ee313f6831799
- msbuild version: 16.10.1 git aae64bc8d42ef2b368f85fe3638ee313f6831799
I was only able to get mono on noble by adding mono's focal repo then using that to build from the new repo https://gitlab.winehq.org/mono/mono. I was concerned that continuing to use the focal version would be all kinds of bad. Therefore, my mono installation is in /usr/local. Hopefully now that Microsoft has given the mono project back to the community there will be newer package(s) soon. In any case, that setup didn't allow configuring dotdevelop as show below.
Steps taken:
- Build mono. I documented steps here: https://github.com/Hierosoft/linux-preinstall/blob/master/developer/mono-from-source.deb.sh
- Configure dotdevelop
git submodule update --init --recursive
./configure
- Result:
The build profile 'default' does not exist. A new profile will be created.
cp: cannot stat 'profiles/stable': No such file or directory
./configure: line 88: profiles/all: No such file or directory
Select the packages to include in the build for the profile 'default':
Enter the number of an add-in to enable/disable,
(q) quit, (c) clear all, (s) select all, or ENTER to continue:
- I pressed enter and got:
./configure: line 156: profiles/default: No such file or directory
Configuration Summary
---------------------
MonoDevelop has been configured with
prefix = /usr/local
profile = default
Packages included in the build:
- Then
makeresults in:
Makefile:1: main/monodevelop_version: No such file or directory
make: *** No rule to make target 'main/monodevelop_version'. Stop.
Metadata
Metadata
Assignees
Labels
No labels