From owner-freebsd-ports@FreeBSD.ORG Tue Mar 5 04:11:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6E5CC687 for ; Tue, 5 Mar 2013 04:11:26 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id 23B0CDF6 for ; Tue, 5 Mar 2013 04:11:25 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r254BL60025093 for ; Mon, 4 Mar 2013 23:11:22 -0500 (EST) (envelope-from andy@neu.net) Date: Mon, 4 Mar 2013 23:11:21 -0500 (EST) From: AN To: freebsd-ports@freebsd.org Subject: codeblocks upgrade - error: variable length array of non-POD element type 'wxPoint' In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 04:11:26 -0000 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #35 r246636: Sun Feb 10 17:07:34 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -D_THREAD_SAFE -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -I/usr/local/include -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -O2 -pipe -fno-strict-aliasing -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT LexBaan.lo -MD -MP -MF .deps/LexBaan.Tpo -c -o LexBaan.lo `test -f 'src/scintilla/lexers/LexBaan.cxx' || echo './'`src/scintilla/lexers/LexBaan.cxx libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -D_THREAD_SAFE -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -I/usr/local/include -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -O2 -pipe -fno-strict-aliasing -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT LexBaan.lo -MD -MP -MF .deps/LexBaan.Tpo -c src/scintilla/lexers/LexBaan.cxx -fPIC -DPIC -o .libs/LexBaan.o src/PlatWX.cpp:304:19: error: variable length array of non-POD element type 'wxPoint' wxPoint points[npts]; ^ 1 error generated. *** [PlatWX.lo] Error code 1 mv -f .deps/LexBaan.Tpo .deps/LexBaan.Plo mv -f .deps/LexAda.Tpo .deps/LexAda.Plo mv -f .deps/LexAsm.Tpo .deps/LexAsm.Plo mv -f .deps/ScintillaWX.Tpo .deps/ScintillaWX.Plo mv -f .deps/wxscintilla.Tpo .deps/wxscintilla.Plo 1 error *** [all-recursive] Error code 1 1 error *** [all-recursive] Error code 1 1 error *** [all-recursive] Error code 1 1 error *** [do-build] Error code 1 Stop in /usr/ports/devel/codeblocks.