Skip to content

Doesn't compile on Linux Mint 22 (based on Ubuntu 24.04 Noble) #158

@Poikilos

Description

@Poikilos
  • 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:

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 make results in:
Makefile:1: main/monodevelop_version: No such file or directory
make: *** No rule to make target 'main/monodevelop_version'.  Stop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions