Skip to content

Add wrap MacroLibx #2589

Closed
0verLighT wants to merge 3 commits intomesonbuild:masterfrom
0verLighT:master
Closed

Add wrap MacroLibx #2589
0verLighT wants to merge 3 commits intomesonbuild:masterfrom
0verLighT:master

Conversation

@0verLighT
Copy link
Copy Markdown
Contributor

No description provided.

@0verLighT 0verLighT force-pushed the master branch 7 times, most recently from c499b60 to 02e333c Compare January 11, 2026 05:57
@neheb
Copy link
Copy Markdown
Collaborator

neheb commented Jan 11, 2026

../subprojects/MacroLibX-2.2.3/runtime/Sources/Core/Bridge.cpp:482:11: error: cannot initialize return object of type 'VkSurfaceKHR' (aka 'unsigned long long') with an rvalue of type 'std::nullptr_t'
  482 |                         return nullptr;
      |                                ^~~~~~~
../subprojects/MacroLibX-2.2.3/runtime/Sources/Core/Bridge.cpp:491:11: error: cannot initialize return object of type 'VkImage' (aka 'unsigned long long') with an rvalue of type 'std::nullptr_t'
  491 |                         return nullptr;
      |                                ^~~~~~~
../subprojects/MacroLibX-2.2.3/runtime/Sources/Core/Bridge.cpp:509:11: error: cannot initialize return object of type 'VkImageView' (aka 'unsigned long long') with an rvalue of type 'std::nullptr_t'
  509 |                         return nullptr;

crazy brain damage and questionable why it compiles with 64-bit OSes.

@0verLighT 0verLighT marked this pull request as draft January 11, 2026 06:50
@0verLighT
Copy link
Copy Markdown
Contributor Author

I don't know why it always tries to do CI in Windows and msys2, even though in ci_config.json I put

“build_on”: {
      “msys2”: false,
      “windows”: false
}

@0verLighT 0verLighT marked this pull request as ready for review January 11, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants