mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04236
Re: [Bug 1642262] Re: Crash when attempting a SQL select
I think I did forget to apply the final SQL fix to code - will look into
doing that soon.
On Thu, Nov 17, 2016 at 5:01 AM Chris Leacy <cleacy1972@xxxxxxxxx> wrote:
> The src.pro snippet I included btw is a functional one under windows
> (not what it is)
>
> --
> 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 : mudlet-makers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~mudlet-makers
> More help : https://help.launchpad.net/ListHelp
>
References