karstengit
karstengit
AAAARRRRGGGH - libclang exists, but not clang. The reason is that i have 2 partitions and worked on the other before. Mea culpa! Sorry! Missing was an apt-get install clang-3.5...
How can i see the version of the plugin in kate? Is there a command to install it in the system directories as root?
I hope this plugin will find a way into the Debian distribution now. But it seems that this need some discussion again ... https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799207 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799204 There is the question if...
I tried to find out how this module must be installed "correctly" in an Debian system. -- Installing: Configuration ??? -- Installing: README.md -> /usr/share/doc/katecpphelperplugin -- Installing: LICENSE -> /usr/share/doc/katecpphelperplugin...
> sure, just specify /usr as install prefix to CMake, but I wouldn't recommend that way (and you as a user of distro # 1 should know the proper way...
> sure, just specify /usr as install prefix to CMake, but I wouldn't recommend that way (and you as a user of distro # 1 should know the proper way...
I found the reason the plugin was not running. One boost library was missing! $ ldd katecpphelperplugin.so linux-vdso.so.1 (0x00007ffeba787000) libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f2b3cbad000) libboost_serialization.so.1.55.0 => not found Defining package dependencies...
That's the way the partition of the SD-Card is shown in Linux: ``` Warning: Unable to open /dev/sdc read-write (file system read-only). /dev/sdc has been opened read-only. Model: Generic STORAGE...
Thank you for your quick response! I am really thankful for your wonderful library that makes it possible to log data direct as files on an SD-Card. So Thank You...
O.K. I found the documentation and the function description now: writeSector() bool SdSpiCard::writeSector ( uint32_t sector, const uint8_t * src ) inline Writes a 512 byte sector to an SD...