[Bug 224823] [NEW PORT] games/multimc: Qt5 Minecraft launcher with ability to manage multiple instances

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 9 12:12:29 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224823

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobik at freebsd.org

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
This doesn't build and I think it's also missing some dependencies
e.g. Qt 5 etc.  Please test in Poudriere/Synth or at least make sure
to set DEVELOPER=yes in /etc/make.conf to enable some QA checks about this.

In file included from api/logic/MultiMC_logic_autogen/mocs_compilation.cpp:46:
In file included from
api/logic/MultiMC_logic_autogen/NZFZMRXYYQ/moc_FMLLibrariesTask.cpp:9:
api/logic/MultiMC_logic_autogen/NZFZMRXYYQ/../../../../../MultiMC5-0.6.0/api/logic/minecraft/update/FMLLibrariesTask.h:26:8:
error: use of undeclared identifier 'FMLlib'
        QList<FMLlib> fmlLibsToProcess;
              ^
In file included from api/logic/MultiMC_logic_autogen/mocs_compilation.cpp:46:
api/logic/MultiMC_logic_autogen/NZFZMRXYYQ/moc_FMLLibrariesTask.cpp:104:18:
error: cannot initialize object parameter of type 'Task' with an expression of
type 'FMLLibrariesTask'
    return Task::qt_metacast(_clname);
                 ^~~~~~~~~~~
api/logic/MultiMC_logic_autogen/NZFZMRXYYQ/moc_FMLLibrariesTask.cpp:109:17:
error: cannot initialize object parameter of type 'Task' with an expression of
type 'FMLLibrariesTask'
    _id = Task::qt_metacall(_c, _id, _a);
                ^~~~~~~~~~~
api/logic/MultiMC_logic_autogen/NZFZMRXYYQ/moc_FMLLibrariesTask.cpp:114:32:
error: cannot initialize a parameter of type 'QObject *' with an rvalue of type
'FMLLibrariesTask *'
            qt_static_metacall(this, _c, _id, _a);
                               ^~~~
api/logic/MultiMC_logic_autogen/NZFZMRXYYQ/moc_FMLLibrariesTask.cpp:73:52:
note: passing argument to parameter '_o' here
void FMLLibrariesTask::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id, void **_a)
                                                   ^
In file included from api/logic/MultiMC_logic_autogen/mocs_compilation.cpp:61:
In file included from
api/logic/MultiMC_logic_autogen/S3K6MOW2UJ/moc_MinecraftInstance.cpp:9:
api/logic/MultiMC_logic_autogen/S3K6MOW2UJ/../../../../../MultiMC5-0.6.0/api/logic/minecraft/MinecraftInstance.h:21:15:
warning: 'saveNow' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
        virtual void saveNow();
                     ^
api/logic/MultiMC_logic_autogen/EWIEGA46WW/../../../../../MultiMC5-0.6.0/api/logic/BaseInstance.h:73:15:
note: overridden virtual function is here
        virtual void saveNow() = 0;
                     ^
1 warning and 4 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list