mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #506] Ubuntu 18.04 no bin folder after build. #459
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#459
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 @MrEMC on GitHub (Jun 26, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/506
I have issues trying to build version 1.5.0. I don't have bin file in linux and it also seem to include new files.
I am getting these warrning which I assume should be alright.

The directory after build.

@tobikuch commented on GitHub (Aug 14, 2018):
i have the exact same Problem on Ubuntu 18.04
@egourgoulhon commented on GitHub (Sep 13, 2018):
I also had the same issue with Ubuntu 18.04 running on a HP Zbook G3. It turns out that the build failed because the
mono-completepackage shipped with Ubuntu 18.04 is too old (this is version 4.6.2) to build nbfc. The solution is to install the latestmono-completepackage from the Mono project page (version 5.14.0), as follows:Then you can do
and everything works.
Side notes:
Linux/bin/Releaseand notLinux/bin/ReleaseLinuxas written in the installation section of the First steps page.nbfc.exewas not in executable mode and I had to dosudo chmod +x nbfc.exebefore runningnbfc.exe config --apply.@github-actions[bot] commented on GitHub (Nov 26, 2019):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed