[Fink-beginners] problem getting epplets installed.

2004-01-11 Thread John B
I'm running Enlightenment v.0.16.5-9, on X11 through MAc OSX 10.3.2.
I downloaded the epplets base version 0.7. I could not get fink to 
install it. I kept getting package not found, in whatever directory I 
tried in. My fink install is working form dselect, commander,  apt-get 
just fine. I just cant install packages not on the list in fink.
I tried to compile from terminal. But keep getting errors on the make 
file. Here is the error:

`-O2 -I/sw/include -I/usr/X11R6/include -c mbox.c
mbox.c:35:20: malloc.h: No such file or directory
make[1]: *** [mbox.o] Error 1
make: *** [check-recursive] Error 1'
Is there way around this, and do I need the mbox.c to run the epplets? 
It seems that it cant find the `malloc.h' header file in the mbox 
directory.

Thanks,
John


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] problem getting epplets installed.

2004-01-11 Thread Martin Costabel
John B wrote:
I'm running Enlightenment v.0.16.5-9, on X11 through MAc OSX 10.3.2.
I downloaded the epplets base version 0.7. I could not get fink to 
install it. I kept getting package not found, in whatever directory I 
tried in. My fink install is working form dselect, commander,  apt-get 
just fine. I just cant install packages not on the list in fink.
If it's not in the package database at 
http://fink.sourceforge.net/pdb/index.php, you cannot install it with Fink.

I tried to compile from terminal. But keep getting errors on the make 
file. Here is the error:

`-O2 -I/sw/include -I/usr/X11R6/include -c mbox.c
mbox.c:35:20: malloc.h: No such file or directory
make[1]: *** [mbox.o] Error 1
make: *** [check-recursive] Error 1'
Is there way around this, and do I need the mbox.c to run the epplets? 
It seems that it cant find the `malloc.h' header file in the mbox 
directory.
It cannot find /usr/include/malloc.h that exists on other Unix-like 
systems, but not on Mac OSX. Tweaking the cources of a package in such a 
way that it does not look for /usr/include/malloc.h any more is one of 
the typical steps in what is called porting. If you look in 
/sw/fink/dists/ at the *.patch files, you find many packages that have 
to do this.

--
Martin
---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Fwd: Failed: compiling id3lib3.7-3.7.13-4 failed

2004-01-11 Thread Heinz Nabielek
Can you help?
Somewhere while updating gnome-games,
I am stuck with the message
compiling id3lib3.7-3.7.13-4 failed.

What can I do?

Heinz

__
ranlib .libs/libid3.a
creating libid3.la
(cd .libs  rm -f libid3.la  ln -s ../libid3.la libid3.la)
Making all in examples
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/sw/include  
-Wno-long-double -c demo_info.cpp
/bin/sh ../libtool --mode=link c++  -Wno-long-double -L/sw/lib -o 
id3info  demo_info.o ../src/libid3.la -lpopt -lz -lpopt -lz
mkdir .libs
c++ -Wno-long-double -L/sw/lib -o .libs/id3info demo_info.o 
-L../src/.libs -lid3 -lz -lpopt -lz -lpopt -lz -lpopt -lz
ld: warning prebinding disabled because dependent library: 
/sw/lib/libpopt.0.dylib is not prebound
ld: Undefined symbols:
ParseNumber(unsigned char const*, unsigned long)
ID3_Tag::operator[](unsigned long) const
ID3_Error::GetErrorDesc() const
ID3_Error::GetErrorFile() const
ID3_Error::GetErrorLine() const
ID3_Error::GetErrorType() const
ID3_Field::GetNumTextItems() const
ID3_Field::Size() const
make[2]: *** [id3info] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling id3lib3.7-3.7.13-4 failed

Begin forwarded message:

Date: January 10, 2004 8:30:47 AM CET
Subject: Failed: compiling id3lib3.7-3.7.13-4 failed

Making all in examples
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/sw/include  
-Wno-long-double -c demo_info.cpp
/bin/sh ../libtool --mode=link c++  -Wno-long-double -L/sw/lib -o 
id3info  demo_info.o ../src/libid3.la -lpopt -lz -lpopt -lz
mkdir .libs
c++ -Wno-long-double -L/sw/lib -o .libs/id3info demo_info.o 
-L../src/.libs -lid3 -lz -lpopt -lz -lpopt -lz -lpopt -lz
ld: warning prebinding disabled because dependent library: 
/sw/lib/libpopt.0.dylib is not prebound
ld: Undefined symbols:
ParseNumber(unsigned char const*, unsigned long)
ID3_Tag::operator[](unsigned long) const
ID3_Error::GetErrorDesc() const
ID3_Error::GetErrorFile() const
ID3_Error::GetErrorLine() const
ID3_Error::GetErrorType() const
ID3_Field::GetNumTextItems() const
ID3_Field::Size() const
make[2]: *** [id3info] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling id3lib3.7-3.7.13-4 failed



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] xfree86

2004-01-11 Thread Legolas of Mirkwood

i'm getting this error when i start X
has anyone else seen this? what am i missing?

os x 10.3.2
xfree86-base4.2.1.1-16
xfree86-base-shlibs 4.2.1.1-16
xfree86-rootless4.2.1.1-16
xfree86-rootless-shlibs 4.2.1.1-16

$ xinit

XFree86 Version 4.2.1.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
If the server is older than 6-12 months, or if your hardware is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: Darwin


Fatal server error:
Could not find keymapping file USA.keymapping.

   OsVendorFatalError
   AbortDDX
Quitting XDarwin...
giving up.
xinit:  No such file or directory (errno 2):  unable to connect to X
server
xinit:  No such process (errno 3):  Server error.




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Trouble with figuring out how to get packages to work (testcase: nethack)

2004-01-11 Thread Mark Norton
Hello,

I'm a newbie at Fink, but am moderately familiar with unix-like systems so
Fink seemed like a good option to try out.  Anyhow, I got it all installed
and have tried a few test installations:

ncftp:  Seems to work fine.
vim:  Seems to work fine.
nethack:  It installed fine but now returns this message when I run it:

dyld: /sw/lib/nethack/nethack can't open library:
/sw/lib/libgnugetopt.1.dylib  (No such file or directory, errno = 2)
Trace/BPT trap

I poked around and getopt is installed in /usr/bin which suggests that it
is part of the Apple Darwin installation (btw, this is 10.3, Panther if
that matters too much).  How do I go about finding which Fink package
contains libgnugetopt.1.dylib and installing it?

Regards,
Mark Norton

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Trouble with figuring out how to get packages to work (testcase: nethack)

2004-01-11 Thread Martin Costabel
Mark Norton wrote:
[]
How do I go about finding which Fink package
contains libgnugetopt.1.dylib and installing it?
I'd try the libgnugetopt package ;-)

--
Martin


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: Re: [Fink-beginners] MATLAB R13 (not service pack 1) Panther

2004-01-11 Thread Arun
Hi Martin,

Thank you very much for your kind response.

I checked the matlab script on my m/c and it turns out that the check for window 
manager process has not been commented. I do not understand the reason though, since i 
have installed using the panther patch and applied it post installation as well.

Anyways, as per your suggestion, i ran it with the -nojvm option and it gave me the 
following message:
---
dyld: /Applications/MATLAB6p5/bin/mac/MATLAB Undefined symbols:
_tgetent
_tgetstr
Trace/BPT trap
-

what does this mean? has it got to do anything with the license manager? i think the 
license manager is running alright.

given the above situation, does that mean i cannot use this version on panther?

Also, i have not moved the launchmatlab icon anywhere. I just opened 
Applications/Matlab6p5 and double-clicked on LaunchMatlab icon. It bounced for a while 
and stopped. I tried to do it from terminal, but then it said what i had reported 
earlier that in the shell script, the command /bin/mac/setsid is not valid.

Thanks once again for your help..

regards
arun

 Original Message 
From: Martin Costabel [EMAIL PROTECTED]
To  : Arun [EMAIL PROTECTED]
Subject : Re: [Fink-beginners] MATLAB R13 (not service pack 1)  Panther
Date: Sat, 10 Jan 2004 14:42:57 +0100

Arun wrote:
[]
 3. Once I finished installing, I managed to ensure that license
 server starts up well on bootup. However, the problem I am facing
 still is this: When I invoke matlab, it says You are not the owner
 of Windows Manager process nor you are the root.  Therefore Java

This looks like a thing that wouldn't work on Panther. If it still 
searches for Window Manager in the process list, it won't work, 
because on Panther, this process is now named WindowServer. In my 
bin/matlab script, the corresponding part is commented out:

#
#if [ $jvmflag = 1 -a `ps xc | grep 'Window Manager'` =   -a 
`id -un` != root ]; then
#
#echo 
---
#echo You do not own the Window Manager process, and are not 
the root user.
#echo The Java virtual machine cannot start unless one of these 
two conditions is
#echo met. Therefore, Java is being disabled.
#echo 
---
#
#   jvmflag=0
#fi
#fi

I don't know when this was commented out, because my Matlab version 
started its life as a pre-Jaguar demo version, patched with the 
JaguarUpdater and then with the PantherUpdater. It still works.

You might first try to start your matlab from the command line with the 
-nojvm option to see whether this java problem is the only one you are 
having. If this works, you could edit the bin/matlab script and comment 
out (put #s at the beginning of the lines) the section I showed above.

Be careful to make a backup copy of that script, in any case.

 is not invoked and the command terminates by saying undefined symbols
 _tgetentr, etc.   Then I tried invoking using the Launchmatlab
 command, which fails to launch matlab saying that /bin/mac/setsid in
 Line 9 of launch_matlab.sh is not valid since it cannot find  setsid.

How did you run the Launchmatlab command? Did you double-click on its 
icon? And did you leave it where it was? It doesn't work if you move 
Launchmatlab.app to some other place, only an Alias is supposed to move 
elsewhere, not a copy nor the App itself.

-- 
Martin

---


_
Get Your Free ScanMail and Email At http://mail.ttkbharatplanet.com


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Path statements

2004-01-11 Thread Tom Thomas
Folks I had to an archive reinstall of OS10.3 and as a result fink and 
my fink installed packages are not being found after starting X. 
Troubleshooting has shown that the path statements are correct. 
Research has revealed that this problem is known and reported on one of 
the fink lists however searching the lists over the past few days has 
not been fruitful. I am wondering if those that experienced the same 
issue might let me know what the corrective action was, thanks!
Tom



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Tetex, X11 and XFree Again

2004-01-11 Thread Jonathan Levi, M.D.
On Fri, 09 Jan 2004 14:16:09 -0800 , Sean Davis wrote:

I'm not sure this will solve your problem (but it did mine):
 http://homepage.mac.com/sao1/fink/finpan.html#top9

 Sean

 On 1/9/04 3:09 PM, Jonathan Levi, M.D. wrote:
 After a successful selfupdate, I commanded 'fink install tetex' and got:

 fink needs help picking an alternative to satisfy a virtual dependency. The
 candidates:
 (1)  xfree86: Free X11 implementation for Darwin and Mac OS X
 (2)  xfree86-dev: Free X11 implementation for Darwin and Mac OS X
 I know this is similar to Thoeger Juul Thorsen's problem of 12/5/2003
 (http://www.mail-archive.com/[EMAIL PROTECTED]/msg09770.html)
 but it's a month later, the message I got is slightly different, and
 I've installed and reinstalled the XCode developer tools and the X11
 SDK...
Many thanks! It seems to have worked: after executing the commands at 
your website, I've now successfully started an update-all (including 
tetex) without running into the previous dependency message.

Jonathan

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] MATLAB R13 (not service pack 1) Panther

2004-01-11 Thread Martin Costabel
Arun wrote:

Hi Martin,

Thank you very much for your kind response.

I checked the matlab script on my m/c and it turns out that the check for window manager process has not been commented. I do not understand the reason though, since i have installed using the panther patch and applied it post installation as well.

Anyways, as per your suggestion, i ran it with the -nojvm option and it gave me the 
following message:
---
dyld: /Applications/MATLAB6p5/bin/mac/MATLAB Undefined symbols:
_tgetent
_tgetstr
Trace/BPT trap
-
This is a problem that appeared already on Panther. These symbols were 
in libSystem.dylib on OSX 10.1 and were moved to libncurses.dylib on 
10.2 and 10.3. The matlab script has the following code:

 if [ $ARCH = mac ]; then
uname_out=`/usr/bin/uname -r`
if [ `expr $uname_out : '\([0-9][0-9]*\)'` = 5 ]; then
# 10.1
DYLD_FORCE_FLAT_NAMESPACE=1; export DYLD_FORCE_FLAT_NAMESPACE
else
# 10.2
ulimit -s 16384
DYLD_INSERT_LIBRARIES=`eval echo $DYLD_INSERT_LIBRARIES`
if [ $DYLD_INSERT_LIBRARIES !=  ]; then
DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib:$DYLD_INSERT_LIBRARIES
else
DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib
fi
export DYLD_INSERT_LIBRARIES
fi
fi
Maybe you need to apply the Jaguar update first and then the Panther update?

--
Martin


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Problem Installing Pan

2004-01-11 Thread AM2k
Hey everyone,

I've been having difficulty installing Pan - I recently started over 
with a rebuilt FINK and a new /sw folder. I've got 10.3.2 and this is 
where pan fails during the installation:

gcc -O3 -funroll-loops -fstrict-aliasing -pipe -Wall -o ottest ottest.o 
disasm.o  -L/usr/X11R6/lib ./.libs/libpango-ot.a -lfontconfig 
-lfreetype
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_FT_Access_Frame
_FT_Forget_Frame
_FT_Get_Short
_FT_Seek_Stream
_FT_Get_Long
make[3]: *** [ottest] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of LD_TWOLEVEL_NAMESPACE=1 failed, exit code 2
Failed: compiling pango1-xft2-1.2.5-2 failed

Any ideas? I've tried a couple of things but it always does this same 
thing. Thanks a lot for the help  -

AM



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Path statements

2004-01-11 Thread Alexander Hansen
Is your PATH the same if you run printenv PATH in an OSX terminal 
window and in an X11 terminal?
--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

On Jan 11, 2004, at 6:57 PM, Tom Thomas wrote:

Folks I had to an archive reinstall of OS10.3 and as a result fink and 
my fink installed packages are not being found after starting X. 
Troubleshooting has shown that the path statements are correct. 
Research has revealed that this problem is known and reported on one 
of the fink lists however searching the lists over the past few days 
has not been fruitful. I am wondering if those that experienced the 
same issue might let me know what the corrective action was, thanks!
Tom





---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: Re: [Fink-beginners] MATLAB R13 (not service pack 1) Panther

2004-01-11 Thread Arun
Hello Martin,

Again, thanks for that very quick response!

I will definitely give it a try. But, should I uninstall MATLAB first and then start 
everything from Jaguar update and then do the panther update, or should i just first 
apply the jaguar update now on the existing installation?

thanks in advance for your suggestion..

regards
arun

 Original Message 
From: Martin Costabel [EMAIL PROTECTED]
To  : Arun [EMAIL PROTECTED]
Cc  : [EMAIL PROTECTED]
Subject : Re: [Fink-beginners] MATLAB R13 (not service pack 1)  Panther
Date: Mon, 12 Jan 2004 01:26:31 +0100

Arun wrote:

 Hi Martin,
 
 Thank you very much for your kind response.
 
 I checked the matlab script on my m/c and it turns out that the check for window 
 manager process has not been commented. I do not understand the reason though, 
 since i have installed using the panther patch and applied it post installation as 
 well.
 
 Anyways, as per your suggestion, i ran it with the -nojvm option and it gave me the 
 following message:
 ---
 dyld: /Applications/MATLAB6p5/bin/mac/MATLAB Undefined symbols:
 _tgetent
 _tgetstr
 Trace/BPT trap
 -

This is a problem that appeared already on Panther. These symbols were 
in libSystem.dylib on OSX 10.1 and were moved to libncurses.dylib on 
10.2 and 10.3. The matlab script has the following code:

  if [ $ARCH = mac ]; then
 uname_out=`/usr/bin/uname -r`
 if [ `expr $uname_out : '\([0-9][0-9]*\)'` = 5 ]; then
 # 10.1
 DYLD_FORCE_FLAT_NAMESPACE=1; export DYLD_FORCE_FLAT_NAMESPACE
 else
 # 10.2
 ulimit -s 16384
 DYLD_INSERT_LIBRARIES=`eval echo $DYLD_INSERT_LIBRARIES`
 if [ $DYLD_INSERT_LIBRARIES !=  ]; then
 
DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib:$DYLD_INSERT_LIBRARIES
 else
 DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib
 fi
 export DYLD_INSERT_LIBRARIES
 fi
 fi

Maybe you need to apply the Jaguar update first and then the Panther update?

-- 
Martin

---


_
Get Your Free ScanMail and Email At http://mail.ttkbharatplanet.com


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: Re: [Fink-beginners] MATLAB R13 (not service pack 1) Panther

2004-01-11 Thread Arun
Hello Martin,

Again, thanks for that very quick response!

I will definitely give it a try. But, should I uninstall MATLAB first and then start 
everything from Jaguar update and then do the panther update, or should i just first 
apply the jaguar update now on the existing installation?

thanks in advance for your suggestion..

regards
arun

 Original Message 
From: Martin Costabel [EMAIL PROTECTED]
To  : Arun [EMAIL PROTECTED]
Cc  : [EMAIL PROTECTED]
Subject : Re: [Fink-beginners] MATLAB R13 (not service pack 1)  Panther
Date: Mon, 12 Jan 2004 01:26:31 +0100

Arun wrote:

 Hi Martin,
 
 Thank you very much for your kind response.
 
 I checked the matlab script on my m/c and it turns out that the check for window 
 manager process has not been commented. I do not understand the reason though, 
 since i have installed using the panther patch and applied it post installation as 
 well.
 
 Anyways, as per your suggestion, i ran it with the -nojvm option and it gave me the 
 following message:
 ---
 dyld: /Applications/MATLAB6p5/bin/mac/MATLAB Undefined symbols:
 _tgetent
 _tgetstr
 Trace/BPT trap
 -

This is a problem that appeared already on Panther. These symbols were 
in libSystem.dylib on OSX 10.1 and were moved to libncurses.dylib on 
10.2 and 10.3. The matlab script has the following code:

  if [ $ARCH = mac ]; then
 uname_out=`/usr/bin/uname -r`
 if [ `expr $uname_out : '\([0-9][0-9]*\)'` = 5 ]; then
 # 10.1
 DYLD_FORCE_FLAT_NAMESPACE=1; export DYLD_FORCE_FLAT_NAMESPACE
 else
 # 10.2
 ulimit -s 16384
 DYLD_INSERT_LIBRARIES=`eval echo $DYLD_INSERT_LIBRARIES`
 if [ $DYLD_INSERT_LIBRARIES !=  ]; then
 
DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib:$DYLD_INSERT_LIBRARIES
 else
 DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib
 fi
 export DYLD_INSERT_LIBRARIES
 fi
 fi

Maybe you need to apply the Jaguar update first and then the Panther update?

-- 
Martin

---


_
Get Your Free ScanMail and Email At http://mail.ttkbharatplanet.com


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: Re: [Fink-beginners] MATLAB R13 (not service pack 1) Panther

2004-01-11 Thread Arun
Hello Martin,

Again, thanks for that very quick response!

I will definitely give it a try. But, should I uninstall MATLAB first and then start 
everything from Jaguar update and then do the panther update, or should i just first 
apply the jaguar update now on the existing installation?

thanks in advance for your suggestion..

regards
arun

 Original Message 
From: Martin Costabel [EMAIL PROTECTED]
To  : Arun [EMAIL PROTECTED]
Cc  : [EMAIL PROTECTED]
Subject : Re: [Fink-beginners] MATLAB R13 (not service pack 1)  Panther
Date: Mon, 12 Jan 2004 01:26:31 +0100

Arun wrote:

 Hi Martin,
 
 Thank you very much for your kind response.
 
 I checked the matlab script on my m/c and it turns out that the check for window 
 manager process has not been commented. I do not understand the reason though, 
 since i have installed using the panther patch and applied it post installation as 
 well.
 
 Anyways, as per your suggestion, i ran it with the -nojvm option and it gave me the 
 following message:
 ---
 dyld: /Applications/MATLAB6p5/bin/mac/MATLAB Undefined symbols:
 _tgetent
 _tgetstr
 Trace/BPT trap
 -

This is a problem that appeared already on Panther. These symbols were 
in libSystem.dylib on OSX 10.1 and were moved to libncurses.dylib on 
10.2 and 10.3. The matlab script has the following code:

  if [ $ARCH = mac ]; then
 uname_out=`/usr/bin/uname -r`
 if [ `expr $uname_out : '\([0-9][0-9]*\)'` = 5 ]; then
 # 10.1
 DYLD_FORCE_FLAT_NAMESPACE=1; export DYLD_FORCE_FLAT_NAMESPACE
 else
 # 10.2
 ulimit -s 16384
 DYLD_INSERT_LIBRARIES=`eval echo $DYLD_INSERT_LIBRARIES`
 if [ $DYLD_INSERT_LIBRARIES !=  ]; then
 
DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib:$DYLD_INSERT_LIBRARIES
 else
 DYLD_INSERT_LIBRARIES=/usr/lib/libcurses.dylib
 fi
 export DYLD_INSERT_LIBRARIES
 fi
 fi

Maybe you need to apply the Jaguar update first and then the Panther update?

-- 
Martin

---


_
Get Your Free ScanMail and Email At http://mail.ttkbharatplanet.com


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] XDarwin doesn't start

2004-01-11 Thread Cesar Felce
I have 10.3 and i'm trying to install XDarwin
I did:
apt-get intsall xfreee86-rootless xfree86-base it end perfect, but when 
i start XDarwin it does not execute.

I deleted:
rm -rf /etc/X11 /Applications/XDarwin.app/ /usr/X11R6 
apt-get remove --purge xfree86-rootless xfree86-base
and installed again, but it doesn't work

thanks list



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] XDarwin doesn't start

2004-01-11 Thread Hisashi T Fujinaka
On Mon, 12 Jan 2004, Cesar Felce wrote:

 I have 10.3 and i'm trying to install XDarwin
 I did:
 apt-get intsall xfreee86-rootless xfree86-base it end perfect, but when
 i start XDarwin it does not execute.

 I deleted:
 rm -rf /etc/X11 /Applications/XDarwin.app/ /usr/X11R6 
 apt-get remove --purge xfree86-rootless xfree86-base

 and installed again, but it doesn't work

Did you look at the faq?

http://fink.sourceforge.net/faq/usage-packages.php#apple-x11-wants-xfree86

And the next section as well.

-- 
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: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] G77 failed to complie

2004-01-11 Thread John Sandeman
I am attempting to update octave  after updating to fink 0.18.0, within 
OS10.3.2.  No problems with sll other packages except  g77 which octave 
needs.  I have tried to update g77  separately. I remember problems 
with g77  cropping up earlier but going back through the lists, most 
mentions are related to  qt3. g77 does not ask for  qt3 but I do have 
an old version installed.

gcc -c -DHAVE_CONFIG_H -g -O2 -I. 
-I../../gcc-3.4-20031015/libiberty/../include  -W -Wall -Wtraditional 
-pedantic ../../gcc-3.4-20031015/libiberty/hashtab.c -o hashtab.o
../../gcc-3.4-20031015/libiberty/hashtab.c:49:20: malloc.h: No such 
file or directory
make[1]: *** [hashtab.o] Error 1
make: *** [all-libiberty] Error 2
### execution of /var/tmp/tmp.2.XT82Zi failed, exit code 2
Failed: compiling g77-3.4-20031015-2 failed

If malloc.h is the offender, it is odd because it is found as present 
when the config checks through the list of available header files.

Any help appreciated

John



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Trouble with figuring out how to get packages to work (testcase: nethack)

2004-01-11 Thread Mark Norton
On Sun, 11 Jan 2004 21:36:12 +0100
Martin Costabel [EMAIL PROTECTED] wrote:

 Mark Norton wrote:
 []
  How do I go about finding which Fink package
  contains libgnugetopt.1.dylib and installing it?
 
 I'd try the libgnugetopt package ;-)

Thanks, such a simple answer.  I could swear I searched for it in
dselect, but I must have mistyped.

Regards,
Mark Norton

-- 
==
Mark Norton [EMAIL PROTECTED]   http://mnorton.chaosnet.org
Public Key can be retrieved and verified from http://pgp.mit.edu
Fingerprint:  6187 D8FF 2FDD 883A 3401 9777 90F8 4B45 3347 3A14




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Where can I find libmx?

2004-01-11 Thread Anestis Kozakis
I have a program I am trying to run under fink, but it requires 
libmx.  I bget the following :

dyld: ./scorched3d can't open library: /usr/lib/libmx.A.dylib  (No 
such file or directory, errno = 2)
Trace/BPT trap

Can someone tell me where I can find libmx?

Anestis.
--
Zeta: Yes it's chocolate.  Chocolate hasn't changed.
Ro: I know.
Zeta: So why are we looking at chocolate?
Ro: I _like_ chocolate!
 -- The Zeta Project
---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners