|
楼主 |
发表于 2010-9-18 00:39:14
|
显示全部楼层
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify 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 for
more information, such as the ld(1) and ld.so( manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/ljk/skyeye1.3.1/skyeye-1-3-1_rc1/arch/ppc'
make[1]: Leaving directory `/home/ljk/skyeye1.3.1/skyeye-1-3-1_rc1/arch/ppc'
Making install in arch/x86/
make[1]: Entering directory `/home/ljk/skyeye1.3.1/skyeye-1-3-1_rc1/arch/x86'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -g -O2 -D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0 -I. -I../.. -I./common -I./cpu -I./include -I./fpu -I./ -I./memory -I./instrument/stubs -I./iodev/ -I../../common/include -I./common/ -g -O2 -MT x.lo -MD -MP -MF .deps/x.Tpo -c -o x.lo `test -f 'gui/x.cc' || echo './'`gui/x.cc
libtool: compile: g++ -g -O2 -D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0 -I. -I../.. -I./common -I./cpu -I./include -I./fpu -I./ -I./memory -I./instrument/stubs -I./iodev/ -I../../common/include -I./common/ -g -O2 -MT x.lo -MD -MP -MF .deps/x.Tpo -c gui/x.cc -fPIC -DPIC -o .libs/x.o
gui/x.cc:48:21: error: X11/xpm.h: No such file or directory
In file included from gui/x.cc:53:
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/icon_bochs.xpm:45: warning: deprecated conversion from string constant to ‘char*’
gui/x.cc: In member function ‘virtual void bx_x_gui_c::specific_init(int, char**, unsigned int, unsigned int, unsigned int)’:
gui/x.cc:485: error: ‘XCreatePixmapFromData’ was not declared in this scope
make[1]: *** [x.lo] Error 1
make[1]: Leaving directory `/home/ljk/skyeye1.3.1/skyeye-1-3-1_rc1/arch/x86'
make: *** [install-recursive] Error 1
以上是报错内容。 |
|