Godotsteam: Master build broken: `error: conversion from 'unsigned long' to 'const Variant' is ambiguous`

Created on 24 Dec 2019  路  4Comments  路  Source: Gramps/GodotSteam

While I was working on #115, I found the master build is broken on at least macOS:

modules/godotsteam/godotsteam.cpp:3199:24: error: conversion from 'unsigned long' to 'const Variant' is ambiguous
                info["foldersize"] = sizeof(folder);
                                     ^~~~~~~~~~~~~~

This change was introduced a couple days ago:
https://github.com/Gramps/GodotSteam/commit/e31c166d9fb6ebd5c042b853e49617e6a1929faf

compiling macos

Most helpful comment

My mistake, it works on macOS now.

All 4 comments

Noted. I think that was from a pull request. Pretty sure I tested it on Linux and Windows but might have been just Windows.

Confirmed. The failing build succeeded after manually adding the change in #117

My mistake, it works on macOS now.

Gotta love all the quirks between Linux, MacOS, and Windows compiling!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yeonghoey picture yeonghoey  路  8Comments

Halfwhit picture Halfwhit  路  12Comments

JarLowrey picture JarLowrey  路  6Comments

ProbDenis picture ProbDenis  路  12Comments

mthnzbk picture mthnzbk  路  7Comments