* Kayvan A. Sylvan <[EMAIL PROTECTED]> [010730 09:48]:
> I have a Sun Solaris system where the libraries are not necessarily
> the most recent...
> 
> Here's what happens with the latest CVS:
> 
> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost 
>-I/remote/tools/ksylvan/include -I/remote/tools/ksylvan/include/X11 -isystem 
>/usr/openwin/include -O2 -isystem /depot/X11/include -W -Wall 
>-Wp,-MD,.deps/ImageLoaderXPM.pp -c ImageLoaderXPM.C
> ImageLoaderXPM.C:65: warning: #warning This might be a dirty thing, but I dont know 
>any other solution.
> ImageLoaderXPM.C: In method `enum ImageLoader::Result 
>ImageLoaderXPM::runImageLoader(const string &)':
> ImageLoaderXPM.C:73: `XpmAllocColor' undeclared (first use this function)
> ImageLoaderXPM.C:73: (Each undeclared identifier is reported only once
> ImageLoaderXPM.C:73: for each function it appears in.)
> make[2]: *** [ImageLoaderXPM.lo] Error 1
> 
> What should I do here?

Well, since I use debian unstable with the latest stuff I don't see it,
could you find a manpage of XPM library, the document file xpm.ps(.gz)
and the xpm.h file on your system so I'll know how to avoid
XpmAllocColor?

I'm no X programmer, but from the documentation on my machine
XpmAllocColor tells libXPM to allocate close colors that it needs, it
can do without it, but then it won't allocate the colors, I do not know
that this means, and not allocating something I use sounds strange to
me...

-- 
Baruch Even
http://baruch.ev-en.org/

Reply via email to