[Users] Building CM on Windows 11 with MSys2 MinGW

Jonathan Boeing jonathan at claws-mail.org
Mon Nov 28 10:31:09 CET 2022


On Mon, 28 Nov 2022 16:02:10 +0600
Enan Ajmain <3nan.ajmain at gmail.com> wrote:

> On Mon, 28 Nov 2022 01:12:47 -0700
> Jonathan Boeing <jonathan at claws-mail.org> wrote:
> > On Fri, 25 Nov 2022 23:01:57 +0600
> > Enan Ajmain <3nan.ajmain at gmail.com> wrote:
> >   
> > > On Fri, 25 Nov 2022 05:05:35 -0700
> > > Jonathan Boeing <jonathan at claws-mail.org> wrote:    
> > > > It seems like there's a problem with your environment.  In a new
> > > > shell, run:    
> > 
> > Actually, nevermind that.  I pushed some build system changes that
> > should address it.
> > 
> > If you change the "claws_mail,..." line in packages/packages.current
> > to:
> > 
> > claws_mail,4.1.1-21-gefd66a931,git,git://git.claws-mail.org/claws.git,,master,efd66a931
> > 
> > then run:
> > 
> > cd packages
> > ./download.sh
> > cd ..
> > ./build-aux/pkg.sh claws
> > ./autogen.sh
> > make
> > 
> > you'll build Claws from git head. You can still drop your patches
> > into patches/claws_mail to build with those as well.
> >   
> 
> THANK YOU! It worked!
> 
> I forgot to drop the patch in patches/ though (I wanted to make sure
> it would build without any of my changes). Any chance I can rebuild
> only Claws with the patches, instead of rebuilding _all_ the
> dependencies?

Glad to hear it worked.  Rerunning these lines will do a clean rebuild
of just Claws:

./build-aux/pkg.sh claws
./autogen.sh
make

Regards,

Jonathan


More information about the Users mailing list