Hi Mark, * On 24 Oct 2005 * Mark Rosenstand wrote:
> 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. Thanks for the quick response. The problem for me is that 'cmake' creates the makefile and I am not able to the the kde-path inside cmake. But it should be possible to set inside the makefile. I would say that the 'include-flags' are the right thing to adjust: INCLUDE_FLAGS = -I/opt/vtk/include/vtk -I/usr/share/doc/NVIDIA_GLX-1.0/include -I/usr/include/python2.4 -I/opt/qt/include I tried to add: '-I /opt/kde/include' at the end of the line, but that doesn't work neither... Greetings! Fabian _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
