No. Or maybe yes, given the total lack of information. Which port? On what version of FreeBSD? Are there custom settings in /etc/make.conf? What commands were used to build the port? What are the errors, exactly?Is this normal and does anyone else get these?
Sorry, but I said just warnings!! not errors. They are mostly deprecated compiler switches. After I posted this I compiled joe's own editor and found on closer inspection that they were mostly "notes". I have since built Apache-OpenOffice and although it took 10 hrs, it built without "error" and so far runs as expected. Thanks for your replies!! Actually you don't have enough room on this forum for all the warnings generated, so just pick a port and build it and watch the warnings fly by!!! PS. No special make switches and the command wasNo. Or maybe yes, given the total lack of information. Which port? On what version of FreeBSD? Are there custom settings in /etc/make.conf? What commands were used to build the port? What are the errors, exactly?
make install cleanThanks for the reply. It seems as though they are mostly deprecated compiler switches! and Notes! Now I'm not a pro-programmer but it seems that some of this stuff could have been removed from the source code before released as a port. It would make cleaner code and the compiler wouldn't be spending as much of the resources displaying warnings to the screen. I'm not blaming, I'm just making and observation and if i had the time, I would fix what i could. I'm not a full time FreeBSD developer with all Apple's money. Some people on here seem to think we all should be!!Post some examples of the warnings you're getting. It is sometimes normal to get quite a lot of warnings when compiling for example some very old code with the latest GCC or Clang. The compiler technology has improved considerably during the last 10 or so years and the compilers are now able to warn about many potential pitfalls that were silently ignored in the old days. The compilers also tend to be over enthusiastic about finding potential problems in the code. This is more of a consequence of C language being quite ambiguous in many areas than anything else.
Thanks for the reply. It seems as though they are mostly deprecated compiler switches! and Notes! Now I'm not a pro-programmer but it seems that some of this stuff could have been removed from the source code before released as a port. It would make cleaner code and the compiler wouldn't be spending as much of the resources displaying warnings to the screen. I'm not blaming, I'm just making and observation and if i had the time, I would fix what i could. I'm not a full time FreeBSD developer with all Apple's money. Some people on here seem to think we all should be!!