<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
Hi there Robert,<BR>
<BR>
Perfect. About the vsnprintf error reported, if you update from svn and try again,<BR>
does it solve the problem? <BR>
<BR>
If not, please, let me know compiler you are using and reported config.log to have<BR>
a look at it. <BR>
<BR>
Best Regards,<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Am 07.03.2015 um 20:47 schrieb Francis Brosnan Blázquez <<A HREF="mailto:francis@aspl.es">francis@aspl.es</A>>:

> It is not apparent the error from attached log. Try to update to latest SVN
> where —Werror option is removed from automake.

Hi Francis, getting closer, this fixed it in that it ran to the end. This is how the setup finally looks like:

==> START
------------------------------------------
--     VORTEX LIBRARY 1.1 SETTINGS      --
------------------------------------------
   Installation prefix:            /usr/local
      select(2) support:           yes
      poll(2) support:             yes
      epoll(2) support:            no
      default:                     poll
      debug log support:           yes
      release prefix:
      pthread cflags=-pthread, libs=-lpthread
      additional libs=
      NOTE: To disable log reporting use:
            --disable-vortex-log

   Axl installation:
      cflags: -I/usr/local/include/axl
      libs:   -L/usr/local/lib -laxl -lm

   Build vortex-client tool:                 enabled
   Build TLS profile support:                enabled
     (libvortex-tls-1.1)
   Build SASL profile support:               disabled

     NOTE: To enable SASL profile support you have to
     install GNU SASL developement files.
     Once installed run again configure process
     using --enable-sasl-support option.
   Build WebSocket extension library:        disabled

     NOTE: To enable WebSocket support you need to have libnopoll
           installed on your system and use --enable-websocket-support option.
   Build XML-RPC profile support:            enabled
     (libvortex-xml-rpc-1.1)
   Build xml-rpc-gen tool:                   enabled
   Build TUNNEL profile support:             enabled
     (libvortex-tunnel-1.1)
   Build PULL API support:                   enabled
     (libvortex-pull-1.1)
   Build HTTP CONNECT proxy support:         enabled
     (libvortex-http-1.1)
   Build ALIVE check profile:                enabled
     (libvortex-alive-1.1)

   Bindings:

   Build PyVortex support:                   enabled
     python install dir:
     python dir: ${prefix}/lib/python3.5/site-packages
     python cflags:      -I/opt/local/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m -I/opt/local/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -pipe -Os -arch x86_64
     python libs:        -L/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/config-3.5m -lpython3.5m -lintl -ldl -framework CoreFoundation
   Build LuaVortex support:                   enabled
     lua install dir:
     lua cflags:      -I/opt/local/include
     lua libs:        -L/opt/local/lib -llua -lm
   Build Vortex Library doc:                 disabled

     NOTE: To enable Vortex documentation you will
     have to install doxygen tool. Then run again
     configure process.

------------------------------------------
--            LET IT BEEP!              --
--                                      --
--     NOW TYPE: make; make install     --
------------------------------------------

<== END


The problem is now, that I get these errors:

vortex.c:53:5: error: expected parameter declarator
int vsnprintf(char *str, size_t size, const char *format, va_list ap);
    ^
/usr/include/secure/_stdio.h:75:40: note: expanded from macro 'vsnprintf'
  __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap)
                                       ^
vortex.c:53:5: error: expected ')'
/usr/include/secure/_stdio.h:75:40: note: expanded from macro 'vsnprintf'
  __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap)
                                       ^
vortex.c:53:5: note: to match this '('
/usr/include/secure/_stdio.h:75:29: note: expanded from macro 'vsnprintf'
  __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap)
                            ^
vortex.c:53:5: error: conflicting types for '__builtin___vsnprintf_chk'
int vsnprintf(char *str, size_t size, const char *format, va_list ap);
    ^
/usr/include/secure/_stdio.h:75:3: note: expanded from macro 'vsnprintf'
  __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap)
  ^
vortex.c:53:5: note: '__builtin___vsnprintf_chk' is a builtin with type 'int (char *, unsigned long, int, unsigned long, const char *, __va_list_tag *)'
/usr/include/secure/_stdio.h:75:3: note: expanded from macro 'vsnprintf'
  __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap)
  ^



--
Robert M. Münch
M: +41 79 65 11 49 6

Saphirion AG

<A HREF="http://www.saphirion.com">http://www.saphirion.com</A>
smarter | better | faster




_______________________________________________
Vortex mailing list
<A HREF="mailto:Vortex@lists.aspl.es">Vortex@lists.aspl.es</A>
<A HREF="http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex">http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>