[Vortex] autogen.sh / configure gives: config.status: error: cannot find input file: `web-socket/Makefile.in’

Francis Brosnan Blázquez francis at aspl.es
Sun Mar 8 12:19:59 CET 2015


Hi there Robert,

Perfect. About the vsnprintf error reported, if you update from svn and
try again,
does it solve the problem? 

If not, please, let me know compiler you are using and reported
config.log to have
a look at it. 

Best Regards,



> Am 07.03.2015 um 20:47 schrieb Francis Brosnan Blázquez <francis at aspl.es>:
> 
> > 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
> 
> http://www.saphirion.com
> smarter | better | faster
> 
> 
> 
> 
> _______________________________________________
> Vortex mailing list
> Vortex at lists.aspl.es
> http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.aspl.es/pipermail/vortex/attachments/20150308/8e51d09c/attachment.html>


More information about the Vortex mailing list