Re: [Fink-devel] /sw not in path with Apple's X11

2003-02-13 Thread Martin Costabel
Carsten Klapp wrote:

Hi,

I am a total newbie with X11.

Is there a way to permanently tell Apple's X11 to append Fink's /sw in 
its PATH? I didn't see any info yet on the fink web site how to do this.

There are many ways, from wrapper scripts over clickable launcher 
scripts to an Environment.plist file that sets the path for every 
application.

This is required for example to run xboard together with gnuchess. One 
can launch xboard easily enough by adding /sw/bin/xboard to the 

The simplest way is to set the path in the Applications menu entry, for 
example

  source /sw/bin/init.sh; xboard

or

  env PATH=/sw/bin:/sw/sbin:$PATH xboard

X11.app Applications menu but it will not find gnuchess in 
/sw/bin/gnuchess.

--
Martin





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] bundle-gnome-1.4-13

2003-02-13 Thread beenedl
I received the following error while trying to compile bundle-gnome:

BEGIN QUOTED MATERIAL FROM OUTPUT WINDOW
checking for Gnome App libraries (GAL) = 0.20.1.99... 0.19.2 found
configure: error:

You need Gnome App libraries (GAL) 0.20.1.99 or later to build 
gtkhtml.
### execution of ./configure failed, exit code 1
Failed: compiling gtkhtml-1.1.6-1 failed
END QUOTED MATERIAL

Regards..

--
Package manager version: 0.11.1
Distribution version: 0.5.0a
Mac OS X version: 10.2.3
December 2002 Developer Tools or later
gcc version: 3.1
make version: 3.79
Feedback Courtesy of FinkCommander



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] bundle-gnome-1.4-13

2003-02-13 Thread Alexander Hansen
You need to install gal21 then.  There  may be a missing dependency in
an info file.

On Thu, 2003-02-13 at 09:44, beenedl wrote:
 I received the following error while trying to compile bundle-gnome:
 
 BEGIN QUOTED MATERIAL FROM OUTPUT WINDOW
 checking for Gnome App libraries (GAL) = 0.20.1.99... 0.19.2 found
 configure: error:
 
 You need Gnome App libraries (GAL) 0.20.1.99 or later to build 
 gtkhtml.
 ### execution of ./configure failed, exit code 1
 Failed: compiling gtkhtml-1.1.6-1 failed
 END QUOTED MATERIAL
 
 Regards..
 
 --
 Package manager version: 0.11.1
 Distribution version: 0.5.0a
 Mac OS X version: 10.2.3
 December 2002 Developer Tools or later
 gcc version: 3.1
 make version: 3.79
 Feedback Courtesy of FinkCommander
 
 
 
 ---
 This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
 are you planning your Web Server Security? Click here to get a FREE
 Thawte SSL guide and find the answers to all your  SSL security issues.
 http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
 ___
 Fink-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-devel
-- 
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] Re: /sw not in path with Apple's X11

2003-02-13 Thread Damian Steer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paul Swenson [EMAIL PROTECTED] writes:

 From my experience, any commands in ~/.xinitrc affect the entire X session.
 This is what my .xinitrc looks like:

You'd hope it would work like that, but (AFAICT) the quartz-wm
doesn't. The best solution I found was using
$HOME/.MacOSX/environment.plist, and setting the path there, eg:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
plist version=1.0
dict
keyPATH/key
string/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin/string
/dict
/plist

This was with the first release. Maybe it changed.

Damian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (Darwin)
Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard http://www.gnupg.org/

iD8DBQE+S9/HAyLCB+mTtykRAuSoAKChR0WiskYBByHI2plbFYoC4+RUIgCg+lM5
32XbR678XNTal/NuyUE4Kpg=
=rDmB
-END PGP SIGNATURE-



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] missing AC_Dest macro for KDE based applications

2003-02-13 Thread Mike Caron

This msg really goes out to all of you who ported the KDE to Fink (mac os x).

'm trying to port Kmymoney to Fink and so far, really bad luck. I check out the cvs 
tree, then I do a 'make -f Makefile.dist' and here is the output: 
%%%%
dial-in6:~/Development/Projects/kmymoney2]$ automake --version
utomake (GNU automake) 1.6.3
ritten by Tom Tromey [EMAIL PROTECTED].

opyright 2002 Free Software Foundation, Inc.
his is free software; see the source for copying conditions.  There is NO
arranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
dial-in6:~/Development/Projects/kmymoney2]$ make -f Makefile.dist
his Makefile is only for the CVS repository
his will be deleted before making the distribution

** Creating acinclude.m4
!! If you get recursion errors from autoconf, it is advisable to set the
   environment variable M4 to something including --nesting-limit=500
** Creating list of subdirectories
** Creating configure.in
** Creating aclocal.m4
** Creating configure
onfigure.in:129: error: m4_popdef: undefined macro: AC_Dest
utoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
onfigure.in:129: the top level
utom4te: /sw/bin/gm4 failed with exit status: 1
ake[1]: *** [cvs] Error 1
ake: *** [all] Error 2
%%%%

 have located the problem to be occuring during the execution of autoconf. If I just 
do autoconf in the main directory I get a similar error regarding AC_Dest not being 
found. What is the issue with AC_Dest?

 have looked around the web for a few hours to find a solution, but it appears that no 
one has ever found a solution to this problem. It seems to only occur with KDE based 
applications. The only attempt at a solution seems to be to install Autoconf 2.3 
instead of Autoconf 2.4, but I would hope there is a better solution, since I was able 
to use fink to both compile and install kdebase3 and koffice.
You guys who ported the KDE, what did you do to get around this problem? Or did it 
occur for you? Has anyone out there ever found a solution to the AC_Dest missing macro 
situation?
I'm using Mac OS X 10.2.3, autoconf 2.4, automake 1.6.3, gm4 1.4. If you need any 
other information, please ask.
Thanks very much,
ichael Caron
mymoney2.sf.net



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] missing AC_Dest macro for KDE based applications

2003-02-13 Thread Benjamin Reed
On Thursday, February 13, 2003, at 03:01 PM, Mike Caron wrote:


'm trying to port Kmymoney to Fink and so far, really bad luck. I 
check out the cvs tree, then I do a 'make -f Makefile.dist' and here 
is the output:

Are you using the kde-admindir tarball?  The first step to porting 
pretty much any KDE app is to unpack that tarball into your tree, so it 
overwrites the admin/ that comes with the app.  There are patches that 
still need to be sent upstream to the KDE folks, so you need our admin 
dir for it to understand darwin properly.

You should see it referenced in just about any of the KDE fink packages 
-- if you've installed KDE fink from source, just look in your /sw/src/ 
directory for a kde-admindir tarball.



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] missing AC_Dest macro for KDE based applications

2003-02-13 Thread Mike Caron
Thanks so much Benjamin! I had no idea of that tar ball, but I'll give it a try now.

-- Original Message --
From: Benjamin Reed [EMAIL PROTECTED]
Date:  Thu, 13 Feb 2003 15:45:05 -0500

On Thursday, February 13, 2003, at 03:01 PM, Mike Caron wrote:

 'm trying to port Kmymoney to Fink and so far, really bad luck. I 
 check out the cvs tree, then I do a 'make -f Makefile.dist' and here 
 is the output:

Are you using the kde-admindir tarball?  The first step to porting 
pretty much any KDE app is to unpack that tarball into your tree, so it 
overwrites the admin/ that comes with the app.  There are patches that 
still need to be sent upstream to the KDE folks, so you need our admin 
dir for it to understand darwin properly.

You should see it referenced in just about any of the KDE fink packages 
-- if you've installed KDE fink from source, just look in your /sw/src/ 
directory for a kde-admindir tarball.




---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel