This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255271 - Verifiy custom mode (configure script)
Summary: Verifiy custom mode (configure script)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Pepin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 13:35 UTC by jnk
Modified: 2015-12-16 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jnk 2015-09-14 13:35:57 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/3814/suite/1913

cd 'C:/Users/XXXX/Documents/NetBeansProjects/litesql-src-0.3.15'
/cygdrive/c/cygwin64/bin/make.exe -f Makefile
/cygdrive/c/cygwin64/bin/make  all-recursive
make[1]: Entering directory '/cygdrive/c/Users/XXXX/Documents/NetBeansProjects/litesql-src-0.3.15'
Making all in src
make[2]: Entering directory '/cygdrive/c/Users/XXXX/Documents/NetBeansProjects/litesql-src-0.3.15/src'
Making all in library
make[3]: Entering directory '/cygdrive/c/Users/XXXX/Documents/NetBeansProjects/litesql-src-0.3.15/src/library'
/bin/sh ../../libtool --tag=CXX   --mode=compile C:/software/Development/Languages/C++/TDM-GCC/bin/g++.exe -DHAVE_CONFIG_H -I. -I../..    -I./../../include  -g3 -gdwarf-2   -I/usr/include/mysql -I/usr/include -MT database.lo -MD -MP -MF .deps/database.Tpo -c -o database.lo database.cpp
libtool: compile:  C:/software/Development/Languages/C++/TDM-GCC/bin/g++.exe -DHAVE_CONFIG_H -I. -I../.. -I./../../include -g3 -gdwarf-2 -I/usr/include/mysql -I/usr/include -MT database.lo -MD -MP -MF .deps/database.Tpo -c database.cpp  -DDLL_EXPORT -DPIC -o .libs/database.o
In file included from C:/software/Development/Languages/C++/TDM-GCC/x86_64-w64-mingw32/include/locale.h:12:0,
                 from C:/software/Development/Languages/C++/TDM-GCC/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/clocale:42,
                 from C:/software/Development/Languages/C++/TDM-GCC/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/x86_64-w64-mingw32/bits/c++locale.h:41,
                 from C:/software/Development/Languages/C++/TDM-GCC/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/localefwd.h:40,
                 from C:/software/Development/Languages/C++/TDM-GCC/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/string:43,
                 from ./../../include/litesql/database.hpp:9,
                 from database.cpp:8:
C:/software/Development/Languages/C++/TDM-GCC/x86_64-w64-mingw32/include/stdio.h:528:110: error: conflicting declaration of 'int _snprintf(char*, size_t, const char*, ...)' with 'C' linkage
   _CRTIMP int __cdecl _snprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                                                                                              ^
In file included from database.cpp:7:0:
compatibility.hpp:25:18: note: previous declaration with 'C++' linkage
 #define snprintf _snprintf
                  ^
Makefile:398: recipe for target 'database.lo' failed
make[3]: *** [database.lo] Error 1
make[3]: Leaving directory '/cygdrive/c/Users/ikost/Documents/NetBeansProjects/litesql-src-0.3.15/src/library'
Makefile:296: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/cygdrive/c/Users/ikost/Documents/NetBeansProjects/litesql-src-0.3.15/src'
Makefile:349: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/cygdrive/c/Users/ikost/Documents/NetBeansProjects/litesql-src-0.3.15'
Makefile:280: recipe for target 'all' failed
make: *** [all] Error 2

BUILD FAILED (exit value 2, total time: 9s)
Comment 1 Alexander Simon 2015-12-16 09:24:32 UTC
Please investigate root case of failure of the test case.