berkus / snappy

Automatically exported from code.google.com/p/snappy
0 stars 0 forks source link

Cannot compile using py-leveldb #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download pyleveldb
2. Run ./compile_leveldb

What is the expected output? What do you see instead?
It used to run just fine... but now I'm getting 

configure.ac:40: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Another report of this instance: http://blog.plotcup.com/a/68

What version of the product are you using? On what operating system?
I'm on Debian Wheezy 64bit.

Please provide any additional information below.

Original issue reported on code.google.com by ad...@thekks.net on 17 Mar 2013 at 5:46

GoogleCodeExporter commented 9 years ago
Hi,

Please file bugs in py-leveldb against py-leveldb and not Snappy.

Original comment by se...@google.com on 17 Mar 2013 at 8:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Found solution: Looks like I'm missing pkg-config.

Original comment by ad...@thekks.net on 18 Mar 2013 at 3:13