[Portland] Building Dapi/KDE on XandrOS

Wichmann, Mats D mats.d.wichmann at intel.com
Fri Mar 31 03:16:54 EEST 2006


>  I tried building the code available for the project
>on XandrOS and I have encountered few problems, one
>not solved yet:
>
>  1. I had to remove the -Werror flag so DAPI builds.
>  2. Again for DAPI I had to define QT_CLEAN_NAMESPACE
>so I can avoid the redefinition of INT32. The problem
>is that it is defined by both X11's Xmd.h and QT's
>qglobal.
>
>  Now the problem that I haven't solved yet:
>
>  When I am trying to build the Dapi/KDE I get a link
>error saying that :
>
>"/usr/bin/ld: cannot find -lXinerama" 
>(full error at the end of message)
>
>  This seems to be a XFree86 library. 
>
>  So here are my questions:
>
>  1. I am using X11, is there any way for me to build
>this without using XFree86?

by X11, do you mean xorg versions?  if so, yes.
Xorg versions ship Xinerama.


Based on your command line:

-lkabc -lkio ../../lib/libdapi.la

check what's in your .la files - 
/usr/lib/libkabc.la, /usr/lib/libkio.la and in
../../lib/libdapi.la

I'm a little biased, but libtool isn't always your
friend.



More information about the Portland mailing list