On Thu, Jun 28, 2018 at 11:58:55AM -0700, jungle Boogie wrote:
> On 28 June 2018 at 11:42, Richard Hipp <d...@sqlite.org> wrote:
> > On 6/28/18, jungle Boogie <jungleboog...@gmail.com> wrote:
> >> Hi All,
> >>
> >> I know it's still very early on to make use of the new smtp logic, but
> >> I thought I'd report these issues. Is anyone else experiencing issues
> >> with compiling?
> >
> > Did you rerun ./configure?
> >
> >     fossil clean -x
> >     ./configure
> >     make
> >
> 
> The build took place in a separate directory, outside my trunk version
> of Fossil.
> 
> > If you still get errors then, please let me know.  But first, figure
> > out what library OpenBSD wants to link against in order to pick up the
> > DNS parsing routines.
> 
> Does this help?
> http://man.openbsd.org/man3/getrrsetbyname.3

To use the ns_* function, you needs to install libbind from packages:
pkg_add -r libbind.

Then, I guess we will needs to modify our autosetup script, so it detect
if libbind is installed. If it's the case, it needs to add:
        - /usr/local/include/bind to include path
        - /usr/local/lib/bind to lib path
        - add -lbind to link agains libbind.

I got it to compile, I still have an issue with the linking
part.

-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to