Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

You are not logged in.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2016-07-10 17:08:25

bigboyq
Contributor
From: China
Registered: 2015-09-22
Posts: 38

Compile Problem, probably readline

ui.c:48:19: error: use of undeclared identifier 'rl_readline_state'
        int need_hack = (rl_readline_state & RL_STATE_READCMD) > 0;
                         ^
ui.c:48:39: error: use of undeclared identifier 'RL_STATE_READCMD'
        int need_hack = (rl_readline_state & RL_STATE_READCMD) > 0;

Have searched google, tried solution

brew link --force readline
make clean
make all
brew unlink readline

doesn't work

git log
commit 83f11ccf729655f17c92b4cf9ae4e10278f8b2e3
Merge: 6fcb5dd fdcfbdc
Author: pwpiwi <pwpiwi@users.noreply.github.com>
Date:   Wed Jun 8 16:20:11 2016 +0200

    Merge pull request #181 from raburton/tune
   
    add l/h option to hw tune and optimize order of tuning

brew

brew config
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew
HEAD: ecc329e33fe7c4ebacb9965aae61ad6a9e332983
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b0632edea5ef128cda7881816288086add07fb27
Core tap last commit: 32 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit skylake
Clang: 7.3 build 703
Git: 2.7.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
System Ruby: 2.0.0-p648
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: N/A
X11: N/A

Anyone who can help?

Offline

Board footer

Powered by FluxBB