discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

base fails to build - exception problem


From: Riccardo Mottola
Subject: base fails to build - exception problem
Date: Fri, 28 Aug 2015 00:31:19 +0200
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

Hi,

I'm rebuilding core libraries after the last changes.
I am building with gcc5, I extra specify that in the make command line:

$ ./configure --with-layout=gnustep --prefix=/ CC=gcc5 CXX=g++5
LDFLAGS=-Wl,-rpath=/usr/local/lib/gcc5

When building base I get:

NSException.m: In function '+[NSException initialize]':
NSException.m:818:3: error: '_objc_unexpected_exception' undeclared
(first use in this function)
   _objc_unexpected_exception = callUncaughtHandler;

this was working about 2 months ago, perhaps even more recent. I fear
it has to do with the recent changes.
On other computers I use gcc 3 and 4, so it is not that gcc build is
broken generally.
What is going wrong?

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]