mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-27 01:25:59 +03:00
[GH-ISSUE #250] Build issue on LinuxMint 18.1 #221
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lunetic on GitHub (May 30, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/250
Hello,
on LinuxMint 18.1 with all updates I get these build errors:
/home/linux/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/home/linux/nbfc/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
This is with nbfc 1.5.0.
With nbfc 1.5.3 I get even more errors and warnings.
mono-complete 4.2.1 and build-essential is installed.
Build on Ubuntu 16.04.2 works ok!
Any idea?
@Tilogorn commented on GitHub (Jun 7, 2017):
Can confirm build errors on Linux Mint 18.1
Cloned current master, installed fresh mono-complete 4.2.1
@hirschmann commented on GitHub (Jun 8, 2017):
The mono version in the Mint 18.1 repositories is too old.
There are multiple solutions to this problem:
@hirschmann commented on GitHub (Jun 13, 2017):
The problem should be fixed with commit
3b1721f@iguerendiain commented on GitHub (Aug 6, 2017):
The problem is still present after the commit. Same error on LInux Mint 18.2
@hirschmann commented on GitHub (Aug 7, 2017):
Commit
3b1721ffixes @lunetic's issue only.@Tilogorn's issue is due to an outdated version of mono.
If you want to build NBFC on Linux, follow these instructions: https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux
@iguerendiain commented on GitHub (Aug 7, 2017):
I understand, however, you answerd @Tilogorn with "Update to Mint 18.2" as s possible solution and I wanted to let you know that trying to compile it on Linux Mint 18.2 yields the same result.
What version of Mono should I be using in order to successfully compile NBFC?
Thanks
@hirschmann commented on GitHub (Aug 7, 2017):
Thanks for the information, I just assumed Mint 18.2 would ship an up-to-date version of mono.
I've successfully built nbfc on Ubuntu/mono 4.6.2, but you don't have to use that specific version.
It's usually easier to update to the latest version, following these instructions: http://www.mono-project.com/download/#download-lin