Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: BINARY HUNT
At 11:24 13/08/00 -0700, Tim Rice wrote:
>On Fri, 11 Aug 2000, Darren Nickerson wrote:
>
>[snip]
> >
> > Jay> ATTENTION BINARY BUILDERS:
> >
> >
> > The call for binaries is a bit premature. Let's finish up the libtiff/RTN
> > stuff first, then work on getting this puppy to build on as many
> platforms as
> > possible. Tim Rice, how are your fixes coming along?
>
>I've been swamped with work lately and have not had much time
>to work with HylaFAX. Perhaps I'll have more time in a few weeks.
>
>Here are how my platforms stand.
>
> Configures
> Compiles
>Platform Configures Compiles Runs
> 4.1 4.1 4.0pl3
>------------------------------------------------------------------------
>SCO 3.2v4.2 Y N Y
>SCO 5.0.4 N N Y
>UnixWare 2.03 Y N Y
>UnixWare 2.13 Y N Y
>UnixWare 7.10 Y Y Y
>Caldera eDesktop Y Y Y
>Red Hat 6.2 Y Y U
>Solaris 7 N U U
4.1 also compiles on HP-UX 11(and probably HP-UX 10.20 as well), i have not
had any opportunity for testing it though.
Some things that need looking into. (in no paticular order)
>---------------------------------------------------------------------------
>/usr/ccs/bin/CC -D__ANSI_CPP__ -I. -I.. -I../src/regex
>-I../src/faxd -I..
>/src/util -I/usr/local/include -O -c ../src/faxd/NSF.c++
>"../src/faxd/NSF.c++", line 42: error: data member initializer is not allowed
> const int vendorIdSize = 3; // Country & provider code (T.35)
> ^
>
>gmake[3]: *** [NSF.o] Error 1
...i moved the initialization outside outside the class header, try again.
>---------------------------------------------------------------------------
>sprintf is not on all platforms
>
>/usr/local/bin/g++ -Dsco -D__ANSI_CPP__ -I. -I.. -I../src/regex
>-I../src/f
>axmail -I../src/util -I/usr/local/include -g -O -o faxmail faxmail.o
>MIMEState.o
> MsgFmt.o -L/usr/local/lib ../util/libfaxutil.a ../port/libport.a
> -L/usr/loc
>al/lib -ltiff -L/usr/local/lib -lz -L../regex -lregex -lcrypt_i -lintl
>-lsocket
>-lx -liberty -lm -lmalloc
>undefined first referenced
> symbol in file
>snprintf faxmail.o
>ld fatal: Symbol referencing errors. No output written to faxmail
>gmake[3]: *** [faxmail] Error 1
...need to create a function in port i guess. I've managed to leave my
ansi c book somewhere...whats the syntax again for a variable argument
function...i like hardly ever use them!
- Robert
____________________ HylaFAX(tm) Developers Mailing List ____________________
To unsub: mail -s unsubscribe hylafax-devel-request@hylafax.org < /dev/null