Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > macOS > New to x11 help!!!

New to x11 help!!!
Thread Tools
NetworkShadow
Mac Elite
Join Date: Nov 2002
Status: Offline
Reply With Quote
Jun 23, 2003, 06:17 PM
 
I'm interested in learning/trying X11. I've never really messed with the terminal so I'm totally lost. Are there any online starter guides? I'm also interested in any cool software and links. Thanks!
click one
     
MacGorilla
Addicted to MacNN
Join Date: Aug 2000
Location: Retired
Status: Offline
Reply With Quote
Jun 23, 2003, 08:52 PM
 
Your key to X11 happiness lies in fink:

http://fink.sf.net

Fink has an X11 FAQ and will allow you to download and install X11 applications. It handles all compiling and dependencies. If you are new to all this, fink is the way to go.
Power Macintosh Dual G4
SGI Indigo2 6.5.21f
     
NetworkShadow  (op)
Mac Elite
Join Date: Nov 2002
Status: Offline
Reply With Quote
Jun 23, 2003, 10:34 PM
 
Ok I've got that installed.

I'm kinda finding my way around fink, but I can't get anything installed...

The following package will be installed or updated:
windowmaker
The following 11 additional packages will be installed:
dlcompat-dev giflib giflib-bin giflib-shlibs libjpeg libjpeg-bin libpng3
libtiff libtiff-bin system-xfree86 windowmaker-shlibs
Do you want to continue? [Y/n] y
curl -f -L -s -S -O http://distfiles.opendarwin.org/giflib-4.1.0.tar.gz
curl -f -L -s -S -O http://distfiles.opendarwin.org/jpegsrc.v6b.tar.gz
curl -f -L -s -S -O http://distfiles.opendarwin.org/libpng-1.2.5.tar.gz
curl -f -L -s -S -O http://distfiles.opendarwin.org/tiff-v3.5.7.tar.gz
curl -f -L -s -S -O http://distfiles.opendarwin.org/Wind...0.80.1.tar.bz2
mkdir -p /sw/src/dlcompat-20030522-1
/sw/bin/tar -xzf /sw/src/dlcompat-20030522.tar.gz
./configure --prefix=/sw --enable-fink --mandir=/sw/share/man
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
### execution of ./configure failed, exit code 1
Failed: compiling dlcompat-20030522-1 failed
[iMac-DV:~] nfdman%
( Last edited by NetworkShadow; Jun 23, 2003 at 11:36 PM. )
click one
     
memento
Mac Elite
Join Date: Feb 2000
Location: Upstate NY (cow country)
Status: Offline
Reply With Quote
Jun 24, 2003, 11:25 AM
 
You need to install Apple's developer tools (free download) in order to have the compilers. I'm sure that they are other ways to get the compilers, but Apple's dev tools is a simple installer.
"Destroy your ego. Trust your brain. Destroy your beliefs. Trust your divinity." -Danny Carey

MacPro Quad 2.66, G4 MDD dual 867, 23" Cinema Display and 17" LCD, G4 Quicksilver dual 800, 12" Powerbook 867, iMac 300 Grape, B&W G3/300 with G4/450 running yellowdog, iPod 5GB, iPod mini, PowerCenter 150, Powercenter 132 tower, Performa 6116, Quadra 700, MacSE, LC II, eMate 300
     
NetworkShadow  (op)
Mac Elite
Join Date: Nov 2002
Status: Offline
Reply With Quote
Jun 24, 2003, 07:31 PM
 
X11 SDK? I've got that now, but I'm still getting a problem...

[iMac-DV:~] nfdman% fink install xmms
sudo /sw/bin/fink install xmms
Password:
Information about 1276 packages read in 1 seconds.


fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:

(1) system-xfree86: Placeholder package for manually installed XFree86
(2) xfree86-rootless: XFree86 libraries, utilities, clients and data

Pick one: [1]
The following package will be installed or updated:
xmms
The following 21 additional packages will be installed:
audiofile audiofile-bin dlcompat-dev esound esound-bin glib glib-shlibs gtk+
gtk+-data gtk+-shlibs libmikmod libmikmod-shlibs libogg libvorbis0 libxml
libxml-shlibs readline readline-shlibs system-xfree86 xmms-bin xmms-shlibs
Do you want to continue? [Y/n] y
rm -rf audiofile-0.2.3-4
mkdir -p /sw/src/audiofile-0.2.3-4
/sw/bin/tar -xzf /sw/src/audiofile-0.2.3.tar.gz
patch -p1 </sw/fink/dists/stable/main/finkinfo/sound/audiofile-0.2.3-4.patch
patching file ltmain.sh
./configure --prefix=/sw --mandir=/sw/src/root-audiofile-0.2.3-4/sw/share/man --infodir=/sw/share/info --libexecdir=/sw/lib
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... no
checking build system type... powerpc-apple-darwin6.6
checking host system type... powerpc-apple-darwin6.6
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
### execution of ./configure failed, exit code 1
Failed: compiling audiofile-0.2.3-4 failed
( Last edited by NetworkShadow; Jun 24, 2003 at 08:01 PM. )
click one
     
wadesworld
Grizzled Veteran
Join Date: Apr 2001
Status: Offline
Reply With Quote
Jun 24, 2003, 11:17 PM
 
You have to install the developer tools.

Wade
     
NetworkShadow  (op)
Mac Elite
Join Date: Nov 2002
Status: Offline
Reply With Quote
Jun 24, 2003, 11:56 PM
 
But isn't that what X11 SDK is? I did install it...
click one
     
suthercd
Senior User
Join Date: Oct 2000
Location: Midwest
Status: Offline
Reply With Quote
Jun 25, 2003, 12:02 AM
 
A couple of good links after you get the SDK and Dev. Tools installed-

www.misplaced.net/fom/X11/1.html

http://homepage.mac.com/sao1/fink/

Fink-beginners list as well as X11 list, too.

Craig
     
NetworkShadow  (op)
Mac Elite
Join Date: Nov 2002
Status: Offline
Reply With Quote
Jun 25, 2003, 12:55 AM
 
So do I need the Apple Dev tools in addition to the X11 SDK?
click one
     
MacGorilla
Addicted to MacNN
Join Date: Aug 2000
Location: Retired
Status: Offline
Reply With Quote
Jun 25, 2003, 09:43 AM
 
Originally posted by NetworkShadow:
So do I need the Apple Dev tools in addition to the X11 SDK?
Yes.
Power Macintosh Dual G4
SGI Indigo2 6.5.21f
     
NetworkShadow  (op)
Mac Elite
Join Date: Nov 2002
Status: Offline
Reply With Quote
Jun 26, 2003, 01:30 AM
 
Ok thanks for you're help! I've got fink working and xmms installed with no problems.
click one
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 02:30 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,