• sqafix compilation errors

    From mark lewis@1:3634/12 to Bo Simonsen on Fri Nov 14 01:59:28 2003
    it got further... sqastr.c is full of \'s too ;-(

    I _really_ don't understand it.. You're scure of there ain't
    Carrige Return in the source file?

    i haven't looked... the files are straight off sourceforge... the linux box goes and grabs them and haves at them... i don't pull anything *nix oriented on
    anything other than a *nix box unless i'm going to try to compile it with EMX on OS2 and see if it works...

    )\/(ark


    * Origin: (1:3634/12)
  • From Bo Simonsen@2:236/100 to mark lewis on Fri Nov 14 15:26:29 2003
    Hello mark!

    Nov 14 01:59 03, mark lewis wrote to Bo Simonsen:

    it got further... sqastr.c is full of \'s too ;-(

    I _really_ don't understand it.. You're scure of there ain't
    Carrige Return in the source file?

    i haven't looked... the files are straight off sourceforge... the
    linux box goes and grabs them and haves at them... i don't pull
    anything *nix oriented on anything other than a *nix box unless i'm
    going to try to compile it with EMX on OS2 and see if it works...

    Very good, I would presuiate if you gave me a compile log too, because I doubt that we/I did remember #ifdef UNIX every place.

    Regards,
    Bo

    --- Msged/LNX 6.1.2 (Linux/2.4.18-bf2.4 (i586))
    * Origin: The Night Express, Roennede Dk (2:236/100)
  • From mark lewis@1:3634/12 to Bo Simonsen on Fri Nov 14 19:44:46 2003
    it got further... sqastr.c is full of \'s too ;-(

    I _really_ don't understand it.. You're scure of there ain't
    Carrige Return in the source file?

    i haven't looked... the files are straight off sourceforge... the
    linux box goes and grabs them and haves at them... i don't pull
    anything *nix oriented on anything other than a *nix box unless i'm
    going to try to compile it with EMX on OS2 and see if it works...

    Very good, I would presuiate if you gave me a compile log too,
    because I doubt that we/I did remember #ifdef UNIX every
    place.

    i'm starting it all again, right now at the timestamp on this message... just deleted the maximus directory and unzippes the max-3.03-etc.tar.gz file and now
    my script is pulling it all from cvs again...

    )\/(ark


    * Origin: (1:3634/12)
  • From Bo Simonsen@2:236/100 to mark lewis on Sun Nov 16 00:19:05 2003
    Hello mark!

    Nov 14 19:44 03, mark lewis wrote to Bo Simonsen:

    i haven't looked... the files are straight off sourceforge... the
    linux box goes and grabs them and haves at them... i don't pull
    anything *nix oriented on anything other than a *nix box unless i'm
    going to try to compile it with EMX on OS2 and see if it works...

    Very good, I would presuiate if you gave me a compile log too,
    because I doubt that we/I did remember #ifdef UNIX every
    place.

    i'm starting it all again, right now at the timestamp on this
    message... just deleted the maximus directory and unzippes the max-3.03-etc.tar.gz file and now my script is pulling it all from cvs again...

    Okay. A checkout should do it :-)

    Regards,
    Bo

    --- Msged/LNX 6.1.2 (Linux/2.4.18-bf2.4 (i586))
    * Origin: The Night Express, Roennede Dk (2:236/100)
  • From mark lewis@1:3634/12 to Bo Simonsen on Sun Nov 16 12:46:18 2003
    i'm starting it all again, right now at the timestamp on this
    message... just deleted the maximus directory and unzippes the
    max-3.03-etc.tar.gz file and now my script is pulling it all from cvs
    again...

    Okay. A checkout should do it :-)

    had to do a bit of surgery on sqastr.c and sqaexe.c...

    tr "\015" "\040" < sqastr.c > sqastr.c2
    mv sqastr.c sqastr.c1
    mv sqastr.c2 sqastr.c
    tr "\015" "\040" < sqaexe.c > sqaexe.c2
    mv sqaexe.c sqaexe.c1
    mv sqaexe.c2 sqaexe.c

    then sqastr.c required additional editing to recombine the lines continued by \
    on the end of them...

    after doing that, i'm am apparently getting a complete compile process as my maxbuild.log file is now ending with..

    Build Complete; edit your control files and 'make install'


    i can't tell you what lines contain the ^M in those two source files as i was unable to get grep to look for that character... and i have no idea about the \
    continuation lines problem... is there some setting for gcc or something that i
    may be able to look at and adjust??


    )\/(ark


    * Origin: (1:3634/12)
  • From Bo Simonsen@2:236/100 to mark lewis on Tue Nov 18 16:30:36 2003
    Hello mark!

    Nov 16 12:46 03, mark lewis wrote to Bo Simonsen:

    i'm starting it all again, right now at the timestamp on this
    message... just deleted the maximus directory and unzippes the
    max-3.03-etc.tar.gz file and now my script is pulling it all from
    cvs again...

    Okay. A checkout should do it :-)

    had to do a bit of surgery on sqastr.c and sqaexe.c...

    tr "\015" "\040" < sqastr.c > sqastr.c2
    mv sqastr.c sqastr.c1
    mv sqastr.c2 sqastr.c
    tr "\015" "\040" < sqaexe.c > sqaexe.c2
    mv sqaexe.c sqaexe.c1
    mv sqaexe.c2 sqaexe.c

    then sqastr.c required additional editing to recombine the lines continued by \ on the end of them...

    Ahh okay.

    after doing that, i'm am apparently getting a complete compile
    process as my maxbuild.log file is now ending with..

    Build Complete; edit your control files and 'make install'

    Okay, that's good, you did just remove the \ ?

    i can't tell you what lines contain the ^M in those two source files
    as i was unable to get grep to look for that character... and i have
    no idea about the \ continuation lines problem... is there some
    setting for gcc or something that i may be able to look at and
    adjust??

    I don't have the DOS to Unix program at my hand.. But a tr -d '\r' < infile > outfile might do it.

    Regards,
    Bo

    --- Msged/LNX 6.1.2 (Linux/2.4.18-586tsc (i586))
    * Origin: The Night Express, Roennede Dk (2:236/100)