mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #285] Build Error #254
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#254
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 @picarr on GitHub (Jul 9, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/285
Hello ,
i cloned the git hub package nfbc and try to buld it and become 5 errors. Maybe someone has an idea to solve it.
Build FAILED.
Warnings:
/home/ludi/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/ludi/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/ludi/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
/home/ludi/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/home/ludi/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
Errors:
/home/ludi/nbfc/NoteBookFanControl.sln (Build) ->
(Build target) ->
/home/ludi/nbfc/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
Time Elapsed 00:00:03.6885650
@jxjlearn commented on GitHub (Jul 10, 2017):
I had the exactly same errors.
I also tried to build the 1.5.0, and it was built successfully, but NO ReleaseLinux folder was generated.
OS: Ubuntu 16.04 LTS 64-bit.
Please help.
Thanks!
@hirschmann commented on GitHub (Jul 10, 2017):
Duplicate of issue #265
@jxjlearn commented on GitHub (Jul 11, 2017):
I think I installed the latest mono-complete, whose version is 5.0.1.1. But I still get the same error.
@jxjlearn commented on GitHub (Jul 11, 2017):
Actually the answer to issue#236 fix my problem.
i.e. to use the stable version (4.1.0) of nuget.exe
Thanks.
@picarr commented on GitHub (Jul 11, 2017):
Same over here i downloaded nuget.exe version 4.1.0 and it worked.
Thanks!!
@dr-monro commented on GitHub (Nov 2, 2020):
Met this problem when build with mono docker. Seems latest version of mono docker didn't contain wget. Solved by installing wget.