Alexander Hansen wrote: > On 5/14/07, Chipper <[EMAIL PROTECTED]> wrote: > >> Hi >> I'm trying to install ROOT5 on my power mac (intel, 4 core). I have >> previously installed it on my macbook pro (2 core intel) with no problem, so >> I'm confused. I have installed the most recent dev-tools and used the cvs >> fink update and install. It downloaded and ran for a long time before giving >> up at: >> >> bin/rmkdepend -R -ffitpanel/src/G__FitPanel.d -Y -w 1000 -- \ >> -pipe -W -Wall -Wno-long-double -Woverloaded-virtual -fsigned-char >> -fno-common -Iinclude -DR__HAVE_CONFIG -D__cplusplus -Icint/lib/prec_stl \ >> -Icint/stl -- fitpanel/src/G__FitPanel.cxx >> g++ -pipe -W -Wall -Wno-long-double -Woverloaded-virtual -fsigned-char >> -fno-common -Iinclude -DR__HAVE_CONFIG -I. -o fitpanel/src/G__FitPanel.o >> -c fitpanel/src/G__FitPanel.cxx >> g++ -O2 -dynamiclib -single_module -undefined dynamic_lookup -install_name >> /sw/lib/root/libFitPanel.5.dylib -o lib/libFitPanel.5.14.dylib >> fitpanel/src/TFitEditor.o fitpanel/src/TFitParametersDialog.o >> fitpanel/src/G__FitPanel.o -ldl -Llib -lGui -lGpad -lHist -lGraf -lTree >> -lMatrix -Llib -lCore -lCint -compatibility_version 5 -current_version >> 5.14.00 >> ln -fs libFitPanel.5.14.dylib lib/libFitPanel.so >> ==> lib/libFitPanel.5.14.dylib done >> bin/rmkdepend -R -fx11/src/GX11Gui.d -Y -w 1000 -- -pipe -W -Wall >> -Wno-long-double -Woverloaded-virtual -fsigned-char -fno-common -Iinclude >> -DR__HAVE_CONFIG -D__cplusplus -- x11/src/GX11Gui.cxx >> g++ -O2 -pipe -W -Wall -Wno-long-double -Woverloaded-virtual -fsigned-char >> -fno-common -Iinclude -DR__HAVE_CONFIG -DUSEPCH -include precompile.h -o >> x11/src/GX11Gui.o -c x11/src/GX11Gui.cxx >> In file included from x11/src/GX11Gui.cxx:32: >> include/TGX11.h:31:22: error: X11/Xlib.h: No such file or directory >> > > <snip> > > >> any ideas? >> >> thanks, >> Ray Brock >> >> > > Yeah. What X11 distribution are you using? If you're using Fink's > xfree86 or xorg then then there's kind of a standard failure among > Tk-based packages that affects those distros. > > maintainer cc'ed
I get the same failure mode on a system with xorg. I have found that Tk applications frequently need SetCFLAGS: -I/usr/X11R6/include to find the headers on systems that aren't using Apple's X11. -- Alexander K. Hansen Fink User Liaison/Documenter [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
