← Back to team overview

mudlet-makers team mailing list archive

[Bug 1094965] [NEW] sf doesn't compile on Linux/Mac

 

Public bug reported:

Two problems:

filePath; = ui->filePath->text();

Should be:

filePath = ui->filePath->text();

JlCompress::compressDir(zip, tempDir );

Should be:

#ifdef Q_OS_WIN
        JlCompress::compressDir(zip, tempDir );
#endif

** Affects: mudlet
     Importance: High
         Status: New

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1094965

Title:
  sf doesn't compile on Linux/Mac

Status in Mudlet the MUD client:
  New

Bug description:
  Two problems:

  filePath; = ui->filePath->text();

  Should be:

  filePath = ui->filePath->text();

  JlCompress::compressDir(zip, tempDir );

  Should be:

  #ifdef Q_OS_WIN
          JlCompress::compressDir(zip, tempDir );
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1094965/+subscriptions


Follow ups

References