Re: [Fink-users] ./configure scripts can't find /sw/include directory

2003-12-18 Thread Ronny Wikh
ons 2003-12-17 klockan 08.57 skrev Carl Youngblood:

> What do I need to do to get ./configure scripts to see the stuff in 
> /sw?  I'm trying to compile some code and it can't see tiff.h and some 
> other things that are in /sw/include.  Do I need to declare some stuff 
> in my bash profile or something?

/sw most likely isn't in your ordinary include and library paths,
just as with me. You could add them in your profiles, of course,
or just specify it to the configure script.

Try './configure --help'. You'll get a list of options for supplying
additional paths of various kinds depending on the needs of the
application you're trying to compile. Just specify those you need.
For instance when I compiled postgresql7.4 the other day, I had
to run './configure --with-includes=/sw/include --with-libs=/sw/lib'.
But make sure you investigate using the --help option in each case
because the options often differ slightly from program to program.

/Ronny




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Praise

2003-11-24 Thread Ronny Wikh
Once more I've been through a fink build-tons-of-packages procedure, 
the same as
with 10.1 and 10.2, this time obviously for 10.3.

Once more everything worked just fine (albeit after two days of furious 
compiling :).
This includes kde btw, which apparently have caused some people grief 
for various
reasons.

So, all of you working with keeping the packages working and up to 
date, THANKS!
I'm really very impressed with the quality of work you guys put into 
this project.

- Ronny Wikh



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Apple X11 or not?

2003-03-19 Thread Ronny Wikh
Hi!

I'd very much appreciate if someone please could sum up the 
reasons pro and con to use either Apple's X11 or the fink
XFree86 version?

Thanks in advance,

- Ronny Wikh




---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] how to build a Python C extension module with FinkPython?

2003-02-13 Thread Ronny Wikh
On Wed, 2003-02-12 at 23:51, fortepianissimo wrote:
> I know how to do this on Linux (to produce a .so), but how do you guys
> do this on Mac OS X? In particular what compiler options do you need to
> give to gcc to make it work with Fink's version of Python?

gcc -L/sw/lib -bundle -flat_namespace .o -o .so 

Possibly you want to add '-undefined suppress' unless you really
define all symbols.

Works for me anyway :)

- Ronny Wikh



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



[Fink-users] Mouse key mapping

2003-01-18 Thread Ronny Wikh
Hi!

I recently switched to a new Mac (two processors, lots of memory etc, 
yumm!) and decided
to start out fresh with a clean disk and a clean fink installation - 
just completed. Again
thanks to everone involved in the fink project!!!

However, I'm running into a little snag with X11, and while I realise 
that this might not
be the best forum for asking about this, perhaps someone either has an 
idea of how to
solve the problem or can direct me to the right place.

The problem simply is this, rather than the ordinary Mac one-button 
mouse I'd like to
install the one Microsoft product I've found worthwhile; their Explorer 
trackball. It's got
five buttons, a scrollwheel and nicely positioned and sized ball.

However, Apple X11 only recognises two of the five buttons. So I 
installed the XFree86
software with fink. This version sees the buttons all right, but I 
can't seem to find a way of
configuring the device. I'd like to map number five and four to numbers 
three and two
respectively, get rid of the button function in the scroll wheel etc. 
In short, make the
behaviour be just as on my Linux box. This takes some contortions in 
the XF86Config
file, but here it seems as if that file is entirely lacking.

Does anyone have any idea of how to fix this?

Rergards,

Ronny Wikh



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] crypt-ssley-pm-0.45-1 build failure

2002-12-19 Thread Ronny Wikh
Hi there!

For some reason the crypt-ssley-pm-0.45-1 package fails to compile
on my machine. Is it just me, or is this a general bug? I've included
the compile log for someone brighter than me to look at.

Perhaps the problem simply is a missing package/dependency?

/Ronny


mkdir -p /sw/src/crypt-ssleay-pm-0.45-1
/sw/bin/tar -xvzf /sw/src/Crypt-SSLeay-0.45.tar.gz 
Crypt-SSLeay-0.45/
Crypt-SSLeay-0.45/README
Crypt-SSLeay-0.45/certs/
Crypt-SSLeay-0.45/certs/notacakeynopass.pem
Crypt-SSLeay-0.45/certs/ca-bundle.crt
Crypt-SSLeay-0.45/certs/notacacert.pem
Crypt-SSLeay-0.45/MANIFEST
Crypt-SSLeay-0.45/CHANGES
Crypt-SSLeay-0.45/SSLeay.xs
Crypt-SSLeay-0.45/lwp-ssl-test
Crypt-SSLeay-0.45/Makefile.PL
Crypt-SSLeay-0.45/lib/
Crypt-SSLeay-0.45/lib/Crypt/
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/CTX.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/Conn.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/Err.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/X509.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/MainContext.pm
Crypt-SSLeay-0.45/lib/Net/
Crypt-SSLeay-0.45/lib/Net/SSL.pm
Crypt-SSLeay-0.45/SSLeay.pm
Crypt-SSLeay-0.45/t/
Crypt-SSLeay-0.45/t/ssl_context.t
Crypt-SSLeay-0.45/t/net_ssl.t
Crypt-SSLeay-0.45/MANIFEST.SKIP
Crypt-SSLeay-0.45/typemap
Crypt-SSLeay-0.45/net_ssl_test
sed 's|@PREFIX@|/sw|g' < 
/sw/fink/dists/unstable/crypto/finkinfo/crypt-ssleay-pm-0.45-1.patch | patch -p1
patching file Makefile.PL
perl Makefile.PL PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5 
INSTALLARCHLIB=/sw/lib/perl5/darwin INSTALLSITELIB=/sw/lib/perl5 
INSTALLSITEARCH=/sw/lib/perl5/darwin INSTALLMAN1DIR=/sw/share/man/man1 
INSTALLMAN3DIR=/sw/share/man/man3
Found OpenSSL (version OpenSSL 0.9.6) installed at /sw
Using --default OpenSSL candidate found at /sw


BUILD INFORMATION


ssl dir:/sw
libraries:  -lssl -lcrypto -lgcc -lRSAglue -lrsaref
include dir:/sw/include
ssl header: openssl/ssl.h
ssl candidate:  /sw; /sw/include/openssl; OpenSSL 0.9.6



Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lRSAglue
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Crypt
mkdir blib/arch/auto/Crypt/SSLeay
mkdir blib/lib/auto
mkdir blib/lib/auto/Crypt
mkdir blib/lib/auto/Crypt/SSLeay
mkdir blib/man3
cp lib/Net/SSL.pm blib/lib/Net/SSL.pm
cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm
cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm
cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm
cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm
/usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl 
/System/Library/Perl/ExtUtils/xsubpp  -typemap /System/Library/Perl/ExtUtils/typemap 
-typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
cc -c -I/sw/include -g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace 
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -Os -DVERSION=\"0.45\" 
-DXS_VERSION=\"0.45\"  -I/System/Library/Perl/darwin/CORE  SSLeay.c
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
LD_RUN_PATH="/sw/lib:/usr/lib" cc -o blib/arch/auto/Crypt/SSLeay/SSLeay.bundle  
-bundle  -flat_namespace -undefined suppress SSLeay.o-L/sw/lib -lssl -lcrypto 
-lgcc 
chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.bundle
cp SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs
chmod 644 blib/arch/auto/Crypt/SSLeay/SSLeay.bs
Manifying blib/man3/Crypt::SSLeay.3
make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
-I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 
runtests @ARGV;' t/*.t
t/net_ssl...Can't locate MIME/Base64.pm in @INC (@INC contains: ../lib ./lib 
blib/arch blib/lib /System/Library/Perl/darwin /System/Library/Perl 
/sw/lib/perl5/darwin /sw/lib/perl5 /Library/Perl/darwin /Library/Perl 
/Network/Library/Perl/darwin /Network/Library/Perl .) at lib/Net/SSL.pm line 6.
BEGIN failed--compilation aborted at lib/Net/SSL.pm line 6.
Compilation failed in require at t/net_ssl.t line 5.
BEGIN failed--compilation aborted at t/net_ssl.t line 5.
dubious
Test returned status 2 (wstat 512, 0x200)
t/ssl_context...ok
Failed Test  Status Wstat Total Fail  Failed  List of failed
---
t/net_ssl.t   2   512??   ??   %  ??
Failed 1/2 test scripts, 50.00% okay. 0/1 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 25
### execution of make failed, exit code 2
Failed: compiling crypt-ssleay-pm-0.45-1 failed



[Fink-users] Thanks, and thanks again!

2002-10-11 Thread Ronny Wikh

Hi everyone!

I just wanted to send a small letter of appreciation to all the people 
working on
the fink project.

I just upgraded to Jaguar on my Mac and after a frenzy of compiling, 
everything
works just as it should again, all packages I rely on present and 
working.

So, thanks for all your effort in providing this most appreciated 
service!

- Ronny Wikh



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



Re: [Fink-users] utilities with zero file length, fix?

2002-07-02 Thread Ronny Wikh

I know I have posted about something like this, but that was longer
back in the past than just April or May... Anyway, I had a similar
problem. It was a bit more serious for me since it was programs
like 'ls' and 'csh' (in /bin !!) among others that got set to 0.

Unfortunately I never managed to find out what had caused it. What I
did then was simply to re-install MacOSX on top of the old installation,
something that I simply had to do since I had lost so many base
functions. Unfortunately that only meant that after about a week or
so it happened _again_. I then re-installed the OS _again_ and
removed the entire fink distribution (with rm) and installed
everything again from scratch. Since then it has worked just fine,
including fink I haste to add.

I know this sounds really drastic, more like amputation than proper
surgery, but it was the only thing that worked for me.

/Ronny

Rich Ramos wrote:
> 
> I saw a bunch of posts to the mailing list back at the end of April and 
> beginning of May about files that had somehow been corrupted and were 
> now zero lenght.  However, I never saw a solution posted.  I'm having 
> the same problem.
> 
> Here's the zero length files in /sw/bin:
> 
> [/sw/bin:localhost] ramos% ls -l |grep ' 0 '
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzcmp
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzdiff
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzegrep
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzfgrep
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzgrep
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzless
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 bzmore
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 gunzip
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 gzip.old
> -rwxr-xr-x1 ramosunknown 0 Mar 18 17:03 ncftpbatch
> -rwxr-xr-x1 ramosunknown 0 Mar 18 17:03 ncftpspooler
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 zcat
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 zcmp
> -rwxr-xr-x1 ramosunknown 0 Apr 19 13:57 zdiff
> 
> How do I fix this and what's the cause?
> 
> -Rich
>




---
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] SIP and PyQt

2002-05-16 Thread Ronny Wikh

This letter appeared on the PyKDE mailing list, written by Phil Thompson who
happens to be the SIP (and PyQt) developer:

-Forwarded Message-

From: Phil Thompson <[EMAIL PROTECTED]>
To: PyKDE Mailing List <[EMAIL PROTECTED]>
Subject: [PyKDE] Status of MacOS X Support
Date: 16 May 2002 16:10:30 +0100

After much messing about I've come to the conclusion that PyQt cannot
support MacOS X for the time being.

SIP breaks the Python rules for extension modules in that it doesn't
export a module's API the way it is supposed to. Windows and Unix can
deal with this - MacOS appears to be a bit more picky.

The solution will be SIP v4 which will export a module's API according
to the Python rules.

There is no ETA as yet for SIP v4.

Thanks to those people who have been helping me out on this.

Phil

---

I guess we have to wait until he gets around to fixing it, alas.

/Ronny






___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] xdvi install fails

2002-03-16 Thread Ronny Wikh

While trying to install LyX, the following happens when the mandatory 
package xdvi
is fetched:

curl -f -L -s -S -O 
ftp://ftp.math.berkeley.edu/pub/Software/TeX/xdvi-22.51.tar.gz
curl: (19) xdvi-22.51.tar.gz: No such file or directory.
### curl failed, exit code 19
Downloading the file "xdvi-22.51.tar.gz" failed.

Does anyone have an idea of what is going on? Was the file renamed or 
withdrawn
from the ftp archive?

- Ronny Wikh


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users