RE: [Fink-devel] Sounds

2002-03-22 Thread Balint, Jess
I don't think pure Darwin has ANY audio support. The GNU-Darwin project hosted at sourceforge has created a task to get this started, but hasn't been started yet. -Original Message- From: Masanori Sekino [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 10:56 AM To: Balint, Jess Cc:

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 what more do you need to see? On Friday, March 22, 2002, at 01:50 PM, Justin Hallett wrote: > check to see if this has #include "getopt.h" or #include if > it > uses <> then installing gengetopt will fix this if not..then i'd have to > see more.

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Justin Hallett
check to see if this has #include "getopt.h" or #include if it uses <> then installing gengetopt will fix this if not..then i'd have to see more. [EMAIL PROTECTED] writes: >cc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I../intl -c getopt_long.c ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it does this Making all in lib cc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I../intl -c error.c cc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I../intl -c getopt_long.c rm -f libport.a ar cru libport.a error.o getopt_long.o ranlib libport.a an

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Justin Hallett
_getopt_long is defined by GNUgetopt install my gengetopt package and hopefully it will use the getopt.h in the /sw/include dir if not it's a long change. if doesn't work here are your options #1 if getopt.c, getopt1.c and getopt.h are present in the pkg which i doubt if your getting this error,

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ok, I think i'm almost done. what does "cc -g -O2 -I../intl -o minicom minicom.o vt100.o config.o help.o updown.o util.o dial.o window.o wkeys.o ipc.o windiv.o sysdep1.o sysdep2.o rwconf.o main.o file.o getsdir.o wildmat.o common.o ../intl/libin

Re: [Fink-devel] porting minicom

2002-03-22 Thread Justin Hallett
find where #include is and put #include right before it. [EMAIL PROTECTED] writes: >where are these types defined? i cant find them anywhere. i used >./configure --enable-lock-dir=/sw/var/lock --enable-dfl- >port=/dev/tty.modem --includedir="/sw/include/" > >cc -DHAVE_CONFIG_H -I. -I. -I.. -

Re: [Fink-devel] printing from mozilla

2002-03-22 Thread Masanori Sekino
Hi, Please try mozilla 0.9.9-1. Printing works fine on my system. On Sat, 23 Feb 2002 20:48:50 +0100 Kilian Koepsell <[EMAIL PROTECTED]> wrote: > just one problem: i can't print. the output is empty. also printing > into a file gives an empty ps file. i am just wondering if it works > for some

Re: [Fink-devel] porting minicom

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, March 22, 2002, at 12:09 PM, Ben Hines wrote: > At 11:32 AM -0500 3/22/02, Chris Zubrzycki wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I am interested in making a fink package for minicom, so we can use >> serial co

Re: [Fink-devel] porting minicom

2002-03-22 Thread Ben Hines
At 11:32 AM -0500 3/22/02, Chris Zubrzycki wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I am interested in making a fink package for minicom, so we can use >serial consoles, but ./configure is failing here: minicom has already been ported... ftp://ftp.concord.org/pub/MACOSX/minico

Re: [Fink-devel] porting minicom

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, got past that. I had to set a default modem device. I used /dev/tty.modem. Is it safe to assume that tty.modem is preferred over cu.modem? ir should I use something else as a default, in case no-one has a modem? thanks again for all the help,

[Fink-devel] porting minicom

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am interested in making a fink package for minicom, so we can use serial consoles, but ./configure is failing here: checking for vsnprintf... yes checking for vprintf... yes checking for select... yes checking for snprintf... yes checking for usle

Re: [Fink-devel] porting minicom

2002-03-22 Thread Justin Hallett
two things, ./configure --help and see if you can force a dir I'd use /sw/var/lock or read the config.log in the build dir to see what it's looking for. [EMAIL PROTECTED] writes: >I am interested in making a fink package for minicom, so we can use >serial consoles, but ./configure is failing her

Re: [Fink-devel] Sounds

2002-03-22 Thread Masanori Sekino
I tried it before. But it was hard and currently I'm not working for it. Dose anybody know audio code works on pure Darwin? On Tue, 19 Mar 2002 16:14:49 -0500 "Balint, Jess" <[EMAIL PROTECTED]> wrote: > Hello there, is anybody out there working on sound drivers for pure Darwin, > without OS X'

Re: [Fink-devel] fink install failing....

2002-03-22 Thread Justin Hallett
yes I had just got it...I had to dpkg --purge the pkg remove the info and patch files run fink selfudpate and then rebuild the pkg...I don't know what is causing it though. [EMAIL PROTECTED] writes: >Pick one: [1] >Failed: Internal error: node for automake already exists ¸.·´^`·.,][JFH][`·.,¸¸.

Re: [Fink-devel] fink install failing....

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmmm...no go. o well. I'm just splitting up the packages into smaller grops now, and the first chunk works. Let me know if i can help debug it. On Friday, March 22, 2002, at 09:38 AM, David R. Morrison wrote: > fink reinstall automake - -chris zu

Re: [Fink-devel] fink install failing....

2002-03-22 Thread David R. Morrison
This is a sporadic problem which hasn't been debugged yet. Try doing "fink reinstall automake", just by itself, and then run your big command again. -- Dave ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/f

[Fink-devel] fink install failing....

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I get this error message...any one know what it means? pkg tetex-texmf version ### pkg tetex-texmf version 1.0.2-6 fink needs help picking an alternative to satisfy a virtual dependency. The candidates: (1) nessus-core: Core package for Nessus