Re: http://www.crosswinds.net/~roumengishe/

2000-04-24 Thread Shane Deering


- Original Message - 
From: "roumengishe" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 24, 2000 2:42 PM
Subject: http://www.crosswinds.net/~roumengishe/


 
 http://www.crosswinds.net/~roumengishe/

The above spammer can be reported to [EMAIL PROTECTED] 
 for violating their anti spam policy.

--
Shane Deering
EMAIL [EMAIL PROTECTED]
http://www.qsl.net/vk3bvp/index.htm






Re: http://www.crosswinds.net/~roumengishe/

2000-04-24 Thread BlitzK / XENU


I sent my abuse report.


 
 - Original Message - 
 From: "roumengishe" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 24, 2000 2:42 PM
 Subject: http://www.crosswinds.net/~roumengishe/
 
 
  
  http://www.crosswinds.net/~roumengishe/
 
 The above spammer can be reported to [EMAIL PROTECTED] 
  for violating their anti spam policy.
 





Re: problem with sound card modules:

2000-04-24 Thread Hamish Moffatt

On Sun, Apr 23, 2000 at 10:24:16PM -0400, Pat Masterson wrote:
  If instead I try "insmod sb io 0x220 irq 5 dma 1 "  I get:
 /lib/modules/2.2.13/misc/sb.o: init_module: Device or resource busy

Pat,

The format is "insmod sb io=0x220 irq=5 dma=1"; try that and let
us know how you get on.


73
Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]



no sign of radio.linux.org.au?!

2000-04-24 Thread Hamish Moffatt


radio.linux.org.au seems to have disappeared from the DNS!
Does anyone know where it's gone? I can't remember TerryD's email address.


thanks
Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]



RE: Programing in C...

2000-04-24 Thread Michael Anderson

I stand corrected...here's the modified code then:

int main(void)
{
printf("\a");
return(0);
}

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hamish Moffatt
Sent: Friday, April 21, 2000 12:23 AM
To: [EMAIL PROTECTED]
Subject: Re: Programing in C...


On Thu, Apr 20, 2000 at 08:02:32AM -0700, Michael Anderson wrote:
 if you just want a beep, then try for more portable code:
 #include stdio.h
 
 void main(void)
 {
 printf("\7");
 }

Actually, printf("\a") would be more portable. \7 assumes your computer
is using the ASCII character set.

If you want to get really picky, a lot of ANSI C compilers will not
compile "void main" because it is not a valid prototype for main.
main must return an int.


Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]




Re: no sign of radio.linux.org.au?!

2000-04-24 Thread Bob Nielsen

This is interesting -- www.arrl.org has disappeared, as well.

The last address I saw for Terry Dawson was [EMAIL PROTECTED]

Bob

On Mon, Apr 24, 2000 at 08:56:01PM +1000, Hamish Moffatt wrote:
 
 radio.linux.org.au seems to have disappeared from the DNS!
 Does anyone know where it's gone? I can't remember TerryD's email address.
 
 
 thanks
 Hamish
 -- 
 Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
Bob Nielsen, N7XY (RN2)[EMAIL PROTECTED]
Tucson, AZ DM42nh  QRP-L #1985  SOC #77http://www.primenet.com/~nielsen
 



Re: Twpsk

2000-04-24 Thread Tomi Manninen

On Sun, 23 Apr 2000, Dirk Koopman wrote:

 
 On 22-Apr-2000 Jose R. Marte A. wrote:
  I agree with Tomi about the gpsk31 of Luc (LX2GT)  
  this it syntonizes very quick an station using the spectrum analyzer  
  and it works very well, both they are good, but I recommend the gpsk31  
  I have it,  both in RPM  
 
 Erm...
 
 Where is it located please?

ftp://db0bm.automation.fh-aachen.de/pub/incoming/lx2gt/

-- 
Tomi Manninen   Internet:  [EMAIL PROTECTED]
OH2BNS  AX.25: [EMAIL PROTECTED]
KP20ME04Amprnet:   [EMAIL PROTECTED]




Error compiling QLinPac;

2000-04-24 Thread Herbert Heitzmann

Dear colleagues!

I tried to compile QLinPac V 0.13. The configure-routine ended successful, but
running the make-command an error occured! Can anyone help me? The output of
"make" is enclosed as attachment. 

I'm using SuSE Linux V 6.3 (Kernel 2.2.13 / KDE 1.1.2).

pse mails to [EMAIL PROTECTED] tnx!!!

73 + 55 de Herbert (OE2HHN)


make  all-recursive
make[1]: Entering directory `/home/oe2hhn/QLinPac-0.13'
Making all in src
make[2]: Entering directory `/home/oe2hhn/QLinPac-0.13/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -funsigned-char -I/usr/lib/qt/include -c qlinpac.cpp
/usr/lib/qt/include/qcstring.h: In function `uint cstrlen(const char *)':
In file included from qchndialog.h:25,
 from qctrlwidget.h:37,
 from qlinpac.cpp:23:
/usr/lib/qt/include/qcstring.h:72: redefinition of `uint cstrlen(const char *)'
/usr/lib/qt/include/qstring.h:70: `uint cstrlen(const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `uint qstrlen(const char *)':
/usr/lib/qt/include/qcstring.h:75: redefinition of `uint qstrlen(const char *)'
/usr/lib/qt/include/qstring.h:73: `uint qstrlen(const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `char * cstrcpy(char *, const char *)':
/usr/lib/qt/include/qcstring.h:81: redefinition of `char * cstrcpy(char *, const char *)'
/usr/lib/qt/include/qstring.h:79: `char * cstrcpy(char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `char * qstrcpy(char *, const char *)':
/usr/lib/qt/include/qcstring.h:84: redefinition of `char * qstrcpy(char *, const char *)'
/usr/lib/qt/include/qstring.h:82: `char * qstrcpy(char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int cstrcmp(const char *, const char *)':
/usr/lib/qt/include/qcstring.h:92: redefinition of `int cstrcmp(const char *, const char *)'
/usr/lib/qt/include/qstring.h:90: `int cstrcmp(const char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int qstrcmp(const char *, const char *)':
/usr/lib/qt/include/qcstring.h:95: redefinition of `int qstrcmp(const char *, const char *)'
/usr/lib/qt/include/qstring.h:93: `int qstrcmp(const char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int cstrncmp(const char *, const char *, uint)':
/usr/lib/qt/include/qcstring.h:101: redefinition of `int cstrncmp(const char *, const char *, uint)'
/usr/lib/qt/include/qstring.h:99: `int cstrncmp(const char *, const char *, uint)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int qstrncmp(const char *, const char *, uint)':
/usr/lib/qt/include/qcstring.h:104: redefinition of `int qstrncmp(const char *, const char *, uint)'
/usr/lib/qt/include/qstring.h:102: `int qstrncmp(const char *, const char *, uint)' previously defined here
/usr/lib/qt/include/qcstring.h: At top level:
/usr/lib/qt/include/qcstring.h:130: `QArrayTchar' specified as declarator-id
/usr/lib/qt/include/qcstring.h:130: multiple declarations `int' and `QArrayTchar'
/usr/lib/qt/include/qcstring.h:130: conflicting types for `typedef int QArrayTchar'
/usr/lib/qt/include/qstring.h:147: previous declaration as `class QArrayTchar'
/usr/lib/qt/include/qcstring.h:149: `int' is not an aggregate type
/usr/lib/qt/include/qcstring.h: In method `QCString::QCString(const class QCString )':
/usr/lib/qt/include/qcstring.h:153: type `int' is not an immediate basetype for `QCString'
/usr/lib/qt/include/qcstring.h: In method `class QCString  QCString::operator =(const class QCString )':
/usr/lib/qt/include/qcstring.h:242: warning: implicit declaration of function `int assign(...)'
/usr/lib/qt/include/qcstring.h:242: warning: cannot pass objects of type `QCString' through `...'
/usr/lib/qt/include/qcstring.h:242: warning: initializing non-const `QCString ' with `int' will use a temporary
/usr/lib/qt/include/qcstring.h:242: warning: returning reference to temporary
/usr/lib/qt/include/qcstring.h: In method `class QCString  QCString::operator =(const char *)':
/usr/lib/qt/include/qcstring.h:245: warning: implicit declaration of function `int duplicate(...)'
/usr/lib/qt/include/qcstring.h:245: warning: initializing non-const `QCString ' with `int' will use a temporary
/usr/lib/qt/include/qcstring.h:245: warning: returning reference to temporary
/usr/lib/qt/include/qcstring.h: In method `bool QCString::isNull() const':
/usr/lib/qt/include/qcstring.h:248: warning: implicit declaration of function `int data(...)'
/usr/lib/qt/include/qcstring.h: In method `bool QCString::isEmpty() const':
/usr/lib/qt/include/qcstring.h:251: invalid type argument of `unary *'
/usr/lib/qt/include/qcstring.h:251: warning: control reaches end of non-void function `QCString::isEmpty() const'
/usr/lib/qt/include/qcstring.h: In method `uint QCString::length() const':
/usr/lib/qt/include/qcstring.h:254: warning: passing `int' to argument 1 of `qstrlen(const char *)' lacks a cast

Re: no sign of radio.linux.org.au?!

2000-04-24 Thread Terry Dawson

Hamish Moffatt wrote:
 
 radio.linux.org.au seems to have disappeared from the DNS!
 Does anyone know where it's gone? I can't remember TerryD's email address.

Sorry. Yes we're experiencing DNS problems. It's a bit of a cock-up
frankly, our primary failed and that wasn't a good time to discover that
our secondary had never actually been configured!

We're working on getting it back again, but the Easter weekend isn't
making it easy with people away.

regards
Terry



Re: no sign of radio.linux.org.au?!

2000-04-24 Thread Joop Stakenborg

On Mon, Apr 24, 2000 at 08:56:01PM +1000, Hamish Moffatt wrote:
 
 radio.linux.org.au seems to have disappeared from the DNS!
 Does anyone know where it's gone? I can't remember TerryD's email address.


[EMAIL PROTECTED]

I have cc'd this message to him
 
 
 thanks
 Hamish
 -- 
 Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]
 

Joop
-- 
Joop Stakenborg - Debian GNU/Linux developer [EMAIL PROTECTED]

-- Is that a woody distro in your pocket, or are you just happy
to see me?
(More woody jokes at http://pa4tu.penguinpowered.com/woody)