发新话题
打印

老大们帮帮小弟我是刚学LINUX

老大们帮帮小弟我是刚学LINUX

  就是不知道如里出错了`老大们帮帮看看`谢谢`
[root@localhost yh]# tar zxvf wxdfast_0.4.5.tar.gz
wxdfast-0.4.5/
wxdfast-0.4.5/languages/
wxdfast-0.4.5/languages/pt_BR/
wxdfast-0.4.5/languages/pt_BR/wxDFast.mo
```
```````
[root@localhost yh]# chmod -R 777 wxdfast-0.4.5/
[root@localhost yh]# cd wxdfast-0.4.5/
[root@localhost wxdfast-0.4.5]# ls
Changes.br.txt  debian     Makefile     Readme.br.txt  src
Changes.txt     gpl.txt    makefile.vc  Readme.txt     ToDo.br.txt
COPYING         languages  man          resources

[root@localhost wxdfast-0.4.5]# make
if [ ! -e build-gcc/ ]; then mkdir "build-gcc/"; fi
g++ -c src/BoxFind.cpp -o build-gcc/BoxFind.o `wx-config --debug=no --cxxflags`
-Wall -O2 -MMD  -D RESOURCES_CPP
/bin/sh: line 1: wx-config: command not found
/bin/sh: line 1: g++: command not found
make: *** [build-gcc/BoxFind.o] Error 127

[root@localhost wxdfast-0.4.5]#
wx-config --debug=no --cxxflags
这个命令貌似没找到,wx应该是界面上的东西吧。具体不是很清楚,google把
-bigapple-
风吹哪页读哪页
wx-config和g++没有装。
对,这两个东东没装
这个软件怎么没带configure脚本呢?难道要手动改写Makefile?
引用:
下面是引用infohunter于2006-08-05 21:31发表的:
对,这两个东东没装
这个软件怎么没带configure脚本呢?难道要手动改写Makefile?
好像已经生成Makefile了,莫非不需要修改,直接能用?
发新话题