Hi, On May 15, 2007, at 7:27 AM, Alexander K. Hansen wrote:
> 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. I just committed a fix for root5 and root5-devel to the unstable tree which should allow the build to proceed if the symlink from /usr/ include/X11 to /usr/X11R6/include does not exist. The fix was a bit more complicated than indicated by Alexander, as root does not care about these standard flags, unfortunately. Remi -- Intelligence is like a four-wheel drive vehicle: it allows you to get stuck in much more remote places. ********************************************************************* Remigius K. Mommsen e-mail: [EMAIL PROTECTED] University of Manchester URL: http://cern.ch/mommsen Fermilab, MS 357 voice: ++1 (630) 840-8321 P.O. Box 500 fax: ++1 (630) 840-2649 Batavia, Il 60510, US home: ++1 (630) 236-0932 ********************************************************************* ------------------------------------------------------------------------- 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
