Humm, Vadim added those "comments" to the end of the line in commit- fa7d1722af on 2016-09-16 02:11:11 and I thought that would break things as I was under the impression that the '\' had to be the last character on the line but that isn't so and those comments seem to work fine in the Linux OS handling of the qmake project file.
On the other hand I am not sure if Windows builds are done with the qmake ./src/src.pro project file or the multiple CMake CMakeLists.txt ones...! Does the OP know what the linked libraries should be - and is it the path to them (the "-L" option) or what they are called, (the "-l" option) that is wrong? -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1642262 Title: Crash when attempting a SQL select Status in Mudlet: New Bug description: Mudlet (Iota) crashes on the windows build, at least, as soon as a SQL select is issued. This is coming from the linked libraries. The below needs to be changed in mudlet's src.pro src.pro: } else:win32: { LIBS += -L"C:\\mudlet5_package" \ -L"C:\\mingw32\\lib" \ -L"C:\\mingw32\\bin" \ -llua51 \ -lpcre-1 \ -llibhunspell-1.4 \ -lzip \ # for dlgPackageExporter -lz \ # for ctelnet.cpp -lyajl \ -lopengl32 \ -lglut \ -lglu32 INCLUDEPATH += "C:\\mingw32\\include" # Leave this undefined so mudlet::readSettings() preprocessing will fall back to To manage notifications about this bug go to: https://bugs.launchpad.net/mudlet/+bug/1642262/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mudlet-makers Post to : [email protected] Unsubscribe : https://launchpad.net/~mudlet-makers More help : https://help.launchpad.net/ListHelp

