User forums > Nightly builds

The 16 Januari 2022 build (12655) is out.

<< < (3/6) > >>

Miguel Gimenez:
@andrewcot, thank you for pointing this out. This is one of the reasons I dislike multiple return points.

BlueHazzard:

--- Quote from: Xaviou on January 21, 2022, 12:41:03 pm ---Hi


--- Quote from: Miguel Gimenez on January 21, 2022, 10:12:48 am ---I attached only the relevant part of the patch, the complete version changes m_Menu from private member to local variable and deletes it when not needed.

Thank you for testing.

BTW, there was an issue with some wxChoice not showing on toolbars on MAC (the target selection choice, for example). I made a commit fixing this on Ubuntu, can you check if it fixes the problem on MAC?

--- End quote ---

Can't build the last revision : rev 12660 broke the build process.
I've attached the output (and errors) to this post.

Regards
Xav'

--- End quote ---
O s**t... i will look into it...
Is this on OSX?

Can you test drag and drop for me if the build works? I have no mac to test this, and i have the worry that DnD does not work on wxCocca

BlueHazzard:
@Xaviou
Can you add

--- Code: ---#include <wx/dataobj.h>

--- End code ---

to src/projectmanagerui.h:12 ?

That should clear most error messages?
I compiled this on linux and windows and did not get any error message...

Xaviou:

--- Quote from: BlueHazzard on January 21, 2022, 02:28:50 pm ---@Xaviou
Can you add

--- Code: ---#include <wx/dataobj.h>

--- End code ---

to src/projectmanagerui.h:12 ?

That should clear most error messages?
I compiled this on linux and windows and did not get any error message...

--- End quote ---
Tested : it is not enough.
Errors have decreased from 18 to 11 but build is still broken.
I've attached the last build log

Regards
Xav'

BlueHazzard:
Thank you for testing...


--- Code: ---#include <wx/dataobj.h>
#include <wx/dnd.h>
#include <wx/dataobj.h>

--- End code ---

what about this in src/projectmanagerui.h:12 ?

i looked into it and it seems that building for macos without buying an mac is impossible...
what a shame waled garden...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version