No such file or directory -CSDN社区 (2025)

社区 Cocos2d-x

帖子详情

有一个仙儿 2017-07-31 12:06:16

电脑最近重装过,先安装好VS后就装了cocos2dx,之后新建cocos2dx项目HelloWorld,cocos2dx版本是3.15.1,VS版本是2017,python版本为2.7.13,

报错提示No such file or directory -CSDN社区 (2)No such file or directory -CSDN社区 (3)

属性面板No such file or directory -CSDN社区 (4)

自我感觉是vc基础库目录不对,但是又找不到合适的路径,各位大佬有没有什么建议呢

...全文

4756 5

打赏 收藏

分享

转发到动态

举报

AI 作业

写回复

用AI写文章

5 条回复

切换为时间正序

请发表友善的回复…

发表回复

有一个仙儿 2017-08-07

  • 打赏
  • 举报
回复

引用 3 楼 daoxwj 的回复:
 原因之一:有可能是环境变量设置不对。user用户变量和system变量TEMP和TMP的变量值都为%SystemRoot%\TEMP ,在正常机器上,这是没有问题的,但是有的用户机器的系统盘是手动更改成C盘的,本来应该为E盘。  解决办法:将user用户变量和system变量TEMP和TMP的变量值都改为C:\WINDOWS\Temp  原因之二:和预编译头的设置有关。  解决办法:打开Settings对话框,左边的Settings For中选中Release,底下的TreeView中选中StdAfx.cpp,右边选中C/C++标签页,Category选Precompiled Headers,底下选Create precompiled header,Through header填StdAfx.h。左边的TreeView中依次选中工程中其他所有的cpp,Precompiled Headers都选中Use precompiled header file,Through header填StdAfx.h。最后,"OK"、"Rebuild All"。  原因三:该错误是由 TMP 环境变量的末尾分号引起的。例如:TMP=C:\TMP;  解决办法:从命令行设置 TMP 环境变量正确方法是,如下所示:C:\>SET TMP=C:\TMP  非常重要的环境字符串不能结束用分号 (;),因为编译器将中间文件名追加到 TMP 路径。 通过从路径中删除分号,编译器可以正确地创建该文件。
按照原因一改完之后出现了这样的报错No such file or directory -CSDN社区 (6)

大拙男 2017-08-07

  • 打赏
  • 举报
回复

引用 4 楼 qq_36581112 的回复:
[quote=引用 3 楼 daoxwj 的回复:] 原因之一:有可能是环境变量设置不对。user用户变量和system变量TEMP和TMP的变量值都为%SystemRoot%\TEMP ,在正常机器上,这是没有问题的,但是有的用户机器的系统盘是手动更改成C盘的,本来应该为E盘。  解决办法:将user用户变量和system变量TEMP和TMP的变量值都改为C:\WINDOWS\Temp  原因之二:和预编译头的设置有关。  解决办法:打开Settings对话框,左边的Settings For中选中Release,底下的TreeView中选中StdAfx.cpp,右边选中C/C++标签页,Category选Precompiled Headers,底下选Create precompiled header,Through header填StdAfx.h。左边的TreeView中依次选中工程中其他所有的cpp,Precompiled Headers都选中Use precompiled header file,Through header填StdAfx.h。最后,"OK"、"Rebuild All"。  原因三:该错误是由 TMP 环境变量的末尾分号引起的。例如:TMP=C:\TMP;  解决办法:从命令行设置 TMP 环境变量正确方法是,如下所示:C:\>SET TMP=C:\TMP  非常重要的环境字符串不能结束用分号 (;),因为编译器将中间文件名追加到 TMP 路径。 通过从路径中删除分号,编译器可以正确地创建该文件。
按照原因一改完之后出现了这样的报错No such file or directory -CSDN社区 (8)[/quote]给个QQ号来,我帮你远程看看

大拙男 2017-08-02

  • 打赏
  • 举报
回复

 原因之一:有可能是环境变量设置不对。user用户变量和system变量TEMP和TMP的变量值都为%SystemRoot%\TEMP ,在正常机器上,这是没有问题的,但是有的用户机器的系统盘是手动更改成C盘的,本来应该为E盘。  解决办法:将user用户变量和system变量TEMP和TMP的变量值都改为C:\WINDOWS\Temp  原因之二:和预编译头的设置有关。  解决办法:打开Settings对话框,左边的Settings For中选中Release,底下的TreeView中选中StdAfx.cpp,右边选中C/C++标签页,Category选Precompiled Headers,底下选Create precompiled header,Through header填StdAfx.h。左边的TreeView中依次选中工程中其他所有的cpp,Precompiled Headers都选中Use precompiled header file,Through header填StdAfx.h。最后,"OK"、"Rebuild All"。  原因三:该错误是由 TMP 环境变量的末尾分号引起的。例如:TMP=C:\TMP;  解决办法:从命令行设置 TMP 环境变量正确方法是,如下所示:C:\>SET TMP=C:\TMP  非常重要的环境字符串不能结束用分号 (;),因为编译器将中间文件名追加到 TMP 路径。 通过从路径中删除分号,编译器可以正确地创建该文件。

有一个仙儿 2017-07-31

  • 打赏
  • 举报
回复

引用 1 楼 daoxwj 的回复:
感觉是VS配置的问题
VS应该是怎么配置呢

大拙男 2017-07-31

  • 打赏
  • 举报
回复

感觉是VS配置的问题

No such file or directory -CSDN社区 (12) Visual+C+++中fatal+error+C1083的解决办法

Visual+C+++中fatal+error+C1083的解决办法

No such file or directory -CSDN社区 (13) lichee_20170502_1607_全志R16的linux系统编译需要改动的文件_使用parrotv1.1的内核_没有外层目录.7z

rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ tar zxvf lichee_parrotv1.1_20161202.tar.gzrootroot@cm-System-Product-Name:/home/wwt/linux_r16$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ ll总用量 10786992drwx------ 4 rootroot rootroot 4096 5月 2 14:48 ./drwxrwxrwx 18 rootroot rootroot 4096 5月 2 13:50 ../-rwx------ 1 rootroot rootroot 8557328646 12月 2 16:08 android_parrotv1.1_20161202.tar.gz*drwxrwxr-x 7 rootroot rootroot 4096 12月 2 15:52 lichee/-rwx------ 1 rootroot rootroot 2488523424 12月 2 16:15 lichee_parrotv1.1_20161202.tar.gz*drwxrwxr-x 8 rootroot rootroot 4096 5月 2 14:40 parrotv1p1_lichee/rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ cd lichee/rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ll总用量 36drwxrwxr-x 7 rootroot rootroot 4096 12月 2 15:52 ./drwx------ 4 rootroot rootroot 4096 5月 2 14:48 ../drwxrwxr-x 8 rootroot rootroot 4096 12月 2 15:51 brandy/drwxrwxr-x 15 rootroot rootroot 4096 12月 2 15:52 buildroot/-r-xr-xr-x 1 rootroot rootroot 55 12月 2 15:52 build.sh*drwxrwxr-x 26 rootroot rootroot 4096 12月 2 15:52 linux-3.4/-r--r--r-- 1 rootroot rootroot 232 12月 2 15:52 READMEdrwxrwxr-x 6 rootroot rootroot 4096 12月 2 15:51 .repo/drwxrwxr-x 7 rootroot rootroot 4096 12月 2 15:52 tools/rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh configWelcome to mkscript setup progressAll available chips: 0. sun8iw5p1Choice: 0All available platforms: 0. android 1. dragonboard 2. linux 3. tinaChoice: 2All available kernel: 0. linux-3.4Choice: 0All available boards: 0. bell-one 1. evb 2. evb-20 3. evb-30 4. evb-rtl8723bs 5. sc3813rChoice: 3rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh KCONFIG_AUTOCONFIG=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/.config /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/conf --silentoldconfig Config.in## make dependencies written to .auto.deps# ATTENTION buildroot devels!# See top of this file before playing with this auto-preprequisites!#make[1]:正在离开目录 `/home/wwt/linux_r16/lichee/buildroot'You must install 'makeinfo' on your build machinemakeinfo is usually part of the texinfo package in your distributionmake: *** [dependencies] 错误 1make:离开目录“/home/wwt/linux_r16/lichee/buildroot”ERROR: build buildroot Failedrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ d/buildroot-config/conf.o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/zconf.tab.o -o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/confrm /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/zconf.tab.cmake[1]:正在离开目录 `/home/wwt/linux_r16/lichee/buildroot/package/config'## configuration written to /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/.config#make:离开目录“/home/wwt/linux_r16/lichee/buildroot”make:进入目录'/home/wwt/linux_r16/lichee/buildroot'/usr/bin/make -j6 O=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot silentoldconfigmake[1]: 正在进入目录 `/home/wwt/linux_r16/lichee/buildroot' GEN /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/MakefileKCONFIG_AUTOCONFIG=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/.config /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/conf --silentoldconfig Config.in## make dependencies written to .auto.deps# ATTENTION buildroot devels!# See top of this file before playing with this auto-preprequisites!#make[1]:正在离开目录 `/home/wwt/linux_r16/lichee/buildroot'You must install 'makeinfo' on your build machinemakeinfo is usually part of the texinfo package in your distributionmake: *** [dependencies] 错误 1make:离开目录“/home/wwt/linux_r16/lichee/buildroot”ERROR: build buildroot Failedrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ sudo apt-get install texinfo[sudo] password for rootroot: 正在读取软件包列表... 完成正在分析软件包的依赖关系树 正在读取状态信息... 完成 下列软件包是自动安装的并且现在不需要了: fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakerootUse 'apt-get autoremove' to remove them.将会安装下列额外的软件包: libencode-locale-perl libfile-listing-perl libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libintl-perl libio-html-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libnet-http-perl libtext-unidecode-perl libwww-perl libwww-robotrules-perl libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl建议安装的软件包: libdata-dump-perl libintl-xs-perl libcrypt-ssleay-perl libauthen-ntlm-perl texinfo-doc-nonfree下列【新】软件包将被安装: libencode-locale-perl libfile-listing-perl libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libintl-perl libio-html-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libnet-http-perl libtext-unidecode-perl libwww-perl libwww-robotrules-perl libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl texinfo升级了 0 个软件包,新安装了 28 个软件包,要卸载 0 个软件包,有 737 个软件包未被升级。需要下载 3,425 kB 的软件包。解压缩后会消耗掉 13.0 MB 的额外空间。您希望继续执行吗? [Y/n] y获取:1 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libencode-locale-perl all 1.03-1 [12.4 kB]获取:2 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhttp-date-perl all 6.02-1 [10.4 kB]获取:3 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libfile-listing-perl all 6.04-1 [9,774 B]获取:4 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libfont-afm-perl all 1.20-1 [14.3 kB]获取:5 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhtml-tagset-perl all 3.20-2 [13.5 kB]获取:6 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhtml-parser-perl amd64 3.71-1build1 [98.2 kB]获取:7 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libio-html-perl all 1.00-1 [15.7 kB]获取:8 http://cn.archive.ubuntu.com/ubuntu/ trusty/main liblwp-mediatypes-perl all 6.02-1 [21.7 kB]获取:9 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhttp-message-perl all 6.06-1 [78.7 kB]获取:10 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhtml-form-perl all 6.03-1 [23.5 kB]获取:11 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhtml-tree-perl all 5.03-1 [215 kB]获取:12 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhtml-format-perl all 2.11-1 [44.7 kB]获取:13 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhttp-cookies-perl all 6.00-2 [23.3 kB]获取:14 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhttp-daemon-perl all 6.01-1 [17.0 kB]获取:15 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libhttp-negotiate-perl all 6.00-2 [13.4 kB]获取:16 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libintl-perl all 1.23-1build1 [1,204 kB]获取:17 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libnet-http-perl all 6.06-1 [24.2 kB]获取:18 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libwww-robotrules-perl all 6.01-1 [14.1 kB]获取:19 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libwww-perl all 6.05-2 [146 kB]获取:20 http://cn.archive.ubuntu.com/ubuntu/ trusty-updates/main liblwp-protocol-https-perl all 6.04-2ubuntu0.1 [7,644 B]获取:21 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libtext-unidecode-perl all 0.04-2 [115 kB]获取:22 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libxml-namespacesupport-perl all 1.11-1 [13.2 kB]获取:23 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libxml-sax-base-perl all 1.07-1 [21.5 kB]获取:24 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]获取:25 http://cn.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml-libxml-perl amd64 2.0108+dfsg-1ubuntu0.1 [337 kB]获取:26 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libxml-parser-perl amd64 2.41-1build3 [294 kB]获取:27 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libxml-sax-expat-perl all 0.40-2 [11.5 kB]获取:28 http://cn.archive.ubuntu.com/ubuntu/ trusty/main texinfo amd64 5.2.0.dfsg.1-2 [561 kB]下载 3,425 kB,耗时 2秒 (1,303 kB/s)Selecting previously unselected package libencode-locale-perl.(正在读取数据库 ... 系统当前共安装有 213805 个文件和目录。)Preparing to unpack .../libencode-locale-perl_1.03-1_all.deb ...Unpacking libencode-locale-perl (1.03-1) ...Selecting previously unselected package libhttp-date-perl.Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ...Unpacking libhttp-date-perl (6.02-1) ...Selecting previously unselected package libfile-listing-perl.Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ...Unpacking libfile-listing-perl (6.04-1) ...Selecting previously unselected package libfont-afm-perl.Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ...Unpacking libfont-afm-perl (1.20-1) ...Selecting previously unselected package libhtml-tagset-perl.Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ...Unpacking libhtml-tagset-perl (3.20-2) ...Selecting previously unselected package libhtml-parser-perl.Preparing to unpack .../libhtml-parser-perl_3.71-1build1_amd64.deb ...Unpacking libhtml-parser-perl (3.71-1build1) ...Selecting previously unselected package libio-html-perl.Preparing to unpack .../libio-html-perl_1.00-1_all.deb ...Unpacking libio-html-perl (1.00-1) ...Selecting previously unselected package liblwp-mediatypes-perl.Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ...Unpacking liblwp-mediatypes-perl (6.02-1) ...Selecting previously unselected package libhttp-message-perl.Preparing to unpack .../libhttp-message-perl_6.06-1_all.deb ...Unpacking libhttp-message-perl (6.06-1) ...Selecting previously unselected package libhtml-form-perl.Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ...Unpacking libhtml-form-perl (6.03-1) ...Selecting previously unselected package libhtml-tree-perl.Preparing to unpack .../libhtml-tree-perl_5.03-1_all.deb ...Unpacking libhtml-tree-perl (5.03-1) ...Selecting previously unselected package libhtml-format-perl.Preparing to unpack .../libhtml-format-perl_2.11-1_all.deb ...Unpacking libhtml-format-perl (2.11-1) ...Selecting previously unselected package libhttp-cookies-perl.Preparing to unpack .../libhttp-cookies-perl_6.00-2_all.deb ...Unpacking libhttp-cookies-perl (6.00-2) ...Selecting previously unselected package libhttp-daemon-perl.Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ...Unpacking libhttp-daemon-perl (6.01-1) ...Selecting previously unselected package libhttp-negotiate-perl.Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ...Unpacking libhttp-negotiate-perl (6.00-2) ...Selecting previously unselected package libintl-perl.Preparing to unpack .../libintl-perl_1.23-1build1_all.deb ...Unpacking libintl-perl (1.23-1build1) ...Selecting previously unselected package libnet-http-perl.Preparing to unpack .../libnet-http-perl_6.06-1_all.deb ...Unpacking libnet-http-perl (6.06-1) ...Selecting previously unselected package libwww-robotrules-perl.Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ...Unpacking libwww-robotrules-perl (6.01-1) ...Selecting previously unselected package libwww-perl.Preparing to unpack .../libwww-perl_6.05-2_all.deb ...Unpacking libwww-perl (6.05-2) ...Selecting previously unselected package liblwp-protocol-https-perl.Preparing to unpack .../liblwp-protocol-https-perl_6.04-2ubuntu0.1_all.deb ...Unpacking liblwp-protocol-https-perl (6.04-2ubuntu0.1) ...Selecting previously unselected package libtext-unidecode-perl.Preparing to unpack .../libtext-unidecode-perl_0.04-2_all.deb ...Unpacking libtext-unidecode-perl (0.04-2) ...Selecting previously unselected package libxml-namespacesupport-perl.Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ...Unpacking libxml-namespacesupport-perl (1.11-1) ...Selecting previously unselected package libxml-sax-base-perl.Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ...Unpacking libxml-sax-base-perl (1.07-1) ...Selecting previously unselected package libxml-sax-perl.Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...Selecting previously unselected package libxml-libxml-perl.Preparing to unpack .../libxml-libxml-perl_2.0108+dfsg-1ubuntu0.1_amd64.deb ...Unpacking libxml-libxml-perl (2.0108+dfsg-1ubuntu0.1) ...Selecting previously unselected package libxml-parser-perl.Preparing to unpack .../libxml-parser-perl_2.41-1build3_amd64.deb ...Unpacking libxml-parser-perl (2.41-1build3) ...Selecting previously unselected package libxml-sax-expat-perl.Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ...Unpacking libxml-sax-expat-perl (0.40-2) ...Selecting previously unselected package texinfo.Preparing to unpack .../texinfo_5.2.0.dfsg.1-2_amd64.deb ...Unpacking texinfo (5.2.0.dfsg.1-2) ...Processing triggers for man-db (2.6.7.1-1) ...Processing triggers for doc-base (0.10.5) ...Processing 1 added doc-base file...正在设置 libencode-locale-perl (1.03-1) ...正在设置 libhttp-date-perl (6.02-1) ...正在设置 libfile-listing-perl (6.04-1) ...正在设置 libfont-afm-perl (1.20-1) ...正在设置 libhtml-tagset-perl (3.20-2) ...正在设置 libhtml-parser-perl (3.71-1build1) ...正在设置 libio-html-perl (1.00-1) ...正在设置 liblwp-mediatypes-perl (6.02-1) ...正在设置 libhttp-message-perl (6.06-1) ...正在设置 libhtml-form-perl (6.03-1) ...正在设置 libhtml-tree-perl (5.03-1) ...正在设置 libhtml-format-perl (2.11-1) ...正在设置 libhttp-cookies-perl (6.00-2) ...正在设置 libhttp-daemon-perl (6.01-1) ...正在设置 libhttp-negotiate-perl (6.00-2) ...正在设置 libintl-perl (1.23-1build1) ...正在设置 libnet-http-perl (6.06-1) ...正在设置 libwww-robotrules-perl (6.01-1) ...正在设置 libtext-unidecode-perl (0.04-2) ...正在设置 libxml-namespacesupport-perl (1.11-1) ...正在设置 libxml-sax-base-perl (1.07-1) ...正在设置 libxml-sax-perl (0.99+dfsg-2ubuntu1) ...update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version正在设置 libxml-libxml-perl (2.0108+dfsg-1ubuntu0.1) ...update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version正在设置 texinfo (5.2.0.dfsg.1-2) ...Running mktexlsr. This may take some time. ... done.正在设置 libwww-perl (6.05-2) ...正在设置 liblwp-protocol-https-perl (6.04-2ubuntu0.1) ...正在设置 libxml-parser-perl (2.41-1build3) ...正在设置 libxml-sax-expat-perl (0.40-2) ...update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new versionrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh http://blog.csdn.net/linuxarmsummary/article/details/12775457msgfmt包错误 makeinfo 包错误e.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c/usr/bin/gcc -std=gnu99 -I. -O2 -I/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/include -I/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/include -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.cIn file included from clean-temp.h:22:0, from clean-temp.c:23:./stdio.h:456:1: error: 'gets' undeclared here (not in a function) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ^mv -f .deps/exitfail.Tpo .deps/exitfail.Po/usr/bin/gcc -std=gnu99 -I. -O2 -I/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/include -I/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/include -MT fatal-signal.o -MD -MP -MF .deps/fatal-signal.Tpo -c -o fatal-signal.o fatal-signal.cmv -f .deps/c-ctype.Tpo .deps/c-ctype.Po/usr/bin/gcc -std=gnu99 -I. -O2 -I/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/include -I/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/include -MT fd-safer-flag.o -MD -MP -MF .deps/fd-safer-flag.Tpo -c -o fd-safer-flag.o fd-safer-flag.cmv -f .deps/c-stack.Tpo .deps/c-stack.Pomake[4]: *** [clean-temp.o] Error 1make[4]: *** Waiting for unfinished jobs....mv -f .deps/execute.Tpo .deps/execute.Pomv -f .deps/fd-safer-flag.Tpo .deps/fd-safer-flag.Pomv -f .deps/fatal-signal.Tpo .deps/fatal-signal.Pomv -f .deps/gl_avltree_oset.Tpo .deps/gl_avltree_oset.Pomake[4]: Leaving directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-m4-1.4.15/lib'make[3]: *** [all] Error 2make[3]: Leaving directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-m4-1.4.15/lib'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-m4-1.4.15'make[1]: *** [all] 错误 2make[1]:正在离开目录 `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-m4-1.4.15'make: *** [/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-m4-1.4.15/.stamp_built] 错误 2make:离开目录“/home/wwt/linux_r16/lichee/buildroot”ERROR: build buildroot Failedrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ find . -name stdio.in.h./out/sun8iw5p1/linux/common/buildroot/build/host-m4-1.4.15/lib/stdio.in.hrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ Z:\home\wwt\linux_r16\lichee\out\sun8iw5p1\linux\common\buildroot\build\host-m4-1.4.15\lib\stdio.in.h// 2017/5/2 14:13 wenyuanbo add!!!!//_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");#if defined(__GLIBC__) & !defined(__UCLIBC__) && !__GLIBC_PREREQ(2, 16) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");#endifhttp://www.cnblogs.com/hjj801006/p/3988220.html'gets' undeclared here (not in a function)rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh make[3]: Leaving directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/lib'Making install in docmake[3]: Entering directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/doc'restore=: & backupdir=".am$$" && \am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \rm -rf $backupdir && mkdir $backupdir && \if (/bin/sh /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in autoconf.info autoconf.info-[0-9] autoconf.info-[0-9][0-9] autoconf.i[0-9] autoconf.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \else :; fi & \cd "$am__cwd"; \if /bin/sh /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/build-aux/missing --run makeinfo --no-split -I . \ -o autoconf.info autoconf.texi; \then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" & cd .; \else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" & cd . && \ $restore $backupdir/* `echo "./autoconf.info" | sed 's|[^/]*$||'`; \fi; \rm -rf $backupdir; exit $rcconftest.c:14625: must be after `@defmac' to use `@defmacx'make[3]: *** [autoconf.info] Error 1make[3]: Leaving directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/doc'make[2]: *** [install-recursive] Error 1make[2]: Leaving directory `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65'make[1]: *** [install] 错误 2make[1]:正在离开目录 `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65'make: *** [/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/.stamp_host_installed] 错误 2make:离开目录“/home/wwt/linux_r16/lichee/buildroot”ERROR: build buildroot Failedrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ find . -name autoconf.texi./out/sun8iw5p1/linux/common/buildroot/build/host-autoconf-2.65/doc/autoconf.texirootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ Z:\home\wwt\linux_r16\lichee\out\sun8iw5p1\linux\common\buildroot\build\host-autoconf-2.65\doc\autoconf.texi@r{[}@var{\varname\}@r{]}@c(修改为:)@r{[}@var{\varname\}@r{]}@r{[}@var{\varname\} = @samp{\default\}@r{]}@c(修改为:)@r{[}@var{\varname\} = @samp{\default\}@r{]}http://blog.csdn.net/laohuang1122/article/details/44098291/Ubuntu14.04编译Allwinner lichee 两个出错解决方法rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh libtool: install: ranlib /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/lib/libfakeroot.alibtool: finish: PATH="/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/bin:/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin:/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/external-toolchain/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/cm/cm/R58/r58_new20161012/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:/home/cm/cm/R58/r58_new20161012/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin:/opt/jdk1.6.0_45/bin:/opt/jdk1.6.0_45/jre/bin:/sbin" ldconfig -n /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/lib----------------------------------------------------------------------Libraries have been installed in: /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/libIf you ever happen to want to link against installed librariesin a given directory, LIBDIR, you must either use libtool, andspecify the full pathname of the library, or use the `-LLIBDIR'flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf'See any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.----------------------------------------------------------------------test -z "/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin" || /bin/mkdir -p "/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c 'faked' '/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin/faked'libtool: install: /usr/bin/install -c faked /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin/fakedmake[3]:正在离开目录 `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-fakeroot-1.9.5'make[2]:正在离开目录 `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-fakeroot-1.9.5'make[1]:正在离开目录 `/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-fakeroot-1.9.5'rm -rf /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevsmkdir /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevscp package/makedevs/makedevs.c /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevscc -Wall -Werror -O2 /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevs/makedevs.c -o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevs/makedevs/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevs/makedevs.c: In function ‘main’:/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevs/makedevs.c:374:6: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable] int ret = EXIT_SUCCESS; ^cc1: all warnings being treated as errorsmake: *** [/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/host-makedevs/makedevs] 错误 1make:离开目录“/home/wwt/linux_r16/lichee/buildroot”ERROR: build rootfs Failedrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ find . -name makedevs.c./buildroot/package/makedevs/makedevs.c./out/sun8iw5p1/linux/common/buildroot/build/host-makedevs/makedevs.c./out/sun8iw5p1/linux/common/buildroot/build/busybox-1.18.3/miscutils/makedevs.crootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ http://blog.csdn.net/laohuang1122/article/details/44098291/Ubuntu14.04编译Allwinner lichee 两个出错解决方法rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh /local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/cm/cm/R58/r58_new20161012/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:/home/cm/cm/R58/r58_new20161012/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin:/opt/jdk1.6.0_45/bin:/opt/jdk1.6.0_45/jre/bin"" >> /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/_fakeroot.fschmod a+x /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/_fakeroot.fs/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin/fakeroot -- /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/_fakeroot.fsrootdir=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/targettable='target/generic/device_table.txt'Warning: skip syncing-d /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/target /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/images/rootfs.ext4 -N 1399 -b 42633tune2fs 1.42.9 (4-Feb-2014)Creating journal inode: 完成This filesystem will be automatically checked every 20 mounts or0 days, whichever comes first. Use tune2fs -c or -i to override.e2fsck 1.42.9 (4-Feb-2014)文件系统缺少UUID;正在生成一个。Adding dirhash hint to 文件系统./home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/images/rootfs.ext4: clean, 1009/1440 files, 38102/42633 blocksbusybox directfb directfb-examples divine dosfstools e2fsprogs ethtool ext4-utils freetype fsck-msdos fuse-exfat libfuse i2c-tools input-tools iostat iperf iw jpeg libnl libpcap libpng memstat memtester ntfs-3g openssh openssl portmap strace stress sysstat szrz tcpdump tiobench tslib udev which wireless_tools wpa_supplicant zlib target-generic-hostname target-generic-issue target-generic-getty-busybox target-finalize target-purgelocales/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/bin:/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/bin:/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/host/usr/sbin/:/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/external-toolchain/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/cm/cm/R58/r58_new20161012/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:/home/cm/cm/R58/r58_new20161012/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin:/opt/jdk1.6.0_45/bin:/opt/jdk1.6.0_45/jre/binmake:离开目录“/home/wwt/linux_r16/lichee/buildroot”INFO: build rootfs OK.INFO: ----------------------------------------INFO: build lichee OK.INFO: ----------------------------------------rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh packINFO: packing firmware ...copying tools filecopying configs file./out/aultls32.fex./out/aultools.fex./out/cardscript.fex./out/cardtool.fex./out/diskfs.fex./out/env_burn.cfg./out/env.cfg./out/image.cfg"./out/image_linux.cfg" -> "./out/image.cfg"./out/split_xxxx.fex./out/sys_config.fex./out/sys_partition_dragonboard.fex./out/sys_partition_dump.fex./out/sys_partition.fex"./out/sys_partition_linux.fex" -> "./out/sys_partition.fex"./out/sys_partition_private.fex./out/sys_partition_tina.fex./out/test_config.fex./out/usbtool.fex./out/usbtool_test.fexcopying boot resourcecopying boot filepacking for linuxnormal/home/wwt/linux_r16/lichee/tools/pack/pctools/linux/eDragonEx//home/wwt/linux_r16/lichee/tools/pack/outBegin Parse sys_partion.fexAdd partion boot-resource.fex BOOT-RESOURCE_FEXAdd partion very boot-resource.fex BOOT-RESOURCE_FEXFilePath: boot-resource.fexFileLength=453400Add partion env.fex ENV_FEX000000000Add partion very env.fex ENV_FEX000000000FilePath: env.fexFileLength=20000Add partion boot.fex BOOT_FEX00000000Add partion very boot.fex BOOT_FEX00000000FilePath: boot.fexFileLength=c5a000Add partion rootfs.fex ROOTFS_FEX000000Add partion very rootfs.fex ROOTFS_FEX000000FilePath: rootfs.fexFileLength=29a2400sys_config.fex Len: 0xf450config.fex Len: 0x9ac8split_xxxx.fex Len: 0x200sys_partition.fex Len: 0xa80boot0_nand.fex Len: 0x8000boot0_sdcard.fex Len: 0x8000u-boot.fex Len: 0xc4000fes1.fex Len: 0x1fc0usbtool.fex Len: 0x23000aultools.fex Len: 0x26eadaultls32.fex Len: 0x238ddcardtool.fex Len: 0x14000cardscript.fex Len: 0x6easunxi_mbr.fex Len: 0x10000dlinfo.fex Len: 0x4000arisc.fex Len: 0x2ed88vmlinux.fex Len: 0x2c78baaboot-resource.fex Len: 0x453400Vboot-resource.fex Len: 0x4env.fex Len: 0x20000Venv.fex Len: 0x4boot.fex Len: 0xc5a000Vboot.fex Len: 0x4rootfs.fex Len: 0x29a2400Vrootfs.fex Len: 0x4BuildImg 0Dragon execute image.cfg SUCCESS !----------image is at----------/home/wwt/linux_r16/lichee/tools/pack/sun8iw5p1_linux_evb-30_uart0.imgpack finishrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$

No such file or directory -CSDN社区 (14) Windows7下TA-Lib包的安装

在windows 7 x64下安装ta-lib包python 2.7 x86,32位anaconda2 4.0.0-32位(Anaconda2-4.4.0-Windows-x86)如果Python,或者anaconda是3.5以上,64位,可以直接:conda install ta-lib或者pip install ta-lib即可。以下主要说明32位python安装ta-lib的步骤和错误解决。一、下载Microsoft Visual C++ Compiler for Python 2.7https://www.microsoft.com/en-us/download/confirmation.aspx?id=44266VCForPython27.msi(80多MB,请自己下载吧)双击VCForPython27.msi安装二、下载ta-lib源码包:http://http//prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip【本教程有提供,可以不用下载】MSVC是微软windows版的talib解压到C:\ta-lib这时候,我们继续执行pip install TA-Lib,很可能你就安装成功了。但如果你是64位的系统,可能还是会遇到问题common.obj : error LNK2019: unresolved external symbol TA_Initialize referenced in function __pyx_pf_5talib_6common_2_ta_initialize这个问题有点高级,看起来说是链接错误,很多人到这就不知道怎么办了,网上也没有很好的办法。这个问题的来由是,我们下载的ta-lib除了头文件外,还有编译好的库,但是这个库是32位系统编译好的,所以我们需要在64位系统下面重新编译它。还好,我们下载的ta-lib就包含了源码,而编译工具就是之前安装的Microsoft Visual C++ Compiler for Python 2.7。打开【开始菜单】》【Microsoft Visual C++ Compiler Package for Python 2.7】》【Visual C++ 2008 64-bit Command Prompt】,然后在控制台里面进入到目录C:\ta-lib\c\make\cdr\win32\msvc。执行nmake,一段时间后,新的64位库就编译好了三、下载ta-lib的python包【本教程有提供,可以不用下载】Python Extension Packages for Windows - Christoph Gohlkehttp://www.lfd.uci.edu/~gohlke/pythonlibs/TA-Lib, a wrapper for the TA-LIB Technical Analysis Library.TA_Lib‑0.4.10‑cp27‑cp27m‑win32.whl继续在刚才这个Visual C++ 2008 64-bit Command Prompt下执行pip install c:\downloads\TA_Lib‑0.4.10‑cp27‑cp27m‑win32.whl提示:successful xxxx。在python下import talib,没报错,成功了。四、报错注意:步骤三如果使用pip install TA-Lib。。。有可能还会报下边的错: common.c talib\common.c(240) : fatal error C1083: Cannot open include file: 'ta_libc.h': No such file or directory使用上面提到的whl文件,pip install ***.whl即可。参考内容:python27在windows环境安装talib的方法 - kuailelife - CSDN博客http://blog.csdn.net/kuaile20/article/details/68594755Windows下安装TA-Lib - AegisRC的专栏 - CSDN博客http://blog.csdn.net/yiigel/article/details/54353758Windows 10 安装TA-Lib python库 - 哈鲁曼 - 博客园http://www.cnblogs.com/Hanuman/p/5943608.html

No such file or directory -CSDN社区 (15) linux全志R16的linux系统编译的资料_20170502_1655.7z

全志R16平台编译linux系统V1.0.txt2017/4/11 13:36(编译请使用编译android的lichee的选项编译生成的.config文件,不然直接编译会报错!!!!)rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ tar zxvf lichee_parrotv1.1_20161202.tar.gzrootroot@cm-System-Product-Name:/home/wwt/linux_r16$ cd lichee/rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh configWelcome to mkscript setup progressAll available chips: 0. sun8iw5p1Choice: 0All available platforms: 0. android 1. dragonboard 2. linux 3. tinaChoice: 2All available kernel: 0. linux-3.4Choice: 0All available boards: 0. bell-one 1. evb 2. evb-20 3. evb-30 4. evb-rtl8723bs 5. sc3813rChoice: 3rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ ./build.sh 错误1:KCONFIG_AUTOCONFIG=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/.config /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/conf --silentoldconfig Config.in## make dependencies written to .auto.deps# ATTENTION buildroot devels!# See top of this file before playing with this auto-preprequisites!#make[1]:正在离开目录 `/home/wwt/linux_r16/lichee/buildroot'You must install 'makeinfo' on your build machinemakeinfo is usually part of the texinfo package in your distributionmake: *** [dependencies] 错误 1make:离开目录“/home/wwt/linux_r16/lichee/buildroot”ERROR: build buildroot Failedrootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ d/buildroot-config/conf.o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot/build/buildroot-config/zconf.tab.o -o /home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buil

No such file or directory -CSDN社区 (16) 使用QT+gdbServer调试.docx

使用QT+gdbServer调试

No such file or directory -CSDN社区 (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Nathanial Hackett

Last Updated:

Views: 5913

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.