[yoshimi] Re: Yoshimi V 2.2.0 rc1

  • From: Ichthyostega <prg@xxxxxxxxxxxxxxx>
  • To: Yoshimi-List <yoshimi@xxxxxxxxxxxxx>
  • Date: Sat, 14 May 2022 19:10:35 +0200

Am 09.05.22 um 17:37 schrieb Will Godfrey:

I just tried a clean install and the only change I found was that you now have
to hit 'e' between 'c' and 'g' for some unfathomable reason :(

On Mon, 9 May 2022 07:03:10 -0400
Chris Ahlstrom <ahlstromcj@xxxxxxxxx> wrote:

after doing "ccmake ../src", I also had to do

     cmake ../src
     cd ../src
     make       (make -j 8 &> make.log)


CMake is a Generator for Makefiles, i.e. we run CMake and it creates for us
a Makefile *in the Build directory*

The behaviour you describe indicates that this did not happen; i.e. it seems
that *after running just ccmake*, there was no "Makefile" in your build 
directory.

You then re-run cmake itself (which is a valid option, however it uses the
source directory as build directory and leaves everything at the default values). After that, you probably had a generated Makefile in the src
directory, which does the build there (which, again is a valid option,
however just not what we recommend as standard method for building)


Note "ccmake" (or likewise cmake-gui) is a front-end to cmake, thus
if you use such a front-end, it should not be necessary to invoke
cmake again to do the same
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

Other related posts: