I'm trying to install PIKLAB IDE for Microchip PIC controllers programming but stucking at error message as below:
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Error at /usr/share/kde4/apps/cmake/modules/FindQt4.cmake:420 (FILE):
file Internal CMake error when trying to open file:
/home/bnh/Downloads/piklab-0.16.2/CMakeFiles/CMakeTmpQmake/tmp.pro for
writing.
May anyone tell
Up to FC18, I had eventually found which groups a user had to be in the use an ICD2 7 with piklab,
which were root and microchip
The rules are correct in udev rules, both grpoups have been added and added to the user group memebership.
Also tried adding Microchip, usbuser, usbusers,
I can use the app as root, but not as a user.
unfortunately no piklab log .
running piklab from strace doe
I was trying to build dekorator, but
CMake Error at /usr/share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
Did not find automoc4 (Automoc4Config.cmake, install
git://anongit.kde.org/automoc).
Hello, well i dont know how to begin really.
I deleted openssl to install another version that the application im mainly going to develop needs, then my CMAKE started saying that ZLIB_DIR-NOTFOUND but the include path and the library where still there, is there any package or similiar i can install to restore it?
I downloaded Komparator source from this page.
Hello, I am trying to install OpenGazer (https://github.com/opengazer/OpenGazer) to test for possible use by a student with cerebral palsy. This program requires VXL, which requires a manual install/build. I am attempting to follow the directions posted here (http://vxl.sourceforge.net/releases/...l-release.html), which involves using CMake.
I'm trying to install some packages neede to install APP SDK
When i do this
Code:
apt-get install libroot-python-dev libboost-python-dev zlib1g-dev libssl-dev cmake libboost1.40-all-dev
I get this
Code:
cmake libboost1.40-all-dev
Reading package lists... Done
Building dependency tree
Reading state information...
I am trying to use ncurses in Python 2.6 on openSUSE 11.2, but the curses module appears to be missing.
I keep getting this error:
Code:
>>> import curses
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
I am trying to install a bitcoin-repote-rpc miner from [http://www.mediafire.com/file/ve608cl5mk1ka3l/bitcoin-remote-rpc-20110227-src.zip] on my laptop running on ubuntu quantal. I need to use CMake to build the project. I have encountered a few errors and I have managed to solve them by installing the dependencies.