-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOSX compilation warnings #3
Comments
Which CXXFLAGS are you using? Most warnings about |
My previous comment about strings is wrong, it seems that since gcc 4.3, this warning is emitted unless a |
Some fixes require API changes, so I targeted this issue to OCE 0.5, but non-breaking changes can be fixed as soon as possible. |
Set the milestone to 0.4, let's put breaking changes in a target-0.5/ branch |
This issue report is not precise enough. It was generated without the -Wall flag. Most compilation warnings dealing with r0.4 were removed, let's close this issue and talk about API changes in an other issue. |
…ECTORY. If 'CMAKE_ARCHIVE_OUTPUT_DIRECTORY' is used to customize the output folders of oce-win-bundle libraries, the oce build will set FREETYPE_LIBRARY and related variables to the wrong paths. This patch fixes that bug. The commit that inserted this removal in the first place (#465) did not provide any explination for it.
On OSX, compilation of oce generates a lot of warnings. Attached the stderr output.
OS version: Mac OS X 10.6.7
$gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
$ make -j2 2>stderr_macosx.txt
$ cat stderr_macosx
The text was updated successfully, but these errors were encountered: