the configure is './configure --with-gtk --enable-unicode',
and we can not use gmake to compile,when using make ,the error is
'make: Fatal error in reader: Makefile, line 29706: Macro assignment on dependency line',thanks.
Search found 5 matches
- Wed Feb 18, 2009 2:32 am
- Forum: Platform Related Issues
- Topic: How to install wxWidgets in Solaris 10 without g++?
- Replies: 1
- Views: 486
- Wed Feb 18, 2009 2:28 am
- Forum: Platform Related Issues
- Topic: How to install wxWidgets in Solaris 10 without g++?
- Replies: 1
- Views: 486
How to install wxWidgets in Solaris 10 without g++?
We just can compile with Sun CC compiler,so I do not add the Path /usr/sfw/bin to PATH, so can not find gmake, how to install wxWidgets in Solaris 10?
- Wed Feb 18, 2009 2:23 am
- Forum: Compiler / Linking / IDE Related
- Topic: How to compile wxWidgets with Sun CC compiler?
- Replies: 0
- Views: 287
How to compile wxWidgets with Sun CC compiler?
As to konw,the Classes exported in 'so' file complied with Sun CC compiler and GNU g++ compiler are not compatiable, so Sun CC can not find Classes in 'so' file compiled by GNU g++, and g++ can not find Classes in 'so' file compiled by Sun CC, so how do we Compile wxWidgets program with Sun CC compi...
- Wed Feb 18, 2009 2:14 am
- Forum: wxWidgets Development (Chinese)
- Topic: =自我介绍=(新人可来这里对自己作自我介绍)
- Replies: 146
- Views: 210141
- Wed Feb 18, 2009 2:11 am
- Forum: wxWidgets Development (Chinese)
- Topic: 如何在solaris10 上面不使用gcc编译器安装wxWidget
- Replies: 0
- Views: 1301
如何在solaris10 上面不使用gcc编译器安装wxWidget
大家好,我是新人。 由于做开发需要,我们这里统一使用Sun 的CC编译器用于C++程序的编译, 然后,CC编译器的动态库的导出类和g++是无法通用的,我写了一个中间的 桥梁库也无法通用,但是曾经测试过自己的代码可以通用。 所以必须使用CC编译器开发。下面就出现问题了,我把PATH变量的/usr/sfw/bin给去掉了,所以solaris中默认的编译器已经找不到gcc, 我用wxWidgets All in one 安装,结果gmake没有(我去掉了PATH路径), make 不行,过不去,dmake也过不去了, 想问一下如何在solaris中安装wxWidgets 2.8.9 all,但是不能...