The above is a cut/paste from my src.pro file when I saw the same
problem occur in previous builds: In particular,  llua needs to be
llua51, c:\mingw32\bin needs to be included, and lpcre-1 should be
lpcre.

I'm not sure which of the 3 cause the problem, or if it's a combination
of all of them - I just know that this combination works.

FYI: If you look at the first post in the compile thread at
http://forums.mudlet.org/viewtopic.php?f=7&t=5715, information is
included about setting up a windows compile environment under a
virtualbox: This can be done (free of cost) under any operating system.

-- 
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