On Fri, Mar 10, 2023 at 09:10:56AM -0500, Josh Grosse wrote: > On Fri, Mar 10, 2023 at 07:37:20AM +0000, Stuart Henderson wrote: > > On 2023/03/09 18:02, Josh Grosse wrote: > > > 2) I am having an issue with "size mismatch" warnings as both > > > libevent and devel/libevent2 are required by the main and > > > gtk subpackages. > > > > Mixing the two won't work, it will need to use either one or the other. > > Thanks, got that cured by adding to the CMakeLists.txt patch: > > -tr_auto_option(USE_SYSTEM_EVENT2 "Use system event2 library" AUTO) > +tr_auto_option(USE_SYSTEM_EVENT2 "Use system event2 library" OFF)
You should just be able to add -DUSE_SYSTEM_EVENT2=Off to CONFIGURE_ARGS, no? -- Antoine
