-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
libr_parse.so: undefined reference to `r_flag_get_i' #43
Comments
I can't reproduce, but in order to find the issue i need just the line above the warning. I want to see the complete gcc line, in theory r_flags is compiled before r_parse, so it should be there. Also, if you can upload the complete build log somewhere I may check if it's a race condition or what. Are you running make without -j? |
Today, I again tried to build the project again, and everything went well, no error is reproduced. Sorry to disturb. |
Closed as not reproducible anymore. |
Bug repeated again :( |
Got the same problem with freshly cloned git on Ubuntu 12.10 64 bits. |
You gotta deinstalled any radare2 binaries on your system to reproduce the bug. A workaround is to build a working revision then switching to the latest revision and build from there. |
It is still happening? On Dec 29, 2012, at 1:33, m101 [email protected] wrote:
|
* cleanup: get the include and lib path from r2 * clean up of the main project file * check if r2 is available * corrected r2 binary name m( * qmake error if libr not found Because the project won't build if r2 or the paths are not found emit an error * removed comments and unused variable * Add 'make install' for AppImage * Use 'make install' in travis build
The text was updated successfully, but these errors were encountered: