mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #157] Linux build does not produce bin folder any longer #144
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#144
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 @kakobrekla on GitHub (Dec 24, 2016).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/157
Hello,
I am trying to compile the latest version on linux according to the published instructions. Bulding is successful, however it does not produce the expected result in
nbfc/Linux/bin/ReleaseLinux.After a lot of fiddling without any change, I tried and succeed compiling previous versions which produced the expected result.
These are the dirs after successful compilation:
find */Linux/ -type fSo in summary, versions 1.4.2. and 1.4.4. produce the
bindirecotry containing the result of the build, 1.4.5. and 1.5. do not. This was tested on a fresh install:Any suggestions?
@hirschmann commented on GitHub (Dec 26, 2016):
Fixed with
524ecf1cf9Thanks for the report!
@kakobrekla commented on GitHub (Dec 30, 2016):
Thank you for the fix -- confirmed working.