Search found 3 matches

by yurivict
11 Mar 2015, 06:49
Forum: General Discussion
Topic: [SUGGESTIONS] Please make language and help optional in compile
Replies: 0
Views: 206

[SUGGESTIONS] Please make language and help optional in compile

In some OS (my example is FreeBSD, another is Gentoo Linux), there is the practice when the user can disable certain option for all packages. Particular relevant options here are DOCS and NLS -- install documentation and language translation. Some users never use any other languages, so they don't ...
by yurivict
10 Mar 2015, 11:45
Forum: General Discussion
Topic: Code isn't C++ standard compliant, clang compile fails with many errors and warnings
Replies: 3
Views: 1768

Re: Code isn't C++ standard compliant, clang compile fails with many errors and warnings

Yes, this fixed it, thanks!

Now only this warning remains:

../../zen/file_io.h:65:1: warning: 'STATIC_WARNING_87903124' is deprecated [-Wdeprecated-declarations]
by yurivict
10 Mar 2015, 01:48
Forum: General Discussion
Topic: Code isn't C++ standard compliant, clang compile fails with many errors and warnings
Replies: 3
Views: 1768

Code isn't C++ standard compliant, clang compile fails with many errors and warnings

I tried to create a port for FreeBSD, which uses primarily clang compiler, and it fails with several errors (see below). Changing compiler to gcc doesn't solve the problem there, because wx widgets are compiled with clang, and link fails due to some gcc/clang incompatibilities.

If you would like ...