[yoshimi] Re: V 1.5.7

  • From: blubee blubeeme <gurenchan@xxxxxxxxx>
  • To: yoshimi@xxxxxxxxxxxxx
  • Date: Sat, 10 Mar 2018 09:39:31 +0800

On Sat, Mar 10, 2018 at 7:47 AM, Ichthyostega <prg@xxxxxxxxxxxxxxx> wrote:

On 10.03.2018 00:02, Will Godfrey wrote:
I don't know about hings like: c++: warning: argument unused during
compilation: '-L/usr/local/lib'

I can't identify them. What compiler options do you set? With 'pedantic'
I
get a number of ANSI C++ array warnings, but nothing that actually stops
compilation.


maybe there is a -Werror toggle somewhere in the mix, which turns those
warnings
into errors? When you compile with -Wall on contemporary compilers, you'll
typically get a warning whenever some local variable or parameter is
defined
but not used within the scope. Usually those are warnings, but some -Werror
might have turned them into errors.

-- Hermann


Yoshimi source code is available from either: https://sourceforge.net/
projects/yoshimi
Or: https://github.com/Yoshimi/yoshimi
Our list archive is at: https://www.freelists.org/archive/yoshimi
To post, email to yoshimi@xxxxxxxxxxxxx

I check for those flags but I didn't see anything out of place. I re-ran
the build and I'm getting this error:
c++: warning: -ljack: 'linker' input unused [-Wunused-command-line-argument]
c++: warning: argument unused during compilation: '-L/usr/local/lib'
[-Wunused-command-line-argument]
/usr/ports/audio/yoshimi/work/yoshimi-bbcb8a2/src/Misc/MiscFuncs.cpp:37:10:
fatal error: 'copyfile.h' file not found
#include <copyfile.h>
         ^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make: stopped in /usr/ports/audio/yoshimi

full log here:https://pastebin.com/TeunshL7

Other related posts: