Re: gmake pb's

2000-03-24 Thread David Scheidt

On Thu, 23 Mar 2000, Len Conrad wrote:

> Really axious to give Listar a whirl, please help me get through gmake.


I don't have a 3.x development enviornment, so I can't see what happens on
3.4.  I've built listar on 3.2 systems with no trouble.  The changes you
need to make are to define BSDMOD, or undefine DYNMOD, if you don't want
dynamic modules.  This was .126, not .128.  I don't see anything that would
break it though.  Under 4.0 .128 compiles just fine, though I haven't tried
running it.   If I can get accessto a 3.4 system, I should be able to figure
it out.

Regards,


David



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: gmake pb's

2000-03-24 Thread Anton Berezin

On Thu, Mar 23, 2000 at 02:45:04PM -0800, Kris Kennaway wrote:
> On Thu, 23 Mar 2000, Len Conrad wrote:
> 
> > Really axious to give Listar a whirl, please help me get through gmake.
> 
> The code needs some kind of patch to compile on FreeBSD, from the error
> you gave. Talk to the listar developers about it or convince someone over
> on -ports to do the work and make a port for it (and submit back their
> changes to the developers).
> 
> Kris

This is from current- list, almost 6 months ago, so prod David about it:

  Date: Thu, 14 Oct 1999 13:04:11 -0500 (CDT)
  From: David Scheidt <[EMAIL PROTECTED]>
  To: Ollivier Robert <[EMAIL PROTECTED]>
  Cc: jt traub <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
  Subject: Re: People getting automatically unsub'ed from -arch

  On Thu, 14 Oct 1999, Ollivier Robert wrote:   
   
  > According to Jonathan M. Bresler:  
  >> thanks for the note on bouncefilter.
  >> i'll take a look at it.
  > 
  > Someday, when you have 5 minutes free (aha!) have a look at Listar. It
  > is a small, fast and feature-full list manager written in C with
  > automatic bounce handling (among other things).
 

  It also builds almost out of the box on FreeBSD.  You have to define
  BSDMOD, build it, install it, and add a listar user.  I have a port that
  is nearly finished, pending acquistion of a round tuit.  
  

  > 
  > www.listar.org

  David Scheidt  

Cheers,
-- 
Anton Berezin <[EMAIL PROTECTED]>
The Protein Laboratory, University of Copenhagen


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: gmake pb's

2000-03-23 Thread Kris Kennaway

On Thu, 23 Mar 2000, Len Conrad wrote:

> Really axious to give Listar a whirl, please help me get through gmake.

The code needs some kind of patch to compile on FreeBSD, from the error
you gave. Talk to the listar developers about it or convince someone over
on -ports to do the work and make a port for it (and submit back their
changes to the developers).

Kris


In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe <[EMAIL PROTECTED]>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



gmake pb's

2000-03-23 Thread Len Conrad

Really axious to give Listar a whirl, please help me get through gmake.

tia,
Len

=

FreeBSD 3.4-release, gmake on 0.128a gives me (newbie) this:

gmake[1]: Nothing to be done for 
`all'.
gmake[1]: Leaving directory 
`/usr/ports/mail/listar/listar-0.128a/src/modules/pa
ssword' 

[Build: password] Built module 
successfully.
gcc -Wall -Werror -I./inc -DGNU_STRFTIME   -DDYNMOD -DBSDMOD -c 
inte
rnal.c 

internal.c: In function 
`cmdarg_upgrade':
internal.c:65: parse error before 
`)'
internal.c:68: parse error before 
`)'
cc1: warnings being treated as 
errors
internal.c:71: warning: control reaches end of non-void 
function
internal.c: At top 
level:
internal.c:71: parse error before 
`else'
internal.c:75: warning: parameter names (without types) in function 
declaration
internal.c:75: warning: data definition has no type or storage 
class
internal.c:76: parse error before 
`}'
gmake: *** [internal.o] Error 
1

==

Thanks,
Len



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message