Re: kdebaseworkspace-4.4.2-help required

2010-04-16 Thread lux-integ
On Friday 16 April 2010 09:28:00 pm James Richard Tyrer wrote: > Note that this file should be patched so that everything else comes > before X11R6 because most systems have a: "/usr/X11R6" link and CMake > doesn't seem to use the actual directory when it found it with a link as > Autotools does.

Re: kdebaseworkspace-4.4.2-help required

2010-04-16 Thread James Richard Tyrer
On 04/12/10 15:03, William Immendorf wrote: > On Mon, Apr 12, 2010 at 2:37 PM, lux-integ wrote: >> CMakeFiles/kcm_keyboard_layout.dir/x11helper.o: In function >> `X11Helper::registerForNewDeviceEvent(_XDisplay*)': >> $SOURCES/kdebase-workspace-4.4.2/kcontrol/kxkb/x11helper.cpp:413: undefined >> re

Re: kdebaseworkspace-4.4.2-help required//finally

2010-04-15 Thread lux-integ
On Wednesday 14 April 2010 02:04:08 pm lux-integ wrote: > (AND if anyone know of a better way to use pkgconfig with cmake (find > package) rather than that which I am using I would be grateful for > suggestions) . this seems to work cd kdebase-workspace-4.4.2 cat >cmake/modules/Fin

Re: kdebaseworkspace-4.4.2-help required

2010-04-15 Thread lux-integ
On Wednesday 14 April 2010 05:14:34 pm linux fan wrote: > On 4/14/10, linux fan wrote: > > ... allow you to inspect > > the detail of how kde is managing to not find it is there? > > I didn't know, but I'm sure you already knew that there could be an Xi gem > in checking builddir/CMakeFiles/*.log

Re: kdebaseworkspace-4.4.2-help required

2010-04-14 Thread linux fan
On 4/14/10, linux fan wrote: > ... allow you to inspect > the detail of how kde is managing to not find it is there? I didn't know, but I'm sure you already knew that there could be an Xi gem in checking builddir/CMakeFiles/*.log -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

Re: kdebaseworkspace-4.4.2-help required

2010-04-14 Thread lux-integ
On Tuesday 13 April 2010 09:58:49 pm linux fan wrote: > This couldn't be something simple like libXi.so got in wrong place > among many places, could it? > > Try > whereis libXi.so tried that no joy I'm afraid, it seem to be a problem with pkgconfig macros used by cmake:- A) My pkgconfig pat

Re: kdebaseworkspace-4.4.2-help required

2010-04-14 Thread lux-integ
On Tuesday 13 April 2010 07:53:42 pm Trent Shea wrote: > Also, > /opt/kde/share/apps/cmake/modules/FindX11.cmake which gets installed by > kdelibs - not really sure if both files get used... > > I'm not sure if this helps, but for phonon I use: > -DPHONON_INCLUDE_DIR=/opt/kde/include > -DPHONON_LIB

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread Bruce Dubbs
Trent Shea wrote: > qt is too big(time consuming) for me to play around with it once I > have it working ;) I have some experience using qt4 because I get paid to write code with it. :) I work on only one package, but it is big... -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread Trent Shea
On April 13, 2010 04:12:12 pm linux fan wrote: > On 4/13/10, Trent Shea wrote: > > On April 13, 2010 02:07:30 pm linux fan wrote: > >> OFF TOPIC: > >> For me, phonon was Krazy. > >> I got clues from alien slackbuild of k442 > >> Build xine-lib after libxcb and qt after that. > >> But build qt with

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread Bruce Dubbs
linux fan wrote: > Sorry, the *only* thing I know about qt is that kde has to have it. > If you provide instructions to build that thing, maybe I'll try it. qt4 is only one dependency among many others for kde4. The instructions in the book for qt4 are fine, but reference a slightly older ver

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread linux fan
On 4/13/10, Trent Shea wrote: > On April 13, 2010 02:07:30 pm linux fan wrote: >> OFF TOPIC: >> For me, phonon was Krazy. >> I got clues from alien slackbuild of k442 >> Build xine-lib after libxcb and qt after that. >> But build qt with -no-phonon or else can't get xine backend > Where you able t

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread Trent Shea
On April 13, 2010 02:07:30 pm linux fan wrote: > OFF TOPIC: > For me, phonon was Krazy. > I got clues from alien slackbuild of k442 > Build xine-lib after libxcb and qt after that. > But build qt with -no-phonon or else can't get xine backend Where you able to build qtscriptgenerator with this qt s

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread linux fan
On 4/13/10, lux-integ wrote: > excerpt from ~/share/cmake2.8/findX11.cmake ## find / -xdev -iname findX11.cmake How many of these are there and is it really using the one it should? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratc

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread linux fan
On 4/13/10, lux-integ wrote: > excerpt from ~/share/cmake2.8/findX11.cmake ## > IF (UNIX) > SET(X11_FOUND 0) > SET(CMAKE_FIND_FRAMEWORK_SAVE ${CMAKE_FIND_FRAMEWORK}) > SET(CMAKE_FIND_FRAMEWORK NEVER) > SET(X11_INC_SEARCH_PATH > /usr/pkg/xorg/include > /usr/X11R

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread linux fan
On 4/13/10, Trent Shea wrote: > I'm not sure if this helps, but for phonon I use: > -DPHONON_INCLUDE_DIR=/opt/kde/include > -DPHONON_LIBRARY=/opt/kde/lib/libphonon.so OFF TOPIC: For me, phonon was Krazy. I got clues from alien slackbuild of k442 Build xine-lib after libxcb and qt after that. But

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread Trent Shea
On April 13, 2010 12:35:12 pm linux fan wrote: > But > grep -l -r Xinput /usr/share/cmake-2.6.4/Modules > /usr/share/cmake-2.6.4/Modules/FindX11.cmake > makes me wonder if it can be hacked Also, /opt/kde/share/apps/cmake/modules/FindX11.cmake which gets installed by kdelibs - not really sure if b

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread linux fan
On 4/13/10, linux fan wrote: > Of course, when it comes to cmake, I am a complete idiot But grep -l -r Xinput /usr/share/cmake-2.6.4/Modules /usr/share/cmake-2.6.4/Modules/FindX11.cmake makes me wonder if it can be hacked Or even would cmake ignore adding $XORG_PREFIX/lib to ld.so.conf or some t

Re: kdebaseworkspace-4.4.2-help required

2010-04-13 Thread linux fan
On 4/13/10, lux-integ wrote: > I would be grateful is someone could explain how I could get this pogram to > compile without having to link libraries to /usr/lib. I don't know if a clue from alien slackbuild of KDE 4.4.2 where they use -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FL

Re: kdebaseworkspace-4.4.2-help required

2010-04-12 Thread William Immendorf
On Mon, Apr 12, 2010 at 2:37 PM, lux-integ wrote: > CMakeFiles/kcm_keyboard_layout.dir/x11helper.o: In function > `X11Helper::registerForNewDeviceEvent(_XDisplay*)': > $SOURCES/kdebase-workspace-4.4.2/kcontrol/kxkb/x11helper.cpp:413: undefined > reference to `_XiGetDevicePresenceNotifyEvent' > $SO

Re: kdebaseworkspace-4.4.2-help required

2010-04-12 Thread lux-integ
On Monday 12 April 2010 06:38:10 pm lux-integ wrote: > On Monday 12 April 2010 05:53:06 pm Trent Shea wrote: > > k3listview.h should be installed rom kdelibs. Out of curiosity did you > > build qt without qt3 support? > > I found out earlier that I did not (I thought I did not need it since I > ha

Re: kdebaseworkspace-4.4.2-help required

2010-04-12 Thread lux-integ
On Monday 12 April 2010 05:53:06 pm Trent Shea wrote: > k3listview.h should be installed rom kdelibs. Out of curiosity did you > build qt without qt3 support? I found out earlier that I did not (I thought I did not need it since I had qt-3.3.8b) so I am now recompiling qt4.6.2 with qt3 support

Re: kdebaseworkspace-4.4.2-help required

2010-04-12 Thread Trent Shea
On April 12, 2010 07:50:48 am lux-integ wrote: > $SOURCES/kdebase-workspace-4.4.2/kmenuedit/kmenuedit.h:24, > from > $SOURCES/kdebase-workspace-4.4.2/kmenuedit/main.cpp:29: > $SOURCES/kdebase-workspace-4.4.2/kmenuedit/treeview.h:30:24: error: > k3listview.h: No such file or directo

kdebaseworkspace-4.4.2-help required

2010-04-12 Thread lux-integ
Greetings, I am attempting to compile kde-4-4-2 from sources on a 64-bit(only) -amd64 (gcc-4.4.2. I reached kdebase-workspace but the compilation stopped at 55% see below:- ### - -- The following ex