Re: Issues creating makefile - lines commented out

2023-02-25 Thread Wietse Venema
James Brown: > > On 25 Feb 2023, at 12:09 pm, Wietse Venema wrote: > > > > James Brown: > >> Now it just has one error: > >> > >> dict_mysql.c:171:10: fatal error: 'mysql.h' file not found > >> #include > >> ^ > >> 1 error generated. > >> make: *** [dict_mysql.o] Error 1 > >>

Re: Issues creating makefile - lines commented out

2023-02-24 Thread James Brown
> On 25 Feb 2023, at 4:10 pm, Viktor Dukhovni > wrote: > > On Sat, Feb 25, 2023 at 03:54:05PM +1100, James Brown wrote: > >> % make -f Makefile.init makefiles CCARGS="-DUSE_TLS -DUSE_SASL_AUTH \ >> -DDEF_SERVER_SASL_TYPE="dovecot" \ > > Those should be 3-backslashes not 4. That was

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Viktor Dukhovni
On Sat, Feb 25, 2023 at 03:54:05PM +1100, James Brown wrote: > % make -f Makefile.init makefiles CCARGS="-DUSE_TLS -DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE="dovecot" \ Those should be 3-backslashes not 4. > -DDEF_COMMAND_DIR=\\\"/usr/local/sbin\\\" \ >

Re: Issues creating makefile - lines commented out

2023-02-24 Thread James Brown
> On 25 Feb 2023, at 12:09 pm, Wietse Venema wrote: > > James Brown: >> Now it just has one error: >> >> dict_mysql.c:171:10: fatal error: 'mysql.h' file not found >> #include >> ^ >> 1 error generated. >> make: *** [dict_mysql.o] Error 1 >> make: *** [update] Error 1 >> >> %

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Wietse Venema
James Brown: > Now it just has one error: > > dict_mysql.c:171:10: fatal error: 'mysql.h' file not found > #include > ^ > 1 error generated. > make: *** [dict_mysql.o] Error 1 > make: *** [update] Error 1 > > % locate mysql.h >

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Peter
On 25/02/23 12:48, Peter wrote: On 25/02/23 01:57, Wietse Venema wrote: James Brown: Sorry if this is a bit of a basic question, but I?m trying to compile from source on macOS 13.21.1 but the makefile has lines commented out. I'm trying: make -f Makefile.init makefiles \ CCARGS='-DUSE_TLS

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Peter
On 25/02/23 01:57, Wietse Venema wrote: James Brown: Sorry if this is a bit of a basic question, but I?m trying to compile from source on macOS 13.21.1 but the makefile has lines commented out. I'm trying: make -f Makefile.init makefiles \ CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \ ...

Re: Issues creating makefile - lines commented out

2023-02-24 Thread James Brown
> On 25 Feb 2023, at 2:41 am, Wietse Venema wrote: > > Wietse Venema: >> James Brown: On 24 Feb 2023, at 11:57 pm, Wietse Venema wrote: James Brown: > Sorry if this is a bit of a basic question, but I?m trying to compile > from source on macOS 13.21.1 but the makefile

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Wietse Venema
Viktor Dukhovni: > On Fri, Feb 24, 2023 at 10:41:01AM -0500, Wietse Venema wrote: > > > I have to retract my comment aobut changes to shells. The behavior > > of backslash-newline inside 'string' (single quotes) is to preserve > > the backslash and the newline i.e. the backslash is mot special

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Viktor Dukhovni
On Fri, Feb 24, 2023 at 10:41:01AM -0500, Wietse Venema wrote: > I have to retract my comment aobut changes to shells. The behavior > of backslash-newline inside 'string' (single quotes) is to preserve > the backslash and the newline i.e. the backslash is mot special and > that has not changed in

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Wietse Venema
Norton Allen: > On 2/24/2023 12:27 AM, James Brown wrote: > > Sorry if this is a bit of a basic question, but I?m trying to compile from > > source on macOS 13.21.1 but the makefile has lines commented out. > > > > I?m trying: > > > > make -f Makefile.init makefiles \ > > CCARGS='-DUSE_TLS

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Norton Allen
On 2/24/2023 12:27 AM, James Brown wrote: Sorry if this is a bit of a basic question, but I’m trying to compile from source on macOS 13.21.1 but the makefile has lines commented out. I’m trying: make -f Makefile.init makefiles \ CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Wietse Venema
Wietse Venema: > James Brown: > > > On 24 Feb 2023, at 11:57 pm, Wietse Venema wrote: > > > > > > James Brown: > > >> Sorry if this is a bit of a basic question, but I?m trying to compile > > >> from source on macOS 13.21.1 but the makefile has lines commented out. > > >> > > >> I'm trying: >

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Wietse Venema
James Brown: > > On 24 Feb 2023, at 11:57 pm, Wietse Venema wrote: > > > > James Brown: > >> Sorry if this is a bit of a basic question, but I?m trying to compile from > >> source on macOS 13.21.1 but the makefile has lines commented out. > >> > >> I'm trying: > >> > >> make -f Makefile.init

Re: Issues creating makefile - lines commented out

2023-02-24 Thread Wietse Venema
James Brown: > Sorry if this is a bit of a basic question, but I?m trying to compile from > source on macOS 13.21.1 but the makefile has lines commented out. > > I'm trying: > > make -f Makefile.init makefiles \ > CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \ ... > -DHAS_MYSQL