For the record I cannot actually confirm or deny this as bug as I do not
have a Windows build platform available.

-- 
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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp

Reply via email to