search for: xdarwin

Displaying 14 results from an estimated 14 matches for "xdarwin".

Did you mean: darwin
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...nt: Clean up generated files Bart Trojanowski (1): X86EMU: handle CPUID instruction Bartosz Fabianowski (1): Input: Fix proximity events with valuators Ben Byer (70): fixed path for event_status_driver.h Another pathname fix for event_status_driver.h build fixes for XDarwin configure.ac: exclude pci-access dependency from XDarwin XDARWIN: build breakage fix added an exclusion for setting XORG on darwin added HAVE_LAUNCHD check to configure.ac (mostly for OSX) XDARWIN: Add launchd support Revert "configure.ac: exclude pci-access...
2002 Sep 27
0
Undefined reference in R-1.5.1 under Mac OS X 10.2.1 Jaguar
Hi I installed R-1.5.1 on a Mac G4 under OS X 10.2.1 Jaguar, which requires X11. Then I got this while trying to run XDarwin I downloaded from Fink: --- [YonedaK-mac4:~] yoneda% startx -- -quartz ... dyld: xterm Undefined symbols: xterm undefined reference to _tgetent expected to be defined in /usr/lib/libSystem.B.dylib xterm undefined reference to _tgetstr expected to be defined in /usr/lib/libSystem.B.dylib dyld: xt...
2002 Apr 23
1
Lattice graphics on Mac OS X
...on Mac OS X. I'm trying both of Carbon and Darwin version. I used to use S-PLUS on Linux and want to use splom to do multi-plot. I looked at both Carbon and Darwin version, but Carbon version doesn't seem to have Lattice library. I downloaded the binary for Darwin version. I have XDarwin/OroborOSX installed on my Mac's (G4 Powerbook and G4 desktop). I attached Lattice/Grid and MASS libraries. I tried "pairs" function, and it worked. But what I really want to do is to superimpose 2 different sets of multi-plots. I did it before with splom on SPLUS. And now I w...
2015 Feb 12
2
[PATCH] macosx: Darwin-specific autoconf macros
...(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index d68190a..295de11 100644 --- a/configure.ac +++ b/configure.ac @@ -582,6 +582,19 @@ fi AC_MSG_RESULT([$DISTRO]) AC_SUBST([DISTRO]) +AC_MSG_CHECKING([whether we're building on Mac OS X]) +if test "x$(uname)" = "xDarwin"; then + AC_MSG_RESULT([yes]) + LCRYPT_FLAG= + SHARED_LIBS_PATH="DYLD_LIBRARY_PATH" +else + AC_MSG_RESULT([no]) + LCRYPT_FLAG="-lcrypt" + SHARED_LIBS_PATH="LD_LIBRARY_PATH" +fi +AC_SUBST([LCRYPT_FLAG]) +AC_SUBST([SHARED_LIBS_PATH]) + dnl Add extra packages...
2001 Nov 19
3
installation on Mac OS X
Help ! I am a graduate student in statistics, nearing the end of my first semester, and recently discovered R, but cannot figure out how to install it on my Mac. I am currently running OS 10.1.1, and know next to nothing about Unix or anything related. I would like to install this program on my Powerbook, as it come highly recommended, so I can use it for a class next semester. Any help
2011 Jun 23
1
sandbox for OS X
..." = "xsystrace" || ( test -z "$sandbox_arg" && test "x$have_systr_policy_kill" = "x1" ) ; then SANDBOX_STYLE="systrace" AC_DEFINE([SANDBOX_SYSTRACE], [1], [Sandbox using systrace(4)]) +elif test "x$sandbox_arg" = "xdarwin" || \ + ( test -z "$sandbox_arg" && test "x$ac_cv_func_sandbox_init" = "xyes" && \ + test "x$ac_cv_header_sandbox_h" = "xyes") ; then + SANDBOX_STYLE="darwin" + AC_DEFINE([SANDBOX_DARWIN], [1], [Sandbox using...
2007 Mar 19
2
Native Quartz Video Driver
Hi, i trying to run wine within OS X (10.4.8) with XDarwin. Bad i have the following problem. I've been able to run some games/apps but the display is very sluggish und far away from smooth. With Crossover the display is very smooth. I think the cause of this is the way over X11. So i wanted to know if there is an Quartz Driver for wine?
2004 Aug 11
0
Re Re: R 1.9.1 (PR#7158)
...t; > > > Hi > > > > I am not to familier with R > > > > The following problem are observed on 1.9.1 but not on 1.9.0. > > Both R distribution installed from source code. > > > > System: > > > > Mac os X 10.3 > > Xdarwin 4.4 (xfree) > > > > > > Problem: > > > > I generate a multiplot by : > > > > X11() ## making the devise I want to save to file (num) > > par(mfow=c(3,3)) > > > > par(mfg=c(1,1,3,3)) > > plot(........ > > ... &g...
2015 Feb 09
0
[PATCH 2/5] macosx: Add definition of program_name for gnulib
...gram_name.c diff --git a/configure.ac b/configure.ac index 37850a3..a2fb99e 100644 --- a/configure.ac +++ b/configure.ac @@ -581,6 +581,9 @@ fi AC_MSG_RESULT([$DISTRO]) AC_SUBST([DISTRO]) +dnl Check if we're building on MacOS X. +AM_CONDITIONAL([DARWIN], [test "x$(uname)" = "xDarwin"]) + dnl Add extra packages to the appliance. AC_ARG_WITH([extra-packages], [AS_HELP_STRING([--with-extra-packages="pkg1 pkg2 ..."], diff --git a/src/Makefile.am b/src/Makefile.am index 2496887..1c36035 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -131,6 +131,12 @@ li...
2015 Feb 12
0
Re: [PATCH] macosx: Darwin-specific autoconf macros
...c b/configure.ac > index d68190a..295de11 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -582,6 +582,19 @@ fi > AC_MSG_RESULT([$DISTRO]) > AC_SUBST([DISTRO]) > > +AC_MSG_CHECKING([whether we're building on Mac OS X]) > +if test "x$(uname)" = "xDarwin"; then > + AC_MSG_RESULT([yes]) > + LCRYPT_FLAG= > + SHARED_LIBS_PATH="DYLD_LIBRARY_PATH" > +else > + AC_MSG_RESULT([no]) > + LCRYPT_FLAG="-lcrypt" > + SHARED_LIBS_PATH="LD_LIBRARY_PATH" > +fi > +AC_SUBST([LCRYPT_FLAG]) > +AC_SU...
2003 Jun 16
1
R version on gifi
Pretty soon, hopefully, the RAqua version will make the Darwin/X11 version unnecessary. In the meantime, for convergence, I'll modify the Gifi version in various ways. -- It's 1.7.1 -- It no longer supports gnome -- It still uses Tcl/Tk for X11 (using 8.5 from CVS) !! It no longer uses anything from fink (readline and dlcompat as on Stefano's site, jpeg and png and teTeX from
2002 Oct 05
0
R-1.6.0 for Darwin
...not need for the Darwin/X11 version of R). 2. You have to install X11. A good introduction to this is http://fink.sourceforge.net/doc/x11/index.php You can install xfree86 using fink (see below), you can also install it using the installer from http://www.mrcla.com/XonX/ Instead of using the XDarwin interface that comes with this distribution, you can (and probably should) use OroborusX, which provides and interface to the rootless X server and a very Aqua-like window manager. http://oroborosx.sourceforge.net/ 3. You need the 10.2 version of fink, for readline, dlcompat, g77, ncurses, li...
2015 Feb 09
11
[PATCH 1/5] macosx: Add required third parameter for xdrproc_t callbacks
>From Apple's xdr.h: "If your code invokes an xdrproc_t callback, it must be modified to pass a third parameter, which may simply be zero." --- src/proto.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/proto.c b/src/proto.c index 92ae84d..57f4882 100644 --- a/src/proto.c +++ b/src/proto.c @@ -252,7 +252,12 @@ guestfs___send (guestfs_h *g, int proc_nr, *
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...urn Success from generate_modkeymap() when max_keys_per_mod is zero Adrian Bunk (1): remove dolt Alan Coopersmith (21): Use GetMaster instead of direct u.master access in core procs Remove leftover fbSaveAreas & fbRestoreAreas defines from wfbrename.h Xorg.man: Replace XDarwin reference with Xquartz Remove unused ReqLen & CastxReq macros Xserver-spec: Delete DBE Idioms section Xserver-spec: Update Memory Management functions Xserver-spec: Replace deprecated resource id lookup functions Xserver-spec: Remove CreateCallbackList Xserve...