[Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Brad Allison
The error:

I'm trying to compile gnome2 using the garnome package, and it's dieing on
building glib-2.15.6 with a gettext error.

 == Running configure in work/main.d/glib-2.15.6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-apple-darwin9.2.0
checking host system type... i386-apple-darwin9.2.0
checking for the BeOS... no
checking for Win32... no
checking for Mac OS X Carbon support... checking for style of include used
by make... GNU
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
yes
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for c++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking whether cc understands -c and -o together... rm: conftest.dSYM: is
a directory
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
rm: conftest.dSYM: is a directory
checking for pkg-config... /opt/local/bin/pkg-config
checking for gawk... (cached) awk
checking for perl5... no
checking for perl... perl
checking for indent... indent
checking for perl... /usr/bin/perl
checking whether /usr/bin/python version = 2.4... yes
checking for /usr/bin/python version... 2.5
checking for /usr/bin/python platform... darwin
checking for /usr/bin/python script directory...
/Library/Python/2.5/site-packages
checking for /usr/bin/python extension module directory...
/Library/Python/2.5/site-packages
checking for iconv_open... no
checking for libiconv_open in -liconv... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether we are using the GNU C Library 2.1 or newer... rm:
conftest.dSYM: is a directory
no
checking Whether to cache iconv descriptors... yes
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html

make[5]: *** [configure-work/main.d/glib-2.15.6/configure] Error 1
make[4]: *** [../../platform/glib/cookies/main.d/install] Error 2
make[3]: *** [../../freedesktop/shared-mime-info/cookies/main.d/install]
Error 2
make[2]: *** [../../platform/gtk+/cookies/main.d/install] Error 2
make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2
make: *** [paranoid-install] Error 2




The OS:

MacOSX 10.5.2

MacBook-Pro:garnome-2.21.92 jackal$ uname -a
Darwin MacBook-Pro.local 9.2.0 Darwin Kernel Version 9.2.0: Tue Feb  5
16:13:22 PST 2008; root:xnu-1228.3.13~1/RELEASE_I386 i386

The Compiler:

MacBook-Pro:garnome-2.21.92 jackal$ which gcc
/usr/bin/gcc

MacBook-Pro:garnome-2.21.92 jackal$ gcc -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++

Re: [Fink-users] findutils: pruning paths with spaces from the locate database

2008-03-04 Thread Richard Cobbe
On Mon, Mar 03, 2008 at 11:50:54AM -0500, Richard Cobbe wrote:
 On Mon, Mar 03, 2008 at 11:03:24AM -0500, Mark J. Reed wrote:
  On Mon, Mar 3, 2008 at 10:44 AM, Richard Cobbe [EMAIL PROTECTED] wrote:

SNIP
In any case, I'll submit a bug/feature request about this to the upstream
folks soon.
 
  Bug.  Not being able to specify pathnames with spaces is a defect, not
  a missing feature.

 I know that and you know that, but in the past I've run into Unix folks
 whose reaction to this kind of problem is to say don't use spaces in
 pathnames then.  This doesn't appear to be irony, either.

 Bug submitted: https://savannah.gnu.org/bugs/index.php?22467.  We'll see
 what happens.

To follow up: the findutils maintainer acknowledged it as a problem and
suggested incorporating a fix into the planned new version of updatedb, a C
prototype of which already exists.  See the link above for further details.

Richard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling libdjvulibre15-shlibs fails on 10.4.11

2008-03-04 Thread Ben Abbott
Christian Ebert blacktrash at gmx.net writes:

 
 Hello,
 
 Building libdjvulibre fails on 10.4.11 like so (can also provide
 a full log):

 [snip]
 
 Probably not /that/ urgent for me, as I only need it as
 dependency for imagemagick, but fink update-all can get a bit
 cumbersome.
 
 c

My attempt to update my installation on a PPC PowerBook running 10.5.2 failed
last night.

However, it compiled successfully on my Intel MacBookPro running 10.5.2.

I removed libdjvulibre15-shlibs and its dependencies and will try to reinstall
all of them after the fink update-all completes.

In any event, the problem might be related to architecture or something else.
Did the failure occur on a PPC or Intel based Mac?

Ben


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling libdjvulibre15-shlibs fails on 10.4.11

2008-03-04 Thread Christian Ebert
* Ben Abbott on Tuesday, March 04, 2008 at 15:41:51 +
 In any event, the problem might be related to architecture or something else.
 Did the failure occur on a PPC or Intel based Mac?

ppc

c
-- 
_B A U S T E L L E N_ lesen! --- http://www.blacktrash.org/baustellen.html

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] installation pb of xfig under Mac OS X

2008-03-04 Thread Daniel Marre




Hello,

usiing xfig since a long time under Linux I installed it on a Mac  
under Mac OS X  10.4 using fink,


and booting xfig I received the message :


Either you have a very old app-defaults file installed (Fig),
or there is none installed at all.
You should install the correct version or you may lose some features.
This may be done with make install in the xfig source directory.


I works well bu the pdf transformation give surprising things  
(missing text ... or rotated figures)


It seems to be an installation pb ...

thank you for help.

Regards.


Daniel.



INSA-DGEI
135 av. de Rangueil - 31077 - Toulouse cedex 4

[EMAIL PROTECTED]
Tél : (33) 5.61.55.98.27
Web : www.insa-toulouse.fr

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] installation pb of xfig under Mac OS X

2008-03-04 Thread Alexander Hansen
Daniel Marre wrote:


 Hello,

 usiing xfig since a long time under Linux I installed it on a Mac 
 under Mac OS X  10.4 using fink,

 and booting xfig I received the message :

 Either you have a very old app-defaults file installed (Fig),
 or there is none installed at all.
 You should install the correct version or you may lose some features.
 This may be done with make install in the xfig source directory.

 I works well bu the pdf transformation give surprising things (missing 
 text ... or rotated figures) 

 It seems to be an installation pb ...

 thank you for help.

 Regards.


 Daniel.



 INSA-DGEI
 135 av. de Rangueil - 31077 - Toulouse cedex 4

 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Tél : (33) 5.61.55.98.27
 Web : www.insa-toulouse.fr http://www.insa-toulouse.fr
Was that the whole message that xfig gave you?  And what version of xfig 
have you installed?

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] installation pb of xfig under Mac OS X

2008-03-04 Thread Alexander Hansen
Daniel Marre wrote:

 Le 4 mars 08 à 18:24, Alexander Hansen a écrit :

 Daniel Marre wrote:


 Hello,

 usiing xfig since a long time under Linux I installed it on a Mac 
 under Mac OS X  10.4 using fink,

 and booting xfig I received the message :

 Either you have a very old app-defaults file installed (Fig),
 or there is none installed at all.
 You should install the correct version or you may lose some features.
 This may be done with make install in the xfig source directory.

 I works well bu the pdf transformation give surprising things 
 (missing text ... or rotated figures) 
 It seems to be an installation pb ...

 thank you for help.

 Regards.


 Daniel.



 INSA-DGEI
 135 av. de Rangueil - 31077 - Toulouse cedex 4

 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Tél : (33) 5.61.55.98.27
 Web : www.insa-toulouse.fr http://www.insa-toulouse.fr
 Was that the whole message that xfig gave you?  

 exactly this content in a separate window :


 Either you have a very old app-defaults file installed (Fig),
 or there is none installed at all.
 You should install the correct version or you may lose some features.
 This may be done with make install in the xfig source directory.

 And what version of xfig have you installed?

 Xfig 3.2 patchlevel 4 (Protocol 3.2)

 those accessible thru Fink ...


 Thank's for help.

 Regards.

 Daniel.


 Daniel Marre.
So that would be our 3.2.4-4 .  My Mac isn't online at the moment, so I 
can't investigate the behavior that you have seen.  You might try the 
following command:

fink reinstall app-defaults xfig

and see if that makes the message about app-defaults go away.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Alexander Hansen
Brad Allison wrote:

snip

 Any help?  I don't know why it's not seeing my gettext which is 
 installed in /opt/local/lib.


If you were building GNOME2 stuff from our pangocairo tree (where we're 
testing out a massive update that will allow newer GTK-using stuff to be 
added to Fink) we could help, but as it is this isn't a Fink issue, and 
this isn't a general build stuff on OS X list.  If you've installed 
stuff using macports (hence the /opt/local) you might try one of _their_ 
lists.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Martin Costabel
Alexander Hansen wrote:
 Brad Allison wrote:
 
 snip
 Any help?  I don't know why it's not seeing my gettext which is 
 installed in /opt/local/lib.


 If you were building GNOME2 stuff from our pangocairo tree (where we're 
 testing out a massive update that will allow newer GTK-using stuff to be 
 added to Fink) we could help, but as it is this isn't a Fink issue, and 
 this isn't a general build stuff on OS X list.  If you've installed 
 stuff using macports (hence the /opt/local) you might try one of _their_ 
 lists.

Alex, I think I remember from earlier exchanges that Brad installed his 
Fink in /opt/local, which is not forbidden. But I agree with you that 
his porting efforts would perhaps be more fruitful for everyone if he 
directed them towards the pangocairo branch of Fink, instead of yet 
another packaging system for gnome. OTOH, I know nothing about garnome 
(nor about the pangocairo branch, I have to confess).

-- 
Martin

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Alexander Hansen
Martin Costabel wrote:
 Alexander Hansen wrote:
 Brad Allison wrote:

 snip
 Any help?  I don't know why it's not seeing my gettext which is 
 installed in /opt/local/lib.


 If you were building GNOME2 stuff from our pangocairo tree (where 
 we're testing out a massive update that will allow newer GTK-using 
 stuff to be added to Fink) we could help, but as it is this isn't a 
 Fink issue, and this isn't a general build stuff on OS X list.  If 
 you've installed stuff using macports (hence the /opt/local) you 
 might try one of _their_ lists.

 Alex, I think I remember from earlier exchanges that Brad installed 
 his Fink in /opt/local, which is not forbidden. But I agree with you 
 that his porting efforts would perhaps be more fruitful for everyone 
 if he directed them towards the pangocairo branch of Fink, instead of 
 yet another packaging system for gnome. OTOH, I know nothing about 
 garnome (nor about the pangocairo branch, I have to confess).

Ah:  I was a bit lazy about looking in the list archives and jumped to 
conclusions.

The pangocairo branch of Fink's CVS contains updates to almost 
everything that depends on GTK+2, including reasonably current GNOME 
packages.  I believe that the the current status is that nearly 
everything works, except that there is a runtime issue with gconf on 
Leopard.  These have to be implemented as a unit rather than piecemeal.

Working with this setup would be easier than trying to build GNOME stuff 
by hand, at least in my view--the packages already know how to find Fink 
libraries and there's less reinvention of the wheel.  One safe option to 
use these package descriptions would be to check them out in the fink 
local tree (e.g. local/pangocairo/finkinfo or something similar) so that 
they don't obscure the packages currently in release (replace %p by the 
Fink tree).

cd %p/fink/dists/local
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co 
-d pangocairo -rpangocairo-branch dists/10.4/unstable/main/

and then to add local/pangocairo to the end of the Trees line of 
/sw/etc/fink.conf



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling libdjvulibre15-shlibs fails on 10.4.11

2008-03-04 Thread Alexander Hansen
Christian Ebert wrote:
 Hello,

 Building libdjvulibre fails on 10.4.11 like so (can also provide
 a full log):


 creating djview
 make[2]: Circular Makefile.dep - Makefile.dep dependency dropped.
 /bin/sh ../../libtool --tag=disable-static --mode=compile gcc 
 -I/usr/X11R6/include -I/sw/include -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG 
 -Wall -O3 -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res 
 -I../../gui/npsdk  -I/usr/X11R6/include  -c nsdejavu.c -o nsdejavu.lo
 mkdir .libs
  gcc -I/usr/X11R6/include -I/sw/include -I/sw/include -DHAVE_CONFIG_H 
 -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res 
 -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c  -fno-common -DPIC -o 
 .libs/nsdejavu.o
 cc1: warning: command line option -Wno-non-virtual-dtor is valid for 
 C++/ObjC++ but not for C
 In file included from ../../gui/npsdk/prtypes.h:58,
  from ../../gui/npsdk/npapi.h:51,
  from nsdejavu.c:123:
 ../../gui/npsdk/prcpucfg.h:650:2: error: #error Unknown CPU architecture

   
Well, there's your error.

 [ ... and so on ]


 Probably not /that/ urgent for me, as I only need it as
 dependency for imagemagick, but fink update-all can get a bit
 cumbersome.


 c
   

What architecture are you on?

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Richard E. Miles

What is the password for:
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co
-d pangocairo -rpangocairo-branch dists/10.4/unstable/main/

I tried just return and then anonymous and both were rejected.

Richard E. Miles
[EMAIL PROTECTED]



On Mar 4, 2008, at 11:16 AM, Alexander Hansen wrote:


cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co
-d pangocairo -rpangocairo-branch dists/10.4/unstable/main/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner



I should preface this message by saying that I am not really an  
``experienced fink user''.
However this list seemed to be the most appropriate of the possible  
options.

The issue is that I would like to install ratfor on my Imac.  I did a  
search for ratfor
amongst the available fink packages and came up blank.

For those of you (probably most if not all of you) who don't know  
what ratfor is:
It means ``rational fortran''.  It provides a language that I find to  
be very friendly,
simple, and easy to use.  It compiles (with a ratfor compiler) into  
fortran code,
from which one then compiles into ``object'' (*.o) files with a  
fortran compiler.
If you google on ``ratfor'' you will find quite a bit of information.

Unfortunately (to my way of thinking) ratfor seems to be fading into  
obscurity, and
does not seem to be well supported.  I have managed to locate a few  
sources of
ratfor packages, but a lot of them seem to be rather buggy.

I ***did*** just now find a ratfor rpm which compiles ratfor code  
into fortran 77,
and managed to install it successfully on my laptop (running Fedora  
Linux).  So there
are still good ratfor compilers out there.

Finally:  To get to the point --- is there anyone out there who could  
contribute
a ratfor package to the fink collection?  I cannot do it myself,  
since I am simply
not that computer literate.

The URL for the Linux site which provides an apparently good ratfor  
compiler is:

http://www.dgate.org/ratfor

If you have any interest and would like any clarification, feel free  
to contact me.

Thanks.

cheers,

Rolf Turner

##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
The package here:

http://sepwww.stanford.edu/software/ratfor.html

compiled fine for me once I set SEPBINDIR in the Makefile.  I just had
it compile to the current working directory:

SEPBINDIR = .

after which typing Make got me a ratfor77 binary that seems to work:

$ cat punishment.r
# RATFOR 77
program Punishment
do i=1, 500 {
write(unit=*, fmt=1) 'I will not throw paper airplanes in class.';
}
1   format(A42)
end
$ ratfor77 punishment.r punishment.f
$ cat punishment.f
C Output from Public domain Ratfor, version 1.0
  program punishment
  do23000 i=1, 500
  write(unit=*, fmt=1) 'I will not throw paper airplanes in class.'
23000 continue
23001 continue
1 format(a42)
  end
$ g77 punishment.f
$ ./a.out | cat -n | tail
   491  I will not throw paper airplanes in class.
   492  I will not throw paper airplanes in class.
   493  I will not throw paper airplanes in class.
   494  I will not throw paper airplanes in class.
   495  I will not throw paper airplanes in class.
   496  I will not throw paper airplanes in class.
   497  I will not throw paper airplanes in class.
   498  I will not throw paper airplanes in class.
   499  I will not throw paper airplanes in class.
   500  I will not throw paper airplanes in class.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Alexander Hansen
I just tried this again.  When I just hit return for the password for 
the first command, I didn't get prompted for one for the second 
command--the checkout started up.

Richard E. Miles wrote:
 What is the password for:
 cvs -d:pserver:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:/cvsroot/fink login
 cvs -z3 -d:pserver:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:/cvsroot/fink co 
 -d pangocairo -rpangocairo-branch dists/10.4/unstable/main/

 I tried just return and then anonymous and both were rejected.

 Richard E. Miles
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



 On Mar 4, 2008, at 11:16 AM, Alexander Hansen wrote:

 cvs -d:pserver:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:/cvsroot/fink login
 cvs -z3 -d:pserver:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:/cvsroot/fink co 
 -d pangocairo -rpangocairo-branch dists/10.4/unstable/main/



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling libdjvulibre15-shlibs fails on 10.4.11

2008-03-04 Thread Julien Salort
In article [EMAIL PROTECTED],
 Alexander Hansen [EMAIL PROTECTED] wrote:

  ../../gui/npsdk/prcpucfg.h:650:2: error: #error Unknown CPU architecture
 

 Well, there's your error.

I've got the very same error on my Powerbook G4 running Mac OS X 10.4.11.
I only need it for octave-forge which depends on ImageMagick which 
depends on libdjvulibre...

Bests,

Julien


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling libdjvulibre15-shlibs fails on 10.4.11

2008-03-04 Thread Carsten Clark
I just got the exact same problem while doing a fink update-all.

 What architecture are you on?

I'm on a dual 1.8 GHz G5 running 10.4.11.

uname -vp yields (line break added):
Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007;
root:xnu-792.24.17~1/RELEASE_PPC powerpc


Alexander Hansen alexanderk.hansen at gmail.com writes:

 Christian Ebert wrote:
  Hello,
 
  Building libdjvulibre fails on 10.4.11 like so (can also provide
  a full log):

[snip]

  ../../gui/npsdk/prcpucfg.h:650:2: error: #error Unknown CPU architecture

 
 What architecture are you on?




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner

On 5/03/2008, at 11:23 AM, Mark J. Reed wrote:

 The package here:

 http://sepwww.stanford.edu/software/ratfor.html

 compiled fine for me once I set SEPBINDIR in the Makefile.  I just had
 it compile to the current working directory:

 SEPBINDIR = .

 after which typing Make got me a ratfor77 binary that seems to work:

snip

Seems (mirabile dictu!!!) to work for me too.  Thanks Mark!

If I run into difficulties later on, I will inflict you with further
questions.  No good deed goes unpunished. :-)

Thanks again.

cheers,

Rolf Turner


##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
Glad I could help!

Oh,  you likely know this already, but if you rename it to just
ratfor and put it somewhere in your $PATH, g77 will invoke it
automatically for you when you run it on a file whose name ends in .r
.


On 3/4/08, Rolf Turner [EMAIL PROTECTED] wrote:

 On 5/03/2008, at 11:23 AM, Mark J. Reed wrote:

  The package here:
 
  http://sepwww.stanford.edu/software/ratfor.html
 
  compiled fine for me once I set SEPBINDIR in the Makefile.  I just had
  it compile to the current working directory:
 
  SEPBINDIR = .
 
  after which typing Make got me a ratfor77 binary that seems to work:

   snip

 Seems (mirabile dictu!!!) to work for me too.  Thanks Mark!

 If I run into difficulties later on, I will inflict you with further
 questions.  No good deed goes unpunished. :-)

 Thanks again.

   cheers,

   Rolf Turner


 ##
 Attention:
 This e-mail message is privileged and confidential. If you are not the
 intended recipient please delete the message and notify the sender.
 Any views or opinions presented are solely those of the author.

 This e-mail has been scanned and cleared by MailMarshal
 www.marshalsoftware.com
 ##



-- 
Mark J. Reed [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Brad Allison
I want to apologize up front for the spam to this list.  I am not a very
good compiler.  My degree is in Environmental Engineering not Computer
Science.

That said I've been able to get very far with building garnome on macosx
10.5.2.

So far these are the edits I've had to make to the gar.conf.mk file (my fink
is set up to use /opt/local/ ) :

CPPFLAGS += -I/opt/local/include -I$(includedir)
CFLAGS += -I/opt/local/include -I$(includedir) -L$(libdir)
LDFLAGS +=
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-L/opt/local/lib -L$(libdir)
PATH := /opt/local/bin:/opt/local/sbin:$(bindir):$(sbindir):$(PATH)
LD_LIBRARY_PATH := /opt/local/lib:$(libdir):$(LD_LIBRARY_PATH)
PKG_CONFIG_PATH :=
/opt/local/bin/pkg-config:$(libdir)/pkg-config:$(libdir)/pkgconfig:$(datadir)/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
EXTRA_LIBS = /opt/local/lib


And I've had to install the following fink packages:

fink install libpng-shlibs
fink install libpng3
fink install libpng3-shlibs
fink install glitz
fink install gettext
fink install gettext-dev

That said, it's dieing on pygtk now.  And there's not a version of pygtk for
fink yet of version 2.8.0.  2.6.3 is the best that fink has to offer:

 == Running configure in work/main.d/alacarte-0.11.4
[...snip...]
checking whether /usr/bin/python version is = 2.4.0... yes
checking for  version... 2.5
checking for  platform... darwin
checking for  script directory... /Library/Python/2.5/site-packages
checking for  extension module directory...
/Library/Python/2.5/site-packages
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALACARTE... yes
checking for pygtk 2.8.0 installed for python 2.4... not found
configure: error: required pygtk version not found
make[1]: *** [configure-work/main.d/alacarte-0.11.4/configure] Error 1
make: *** [paranoid-install] Error 2


sh-3.2# fink list pygtk
Information about 6477 packages read in 1 seconds.
 pygtk2-gtk-py24   2.6.3-2 Python bindings for the
GTK widget set
 pygtk2-gtk-py24-dev   2.6.3-2 Tools for compiling
against pygtk2
 i   pygtk2-gtk-py25   2.6.3-2 Python bindings for the
GTK widget set
 i   pygtk2-gtk-py25-dev   2.6.3-2 Tools for compiling
against pygtk2
 pygtk2-py24   2.6.3-2000  Python bindings for the
GTK widget set
 pygtk2-py24-dev   2.6.3-2000  Tools for compiling
against pygtk2-py24
 i   pygtk2-py25   2.6.3-2000  Python bindings for the
GTK widget set
 i   pygtk2-py25-dev   2.6.3-2000  Tools for compiling
against pygtk2-py25

Is that something that garnome should be installing?
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner

On 5/03/2008, at 1:02 PM, Mark J. Reed wrote:

 Glad I could help!

 Oh,  you likely know this already, but if you rename it to just
 ratfor and put it somewhere in your $PATH, g77 will invoke it
 automatically for you when you run it on a file whose name ends in .r
 .

Didn't know that --- never underestimate the depths of my ignorance!

(1) Be that as it may --- I don't have g77 on my Imac.  Tried to use  
fink
to install it a while back --- to no avail.  I tried

sudo apt-get install g77

sudo apt-get install g77-3.4.3-104

sudo apt-get install g77-3.4.3-20031015-2

(I found those numbers by looking at the fink web page)

and always got the error message:

E: Couldn't find package g77[-whatever]

(2) I *have* the program ``gfortran'' installed.  (Don't remember how  
it got there; I think that
some months ago I rashly went through the hoops --- I guess it must  
have been successfully ---
to put the ``Apple Developer Tools'' (or something like that) on my  
Imac.) But if I try

gfortran punishment.r

I get the message

i686-apple-darwin8-gfortran-4.2: pun.r: Ratfor compiler not installed  
on this system

even though ratfor *is* installed --- in /usr/local/bin.  I tried  
doing ``man gfortran''
to see if that would give me a hint, but I was told there was no  
manual entry for gfortran.
(Any idea how I'd get one?)

Anyway, if I do

ratfor punishment.r  punishment.f

it goes like a train.  (And then ``gfortran punishment.f'' produces  
a.out and a.out
produces the expected output.  So it's no big deal ... still it'd be  
nice to be able
do gfortran to *.r files directly.

Any ideas in respect of either problem (1) or problem (2)?

Thanks.

cheers,

Rolf Turner



##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
On Tue, Mar 4, 2008 at 7:54 PM, Rolf Turner [EMAIL PROTECTED] wrote:

  (1) Be that as it may --- I don't have g77 on my Imac.  Tried to use
  fink   to install it a while back --- to no avail.

What version of OS X and fink?  I have Leopard, fink 0.28.0 updated
via selfupdate-rsync to this past Sunday, and g77 3.4.3, which I
installed via fink install g77.  I do have the unstable tree
enabled, so maybe that's where it came from.

My gfortran came from here:
http://www.macresearch.org/xcode_gfortran_plugin_update.  It has no
documentation, but there are docs available here:
http://gcc.gnu.org/wiki/GFortran#manuals.  And AFAICT, gfortran
doesn't support Ratfor.  But doesn't Fortran-90 (or -95) get you the
same benefits?

-- 
Mark J. Reed [EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner

On 5/03/2008, at 2:18 PM, Mark J. Reed wrote:

 On Tue, Mar 4, 2008 at 7:54 PM, Rolf Turner  
 [EMAIL PROTECTED] wrote:

  (1) Be that as it may --- I don't have g77 on my Imac.  Tried to use
  fink   to install it a while back --- to no avail.

 What version of OS X and fink?  I have Leopard, fink 0.28.0 updated
 via selfupdate-rsync to this past Sunday, and g77 3.4.3, which I
 installed via fink install g77.  I do have the unstable tree
 enabled, so maybe that's where it came from.

Making inquiries to answer these questions gave:

uname -a
Darwin TURNER-ROLF.local 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct  
10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386

and

fink --version
Package manager version: 0.24.17
Distribution version: 0.8.1

So it would seem that I am a bit behind the times.

I tried ``fink install g77'' just now and got

Information about 1732 packages read in 1 seconds.
Failed: no package found for specification 'g77'!

I don't know about ``selfupdate-rsync'' --- as I said, my ignorance  
is boundless.

 My gfortran came from here:
 http://www.macresearch.org/xcode_gfortran_plugin_update.  It has no
 documentation, but there are docs available here:
 http://gcc.gnu.org/wiki/GFortran#manuals.  And AFAICT, gfortran
 doesn't support Ratfor.  But doesn't Fortran-90 (or -95) get you the
 same benefits?

Well, the gfortran on my machine seemed to *know* about ratfor ---  
i.e. it
seemed to recognize the *.r extension.  But it didn't seem to be  
aware of
the existence of the ratfor compiler.

And as to Fortran-90 or 95 giving the same benefits --- probably you are
quite right.  But I already speak ratfor, whereas I'd have to put in a
bit of work to learn Fortran-90/95.

cheers,

Rolf Turner

##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Mark J. Reed
Do a fink selfupdate.  That tells fink to update itself to the
latest version.  Then do a fink update-all to update all the
packages to their latest versions (if you have a lot of packages, that
can take a while).  Then try the fink install g77 again.

If fink still can't find the package, you may have to enable the
unstable tree.  You do this by adding the words

   unstable/main unstable/crypto

to the end of the Trees: line in /sw/etc/fink.conf.

While gfortran acknowledges the existence of ratfor in the error
message, I can't find any evidence that it actually supports running
it.

Darwin 8.x is 10.4 Tiger, right?

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] package request

2008-03-04 Thread Brad Allison
Can we please get  pygtk 2.8.0 built for python 2.4 ?

garnome needs it.

It has a check for 2.8.0

{ echo $as_me:$LINENO: checking for pygtk 2.8.0 installed for python 2.4
5
echo $ECHO_N checking for pygtk 2.8.0 installed for python 2.4... $ECHO_C
6; }
prog=
import pygtk; pygtk.require('2.0')
import gobject
assert gobject.pygtk_version = tuple(map(int, '2.8.0'.split('.')))

-b
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] compiling libdjvulibre15-shlibs fails on 10.4.11

2008-03-04 Thread Charles Lepple
Alexander Hansen alexanderk.hansen at gmail.com writes:

 
 Christian Ebert wrote:
[...]
  In file included from ../../gui/npsdk/prtypes.h:58,
   from ../../gui/npsdk/npapi.h:51,
   from nsdejavu.c:123:
  ../../gui/npsdk/prcpucfg.h:650:2: error: #error Unknown CPU architecture
 

 Well, there's your error.

I got it to compile by adding the following line in the PatchScript in the
djvulibre.info file:

perl -pi -e 's/__powerpc__./__powerpc__) || defined(__POWERPC__)/'
gui/npsdk/prcpucfg.h

(Be sure that gui/npsdk/prcpucfg.h is part of the same line.)

- C


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] `expect' not working well

2008-03-04 Thread William Xu
Hi, 

On my leopard, expect installed by fink doesn't seem to function well.
I have a script doing telnet remote with expect.  When I run it, I only
get the following errors:

,
| spawn telnet some.net 23
| The process has forked and you cannot use this CoreFoundation functionality 
safely. You MU
| ST exec().
| Break on 
__THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___Y
| OU_MUST_EXEC__() to debug.
| The process has forked and you cannot use this CoreFoundation functionality 
safely. You MU
| ST exec().
`

-- 
William

http://williamxu.net9.org


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: GARNOME 2.22.0 Release Candidate (2.21.92) -- real life

2008-03-04 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brad Allison wrote:

| That said, it's dieing on pygtk now.  And there's not a version of pygtk
| for fink yet of version 2.8.0.  2.6.3 is the best that fink has to offer:

There is, it's just in the pangocairo branch as mentioned previously:

~ pygtk2-gtk-py24   2.12.1-1
~  Python bindings for the GTK widget set
~ pygtk2-gtk-py24-dev   2.12.1-1
~  Tools for compiling against pygtk2
~ pygtk2-gtk-py25   2.12.1-1
~  Python bindings for the GTK widget set
~ pygtk2-gtk-py25-dev   2.12.1-1
~  Tools for compiling against pygtk2
~ pygtk2-py24   2.12.1-1
~  Python bindings for the GTK widget set
~ pygtk2-py24-dev   2.12.1-1
~  Tools for compiling against pygtk2-py24
~ pygtk2-py25   2.12.1-1
~  Python bindings for the GTK widget set
~ pygtk2-py25-dev   2.12.1-1
~  Tools for compiling against pygtk2-py25



- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHzg6AUu+jZtP2Zf4RAthrAJ4wNWzwSBFoUT0TCCFdUjnm16Q0sACeKnbH
Q/9xkGLI0Va1Z5W6vimoUp8=
=lBXT
-END PGP SIGNATURE-

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Ratfor.

2008-03-04 Thread Rolf Turner

On 5/03/2008, at 2:59 PM, Mark J. Reed wrote:

 Do a fink selfupdate.  That tells fink to update itself to the
 latest version.

That took a long while 

 Then do a fink update-all to update all the
 packages to their latest versions (if you have a lot of packages, that
 can take a while).

That actually didn't take so long  but then it said it
couldn't resolve package dependencies.  However it made a
suggestion as to how the problem might be fixed, and that
seemed to work.

  Then try the fink install g77 again.

Tried that; same result as before 

 If fink still can't find the package, you may have to enable the
 unstable tree.  You do this by adding the words

unstable/main unstable/crypto

 to the end of the Trees: line in /sw/etc/fink.conf.

Did that, and this time things happened ... but after a
*very* long time, with more bushels of screen output flying by,
there came an error message:

.
.
.
xgcc: installation problem, cannot exec `c++filt3': No such file or  
directory
/usr/bin/ld: Undefined symbols:
__init_keymgr
collect2: ld returned 1 exit status
make[2]: *** [genmodes] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2
### execution of /var/tmp/tmp.2.U08hQd failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-g77-3.4-20031015-2
(Reading database ... 6168 files and directories currently installed.)
Removing fink-buildlock-g77-3.4-20031015-2 ...
Failed: phase compiling: g77-3.4-20031015-2 failed

At this stage, I think I'll just give up, and not waste any more
of your (or my) time.  I have afterall got a working ratfor,
it would seem, and being able to go from *.r files to *.o files
in a single step is really just a frill.

Thanks for all your help.

 While gfortran acknowledges the existence of ratfor in the error
 message, I can't find any evidence that it actually supports running
 it.

You are very likely correct.  But as I said, I won't worry
about it any further.

 Darwin 8.x is 10.4 Tiger, right?

I believe so, but I don't really know for sure.

Thanks again.

cheers,

Rolf Turner


##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] OT: garnome issue : 'struct s tat’ has no member named ‘st_mtim’

2008-03-04 Thread Brad Allison
MacBook-Pro:server jackal$ pwd
/Users/jackal/source/garnome-2.21.92/bootstrap/gamin/work/main.d/gamin-0.1.9
/server

MacBook-Pro:server jackal$ make
make  all-am
if cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../libgamin -I../protocol
-I../lib -I../libgamin
-I/Users/jackal/garnome/include/glib-2.0-I/Users/jackal/garnome/lib/glib-
2.0/include   -DBINDIR=\/Users/jackal/garnome/libexec\
-DG_DISABLE_DEPRECATED -DGAM_DEBUG_ENABLED  -I/opt/local/include
-I/Users/jackal/garnome/include   -Wall -Wchar-subscripts
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare
-Wno-sign-compare -g  -MT gam_poll_basic.o -MD -MP -MF
.deps/gam_poll_basic.Tpo -c -o gam_poll_basic.o gam_poll_basic.c; \
then mv -f .deps/gam_poll_basic.Tpo .deps/gam_poll_basic.Po; else rm
-f .deps/gam_poll_basic.Tpo; exit 1; fi
gam_poll_basic.c: In function 'gam_poll_basic_poll_file':
gam_poll_basic.c:348: error: 'struct stat' has no member named 'st_mtim'
make[1]: *** [gam_poll_basic.o] Error 1
make: *** [all] Error 2



Any ideas how to fix?
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem with syntax highlighting in vim-7.1.123 OR reinstalling old packages?

2008-03-04 Thread Hisashi T Fujinaka
7.1.123 is an old vim. The latest one in unstable is 7.1.266. Can you
try that one?

On Wed, 5 Mar 2008, Duncan Galloway wrote:

 Hi all,
   Following a recent upgrade of fink, which replaced vim-6.3 with
 vim-7.1.123, my context highlighting seems all screwed up. Previously
 I was using this just fine for editing IDL code (extension .pro) and
 it would highlight comments, variables, strings, you name it (I got
 quite used to it!) Everything has changed with the new vim, it only
 seems to highlight a few things, and even then doesn't switch off at
 the end of comments (for example). i've had a bit of a look at the
 help text but can't even really work out where to look for the problem.
   Obviously this isn't perhaps the best forum for vim problems, so
 my followup question is, can I go back to vim-6.3? I've still got the
 tar archive (.bz2 zipped) in my /sw/src directory, but all the
 obvious things (like fink install vim-6.3) don't seem to work.
 Would really appreciate any help you guys can offer!

-- 
Hisashi T Fujinaka - [EMAIL PROTECTED]
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problem with syntax highlighting in vim-7.1.123 OR reinstalling old packages?

2008-03-04 Thread Duncan Galloway
Hi all,
   Following a recent upgrade of fink, which replaced vim-6.3 with  
vim-7.1.123, my context highlighting seems all screwed up. Previously  
I was using this just fine for editing IDL code (extension .pro) and  
it would highlight comments, variables, strings, you name it (I got  
quite used to it!) Everything has changed with the new vim, it only  
seems to highlight a few things, and even then doesn't switch off at  
the end of comments (for example). i've had a bit of a look at the  
help text but can't even really work out where to look for the problem.
   Obviously this isn't perhaps the best forum for vim problems, so  
my followup question is, can I go back to vim-6.3? I've still got the  
tar archive (.bz2 zipped) in my /sw/src directory, but all the  
obvious things (like fink install vim-6.3) don't seem to work.  
Would really appreciate any help you guys can offer!
Cheers
Duncan

--
  Duncan Galloway, Monash Fellow phone: +61 (0)3 9902-0393
  School of Physics   fax: +61 (0)3 9905-3637
School of Mathematical Sciences mobile: +61 (0)414 139-763
  Monash University, VIC 3800, Australia  chat: [EMAIL PROTECTED]
  [EMAIL PROTECTED]   www:users.monash.edu.au/~dgallow




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem with syntax highlighting in vim-7.1.123 OR reinstalling old packages?

2008-03-04 Thread Hisashi T Fujinaka
Oh, and another thing, I think I was updating vim without updating the
syntax files for a while. I can't remember when I figured that out. In
any case, let me know if you have any problems updating to the newest
version.

On Tue, 4 Mar 2008, Hisashi T Fujinaka wrote:

 7.1.123 is an old vim. The latest one in unstable is 7.1.266. Can you
 try that one?

 On Wed, 5 Mar 2008, Duncan Galloway wrote:

 Hi all,
   Following a recent upgrade of fink, which replaced vim-6.3 with
 vim-7.1.123, my context highlighting seems all screwed up. Previously
 I was using this just fine for editing IDL code (extension .pro) and
 it would highlight comments, variables, strings, you name it (I got
 quite used to it!) Everything has changed with the new vim, it only
 seems to highlight a few things, and even then doesn't switch off at
 the end of comments (for example). i've had a bit of a look at the
 help text but can't even really work out where to look for the problem.
   Obviously this isn't perhaps the best forum for vim problems, so
 my followup question is, can I go back to vim-6.3? I've still got the
 tar archive (.bz2 zipped) in my /sw/src directory, but all the
 obvious things (like fink install vim-6.3) don't seem to work.
 Would really appreciate any help you guys can offer!

-- 
Hisashi T Fujinaka - [EMAIL PROTECTED]
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users