Configure: snprintf function is already defined on MSVC 2015
------------------------------------------------------------

                 Key: CORE-5120
                 URL: http://tracker.firebirdsql.org/browse/CORE-5120
             Project: Firebird Core
          Issue Type: Bug
          Components: Build Issues / Porting
         Environment: Windows
            Reporter: David Ostrovsky


Trying to use firebird with MSVC 2015 currently failing because of
broken discovery of snprintf and vsnprintf functions:

There is

{code}
  AC_CHECK_FUNCS(snprintf vsnprintf)
{code}

macro in configure.in, that gets expanded to: [1]. Apparently one include or 
something is missing there.
So that in the end the autoconfig.h tries to erroneously redefine already 
defined snprintf function: [2].

[1] http://paste.openstack.org/show/488502
[2] http://paste.openstack.org/show/488503


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to