-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make Error #3
Comments
Sorry, didn't see this :-( So, the problem is that a git version stamp is generated automatically by the makefile. If you do not have git installed and running then that will cause you issues. You can put a file into ofiles/git_version_info.h containing something like the following (and remove the git_hash_to_c.sh reference in the makefile).
Frankly, the preferred option is to pull the build across as a git tree and build that, and then the problem should go away, and you stay current with the git changes too. Regards DAVE |
nope. it's not quite that. you get that error even in a git clone.
|
(I think you just need a mkdir -p call)
|
Agreed. Thanks for the fix. |
After running make ld: library not found for -liberty Mac OS X high Sierra Kindly help |
Hi Karl,
Try removing that library from the linker configuration ... It was added
because SuSE needed it, but it may not be required in your configuration -
let us know how you get on and I'll put in an automatic variation if it
fixes the issue.
Regards
Dave
…On 6 Jan 2018 10:09 am, "Odun Adeboye" ***@***.***> wrote:
After running make
*ld: library not found for -liberty clang: error: linker command failed
with exit code 1 (use -v to see invocation) make: *** [orbuculum] Error 1*
Mac OS X high Sierra
Kindly help
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFMwj_XMxKZ46qhFmISmVKuw-Nj5QiHmks5tH0Y9gaJpZM4OXWqm>
.
|
Hello Dave, Thanks for this nice software. Completed build of orbuculum What could be the problem? |
Hi,
Ive not got access to a pc at the moment but it seems that the fields
st_ctim and st_mtim appear to be called st_mtime and st_ctime respectively
on osx. They might also be called st_mtimespec and st_ctimespec if it's
being compiled as POSIX (I don't think it will be). Correct the field names
on the errant lines and see how you go. The warnings we can easily fix
later but if this fixes the errors then at least you can get going.
Regards
Dave
|
In Xubuntu 18.04 I installed these to build the app: |
please make a new issue, your issue is completely unrelated to this make directory path error from two years ago |
typing make after cloning gives the following error
/bin/sh: ofiles/git_version_info.h: No such file or directory
make: *** [get_version] Error 1
mac osx sierra
kindly help.
The text was updated successfully, but these errors were encountered: