biddyweb / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

undefined reference to `mu::ParserBase::Eval() const' #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make
2.
3.

What is the expected output? What do you see instead?
animesh@animesh-K53SM:~/androguard$ sudo make
In file included from /usr/include/c++/4.6/ext/hash_map:61:0,
                 from formula.h:35,
                 from test.cc:1:
/usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This 
file includes at least one deprecated or antiquated header which may be removed 
without further notice at a future date. Please use a non-deprecated interface 
with equivalent functionality instead. For a listing of replacement headers and 
interfaces, consult the file backward_warning.h. To disable this warning use 
-Wno-deprecated. [-Wcpp]
formula.o: In function `Formula::eval()':
formula.cc:(.text+0x2b4): undefined reference to `mu::ParserBase::Eval() const'
collect2: ld returned 1 exit status
make[3]: *** [TEST] Error 1
make[2]: *** [LIBS] Error 2
make[1]: *** [LIBS] Error 2
make: *** [LIBS] Error 2

What version of the product are you using? On what operating system?
hg clone https://androguard.googlecode.com/hg/ androguard 

Please provide any additional information below.
am using muparser 2.2.3 with python 2.7

Original issue reported on code.google.com by animeshu...@gmail.com on 4 Feb 2014 at 12:51