Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1521360
  • 博文数量: 290
  • 博客积分: 3468
  • 博客等级: 中校
  • 技术积分: 3461
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-28 22:21
文章分类

全部博文(290)

文章存档

2016年(13)

2015年(3)

2014年(42)

2013年(67)

2012年(90)

2011年(75)

分类: 嵌入式

2014-05-12 17:28:31

cmake  -DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_CUPS=OFF -DWITH_FFMPEG=OFF -DWITH_GSTREAMER=ON \
-DWITH_XINERAMA=ON -DWITH_XV=OFF \
-DWITH_XRANDR=ON -DWITH_NEON=OFF \
-DCHANNEL_URBDRC_CLIENT=ON -DWITH_PCSC=ON \
-DWITH_DEBUG_SVC=ON  \
../freerdp-1.1-140227


cmake \
-DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_PULSE=ON \
    -DWITH_CUPS=OFF \
-DWITH_FFMPEG=ON \
-DWITH_GSTREAMER=ON \
-DWITH_NEON=ON \
../freerdp-1.1-140227


PC:
cmake  \
-DCMAKE_INSTALL_PREFIX=/usr/local/freerdp-master \
-DWITH_PULSE=ON \
-DWITH_CUPS=ON \
-DCHANNEL_PRINTER=ON \
-DCHANNEL_PRINTER_CLIENT=ON \
-DWITH_FFMPEG=ON -DWITH_GSTREAMER=ON \
-DCHANNEL_URBDRC_CLIENT=ON -DWITH_PCSC=ON \
../freerdp-master

Loading device service printer (static)
LoadLibraryA: /opt/usr/freerdp-1.1/lib/freerdp/printer-client.so: cannot open shared object file: No such file or directory


没有编译printer 通道
-DCHANNEL_PRINTER=ON \
-DCHANNEL_PRINTER_CLIENT=ON \

LoadLibraryA: /opt/usr/freerdp-1.1/lib/freerdp/urbdrc-client.so: cannot open shared object file: No such file or directory



没有编译urbdrc 通道
-DWITH_PCSC=ON
-DCHANNEL_URBDRC_CLIENT=ON

cmake  -DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_CUPS=OFF -DWITH_FFMPEG=OFF -DWITH_GSTREAMER=ON \
-DWITH_XINERAMA=ON -DWITH_XV=OFF \
-DWITH_XRANDR=ON -DWITH_NEON=OFF \
-DCHANNEL_URBDRC_CLIENT=ON -DWITH_PCSC=ON \
-DWITH_DEBUG_SVC=ON  \
../freerdp-1.1-140114

apt-get install libpcsclite-dev

-- UDev not found.
-- UDev: You can specify includes: -DUDEV_PATH_INCLUDES=/opt/udev/include
--  currently found includes: UDEV_INCLUDE_DIR-NOTFOUND
-- UDev: You can specify libs: -DUDEV_PATH_LIB=/opt/udev/lib
--  currently found libs: UDEV_LIBRARIES-NOTFOUND
CMake Error at cmake/FindUDev.cmake:51 (MESSAGE):
  Could not find UDev library
Call Stack (most recent call first):
  channels/urbdrc/client/CMakeLists.txt:34 (find_package)

apt-get install libudev-dev

CMake Error at cmake/FindUUID.cmake:106 (message):
  Could not find UUID
Call Stack (most recent call first):
  channels/urbdrc/client/CMakeLists.txt:35 (find_package)

apt-get install uuid-dev


CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBUSB_1_LIBRARY
    linked by target "urbdrc-client-libusb" in directory /home/water/project/nc_protocol/freerdp-1.1-140114/channels/urbdrc/client/libusb

apt-get install libusb-1.0-0-dev

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
DBUS_GLIB_LIBRARY (ADVANCED)
    linked by target "urbdrc-client" in directory /root/freerdp-1.1-140227/channels/urbdrc/client
    linked by target "urbdrc-client-libusb" in directory /root/freerdp-1.1-140227/channels/urbdrb

apt-get install libdbus-glib-1-dev

cmake \
-DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_PULSE=ON \
    -DWITH_CUPS=OFF \
-DWITH_FFMPEG=ON \
-DWITH_GSTREAMER=ON \
../freerdp-1.1-140408

/home/water/project/nc_protocol/freerdp-1.1-140227/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:33:32: fatal error: libavcodec/avcodec.h: No such file or directory
compilation terminated.

sudo apt-get install libavcodec-dev -y




阅读(8484) | 评论(0) | 转发(0) |
0

上一篇:xterm 支持中文

下一篇:qt .pro 文件范例

给主人留下些什么吧!~~