Tag: 使

P1630上kubuntu 13.04(64位)上的fujitsu-usb-touchscreen:`make`错误

我在新的Fujitsu LifeBook P1630上安装了Kubuntu 13.04(64位),并添加了几个软件包: 第一个aptitude ,然后我做了aptitude update && safe-upgrade ,然后xinput-calibrator (这似乎工作,除了每次我重新启动系统时我必须再次运行它),然后gcc , make , build-essential , checkinstall , binutils和linux-source 。 然后我下载了文件cybergene-fujitsu-usb-touchscreen-112fdb75b406.zip ,它链接自页面https://bitbucket.org/cybergene/fujitsu-usb-touchscreen/overview (我假设它是难以捉摸的v0.3.9 ,似乎没有任何地方以该名称链接); 我将其内容提取到目录~/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406并尝试运行make 。 控制台(呃,Konsole)跟踪如下: archelon@ingelrayok:~/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406$ make make -C /lib/modules/3.8.0-30-generic/build M=/home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406 modules make[1]: Entering directory `/usr/src/linux-headers-3.8.0-30-generic’ CC [M] /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.o /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c: In function ‘usb_u810_tablet_irq’: /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:133:4: error: implicit declaration of function ‘dbg’ [-Werror=implicit-function-declaration] /home/archelon/fujitsu-touchscreen-driver/cybergene-fujitsu-usb-touchscreen-112fdb75b406/fujitsu_usb_touchscreen.c:182:3: error: […]

尝试安装ideviceactivate时无法运行`make`和`make install`

我无法在我的Ubuntu 16.4上安装ideviceactivate 。 我从github获得了克隆目录。 当我运行make我得到这个: make -C src make[1]: Entering directory ‘/home/dyrexion/Downloads/ideviceactivate-master/src’ gcc -o ideviceactivate ideviceactivate.c activate.c cache.c util.c -g -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -pthread -L/usr/local/lib -limobiledevice -lplist -lusbmuxd -lgthread-2.0 -lrt -lgnutls -ltasn1 -lxml2 -lglib-2.0 -lcurl activate.c: In function ‘do_activation’: activate.c:325:34: warning: passing argument 2 of ‘plist_to_xml’ from incompatible pointer type [-Wincompatible-pointer-types] plist_to_xml(activation_record, &xml, […]

在Ubuntu 16.04上安装watchman时出错

git clone https://github.com/facebook/watchman.git cd watchman/ git checkout v4.7.0 sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev ./autogen.sh ./configure make sudo make install 在make步骤中,我收到以下错误,我认为这意味着我无法继续使用sudo make install 。 make all-am make[1]: Entering directory ‘/home/jcovingt/watchman’ make[1]: *** No rule to make target ‘thirdparty/tap.cpp’, needed by ‘thirdparty/libtap_a-tap.o’. Stop. make[1]: Leaving directory ‘/home/jcovingt/watchman’ Makefile:869: recipe for target ‘all’ […]

找不到命令

基于搜索各种论坛,我遇到了一个似乎不常见的问题。 我无法运行Make命令。 信息: The program ‘make’ is currently not installed. You can install it by typing: sudo apt-get install make 这样做: sudo apt-get install make Reading package lists… Done Building dependency tree Reading state information… Done make is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 但是当我尝试运行Make时,我得到了同样的信息。 […]

我该如何安装make?

/usr/bin/perl install-module.pl –all ERROR: Using install-module.pl requires that you install “make”. 我需要在AWS EC2上的ubuntu上安装make。 我怎样才能做到这一点 ? 我终于可以成功安装build-essential。 # make make: *** No targets specified and no makefile found. Stop.