Google Code Exporter
Google Code Exporter
``` hi guys.. im installed, libnfc-1.7.1 with pynfc when i run the example, this show this. libnfc.so.5: undefined symbol: ncf_connect ``` Original issue reported on code.google.com by `[email protected]` on 24...
``` The current svn version is not compatible with the recent libnfc api. E.g. nfc_connect and disconnect where renamed to nfc_open and nfc_close. ``` Original issue reported on code.google.com by...
``` With the snippet: mod_targets = ( pynfc.Modulation(nmt=nfc.NMT_ISO14443A, nbr=nfc.NBR_UNDEFINED), pynfc.Modulation(nmt=nfc.NMT_ISO14443B, nbr=nfc.NBR_UNDEFINED), ) targets = nfc.poll_targets(mod_targets, 20, 2) => crash with: Traceback (most recent call last): File "testnfc.py", line 33, in...
``` What steps will reproduce the problem? 1. you have to change in setup.py line that says /usr/include -> /usr/local/include (default dir where libnfc is install) 2. python setup.py build_ext...
``` What steps will reproduce the problem? 1. Add an include path to a folder that doesn't exist. 2. Run cppcheck. What is the expected output? Ignore bad paths. What...
``` Running cppcheclipse with Luna no longer displays the name and path of the source module, instead it just displays the name of the project and no path. It does...
``` What steps will reproduce the problem? 1. run cppcheck on CDT project What is the expected output? 1. Would expect to see problems and markers. What do you see...
``` What steps will reproduce the problem? 1. Run cppcheck plugin within Eclipse 3.8.2, Linux 64-bit on a C or C++ file 2. See console output 3. The template flag...
``` What steps will reproduce the problem? 1. Using Keepnote to create a note tree, modifying said tree by deleting and moving nodes. 2. Closing Keepnote 3. Trying to open...
``` Navigation would become more comfortable if you could not only group notes in a tree but also specify tags (keywords) for them. Such feature is implemented in Techno Notes...