mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #86] Does not build on Ubuntu 16.04 #77
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#77
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 @smihael on GitHub (May 11, 2016).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/86
I installed mono as in instructions, but nbfc still won't compile. Following errors occur:
Errors:
opt/nbfc-1.4.2/NoteBookFanControl.sln (Build) ->
(Build target) ->
opt/nbfc-1.4.2/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
@hirschmann commented on GitHub (May 13, 2016):
I was able to reproduce this error.
For some reason the mono-complete package on Ubuntu 16.04 does only include assembies for .NET Framework 4.5, but NBFC targets v.4.0.
Fortunately you can override the target version:
xbuild /p:Configuration=ReleaseLinux /p:TargetFrameworkVersion=v4.5 /p:TargetFrameworkProfile="" NoteBookFanControl.slnI'll probably upgrade the project to target v.4.5 soon.
@smihael commented on GitHub (May 21, 2016):
That worked. Would be neice if you update it in the next release.
@hirschmann commented on GitHub (Jun 29, 2016):
Fixed:
d02e70534b