皮皮网

皮皮网

【扫码转账盗U源码2022】【flinksql源码剖析】【小鱼趋势源码】hibird 源码

时间:2024-11-19 03:35:59 分类:休闲

1.Ubuntu bochs源码安装时出现: make: *** 没有指明目标并且找不到 makefile。源码 停止。源码扫码转账盗U源码2022

hibird 源码

Ubuntu bochs源码安装时出现: make: *** 没有指明目标并且找不到 makefile。源码flinksql源码剖析 停止。源码小鱼趋势源码

       用ubuntu中的源码qt渲染源码ubuntu软件安装中心安装的bochs不带调试功能,所以我们要用源码安装bochs.

       从piler default output file name… configure: error: C compiler cannot create executables

        解决办法:

        [thornbird@thornbird bochs-2.4]$ sudo apt-get install libc6-dev

       问题2:

        ...

        checking how to run the C++ preprocessor... /lib/cpp

        configure: error: C++ preprocessor "/lib/cpp" fails sanity check

        See `config.log' for more details.

        解决方法:

        [thornbird@thornbird bochs-2.4]$ sudo apt-get install build-essential

        问题3:

        [thornbird@thornbird bochs-2.4]$ make

        make: *** 没有指明目标并且找不到 makefile.停止。源码修改源码方案

        解决方法:

        [thornbird@thornbird bochs-2.4]$ sudo apt-get install build-essential

        问题4:

        ...

        checking for wxWidgets library version...

        checking for default gui on this 源码platform... x

        ERROR: X windows gui was selected, but X windows libraries were not found.

        解决方法: 配置的时候加上"--with-nogui "

        或者改成:[thornbird@thornbird bochs-2.4]$sudo apt-get install xorg-dev (建议)

       问题5:

        Package gtk+-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `gtk+-2.0.pc'to the PKG_CONFIG_PATH environment variableNo package 'gtk+-2.0' foundERROR: pkg-config was not found, or unable to access the gtk+-2.0 package.Install pkg-config and the gtk+ development package,or disable the gui debugger, or the wxWidgets display library (whichever is being used).

        解决方法:

        [thornbird@thornbird bochs-2.4]$sudo apt-get install libgtk2.0-dev

        问题6:

        install: 无法获取"./bochsdbg" 的文件状态(stat): 没有该文件或目录

        解决办法:需要在make后,将bochs拷贝一份,源码命名为bochsdbg

源码

        [thornbird@thornbird bochs-2.4]$ cp bochs bochsdbg

源码