Hello!

Just to let everyone know how I solved this X11 confusion:

I removed XDarwin, Apple X11 and every packages with xfree86 in its name. And I removed everything that contains pango in its name.

To remove a package type:

sudo dpkg -r --force-all "package-name" --- I removed every xfree86-package, system-xfree86 and every pango-packages

than I removed XDarwin and Apples X11:

sudo rm -rf /Applications/XDarwin.app
sudo rm -rf /Applications/Utilities/X11.app
sudo rm -rf /usr/X11R6
sudo rm -rf /etc/X11

sudo rm -rf /Library/Reciepts/X11User.pkg
sudo rm -rf /Library/Receipts/X11User.pkg

Than I installed Apples X11 again (do not forget to install X11-SDK from the XCode-CD)

and than
fink selfupdate
fink index
fink update-all

after this procedure fink does not asked anything about X11, it only wanted to know which emacs and which pango-version to use.

At the moment fink stopped with this compile error, but because I am running "unstable" this is okay to me (I am no programer so I wait till this problem is solved)
gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -no-cpp-precomp -I/sw/include -g -O0 unix_dl.c -fno-common -DPIC -o unix_dl.lo
unix_dl.c: In function `rep_open_dl_library':
unix_dl.c:328: warning: assignment discards qualifiers from pointer target type
unix_dl.c: In function `rep_find_c_symbol':
unix_dl.c:466: error: `Dl_info' undeclared (first use in this function)
unix_dl.c:466: error: (Each undeclared identifier is reported only once
unix_dl.c:466: error: for each function it appears in.)
unix_dl.c:466: error: parse error before "info"
unix_dl.c:467: error: `info' undeclared (first use in this function)
make[1]: *** [unix_dl.lo] Error 1
make: *** [all] Error 1
### execution of failed, exit code 2
Failed: compiling librep-0.14-18 failed


Hope this helps someone, bye
Christoph


Am 26.10.2003 um 21:58 schrieb Benjamin Reed:


Christoph Ewering wrote:
Hello!
I have the same problem with X11 -- I do not know how to tell fink that I installed Apples X11 Version 1.0.
I searched the list and found a tip to force-remove "system-xfree86" and than do a "fink update-all" but all it asks for is which xfree-package I want to install and it does not install any "system-xfree86*".
Could someone on this list give a detailed description how to update fink from 10.2 to 10.3 and from XDarwin to Apple X11 1.0?
Some guys speak about packages that are not in my tree like "system-xfree86-4[23]". I have "system-xfree86-upgrade" only and at this moment fink wants to compile and install Xfree86 but I have Apples X11 installed (with the SDK, of course).
Now everything is broken -- XDarwin and X11 (Apple) crash when I want to start one of them.

Fink will auto-detect your xfree86 and make a virtual system-xfree86 package as long as you have no existing xfree86 packages installed.


Out of curiosity, is the thing asking for you to install xfree86 or xfree86*-threaded ?

If so, it's probably something that explicitly requires threaded X, but hasn't been upgraded for the panther tree yet.

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
"You can scoff, Lister, that's nothing new.  They laughed at Galileo.
They laughed at Edison.  They laughed at Columbo."   "Who's Columbo?"
"The man with the dirty mac who discovered America."   -- _Red Dwarf_


--
Dipl. Ing. Christoph Ewering
C & E Informationsdienste GbR
Autorisierter Apple H�ndler und Systemhaus in Paderborn

Hatzfelder Str. 68F             Tel.:       05254 - 80 68 66
33104 Paderborn               Fax.:      05254 - 80 68 64
[EMAIL PROTECTED]                Mob.:     0173- 566 266 1
http://www.cunde.de



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to