On Mon, 24 Oct 2005 14:49:27 +0200, Fabian Braennstroem wrote: > Hi, > > I try to install the vtkdesigner for a while now, but can't > get it done. > > The compilation process seems to have problems with the > different kde location in archlinux; '/opt/kde'. > > The process stopped with an error message missing > 'ktextbrowser.h'; I could change the kde-Settings in the > FrontEnd/CMakeList.txt to '/opt/kde/lib/' and > /opt/kde/include' by hand, but couldn't find any > ccmake-setting to adjust that. > Shortly after complaining about the missing 'ktexbrowser.h' > I get the error message: > > Building executable /home/fab/vtkd/bin/vtkdesigner... > /usr/bin/ld: cannot find -lkdeui > collect2: ld returned 1 exit status > make[3]: *** [/home/fab/vtkd/bin/vtkdesigner] Error 1 > make[2]: *** [default_target] Error 2 > make[1]: *** [default_target_FrontEnd] Error 2 > make: *** [default_target] Error 2 > > It still seems that it doesn't find everything from kde!? > > Now, I tried to symlink the 'lib' and 'include' directories > to /usr/lib/kde and /usr/include/kde, but that does not > help. > > Do you have any idea how I can fix it to get the vtkdesigner > running?
Bleh, disregard my last mail, I didn't see the missing header file. Are you compiling vtkdesigner with --prefix=/opt/kde? If not, then try to set --includedir=/opt/kde/include. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
