- 论坛徽章:
- 0
|
执行了!我看了一下configure.pl,他只是创建setsdkenv_unix来配置环境变量的把.
然后我在例子counter里make:
显示:idlc -I. -I../../../idl -O../../../LINUXexample.out/misc/counter XCountable.idl
idlc: compile 'XCountable.idl' ...
idlc: starting preprocessor failed
make: *** [../../../LINUXexample.out/misc/counter/XCountable.urd] Error 198
在例子remoteclient里make:
显示:cppumaker ERROR: cannot dump Type 'com.sun.star.connection.XAcceptor'
make: *** [../../../LINUXexample.out/misc/cpp_remoteclientsample_types.flag] Error 99
不知道是不是还要改Makefile还是别的什么地方?
[ 本帖最后由 seawind_83 于 2006-2-15 14:10 编辑 ] |
|