On Sun, Nov 22, 2009 at 01:20:04PM -0700, Gary K Olson wrote: > > gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../common -DAUTHDIR=\"/sw/var/gdm\" > -DBINDIR=\"/sw/bin\" -DDATADIR=\"/sw/share\" -DDMCONFDIR=\"/sw/etc/dm\" > -DGDMCONFDIR=\"/sw/etc/gdm\" -DLIBDIR=\"/sw/lib\" > -DLIBEXECDIR=\"/sw/lib/gdm\" -DLOGDIR=\"/sw/var/log/gdm\" > -DSBINDIR=\"/sw/sbin\" -DGNOMELOCALEDIR=\""/sw/share/locale"\" > -DGDM_XAUTH_DIR=\"/sw/var/run/gdm\" > -DGDM_SESSION_DEFAULT_PATH=\"/usr/local/bin:/usr/bin:/bin\" > -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/usr/X11/include -Wall -Wmissing-prototypes > -DG_ENABLE_DEBUG -DLANG_CONFIG_FILE=\"/sw/etc/sysconfig/i18n\" -I/sw/include > -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes > -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare > -Wp,-D_FORTIFY_SOURCE=2 -g -O2 -Wno-strict-aliasing -Wno-sign-compare > -c gdm-session-worker.c > gdm-session-worker.c:35:26: error: pam/pam_appl.h: No such file or directory [...] > Failed: phase compiling: gdm-2.26.1-1 failed > OSX 10.6.2 > i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) > Package manager version: 0.29.10 > Distribution version: selfupdate-rsync Thu Nov 19 01:38:30 2009, 10.6, x86_64 > Xcode 3.2.1
I just committed a fix to unstable, and would like someone to test that it builds. Apparently apple moved the PAM headers as of 10.6 without leaving any symlink from the old location, so the #include paths need to change even though the ultimate runtime result is no more or less backward-compatible. You'll know you have the "new" package if you see a line: case `uname -r` in after all the "patching file..." lines a little before the actual ./configure runs. dan -- Daniel Macks [email protected] http://www.netspace.org/~dmacks ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
