Notifications
Clear all

To all SSC Station occupants

Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.

Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.

-D1-

Builds with clang

(@thefranklin)
Active Member

It seems to build quite well ( env CFLAGS=" -O3 -pipe" CXXFLAGS=" -O3 -pipe" CC="clang" CXX="clang++" CPP="clang-cpp" ./configure ) on FreeBSD 9.0-RC1 amd64.

A few warnings like this do pop up but they don't seem to keep it from running.

Code:
warning: unknown warning option '-Wstrict-null-sentinel'
[-Wunknown-warning-option]
In file included from SystemView.cpp:3:
./SectorView.h:57:7: warning: 'SectorView::OnKeyPress' hides overloaded virtual
function [-Woverloaded-virtual]
void OnKeyPress(SDL_keysym *keysym);
^
./gui/GuiWidget.h:47:16: note: hidden overloaded virtual function
'Gui::Widget::OnKeyPress' declared here
virtual bool OnKeyPress(const SDL_keysym *sym) { return false; }
^
Quote
Topic starter Posted : October 25, 2011 07:59
(@durandal)
Eminent Member

C++ is not very stable. I get same strange stuff going on with latest clang version (FreeBSD CURRENT)

ReplyQuote
Posted : October 25, 2011 11:53