Chris7 / Mudlet2

Mudlet vesion 2.+
GNU General Public License v2.0
3 stars 2 forks source link

Compilation error in current master #17

Closed vadi2 closed 11 years ago

vadi2 commented 11 years ago

Host.cpp: In member function 'bool Host::installPackage(QString, int)': Host.cpp:1047:53: error: 'errno' was not declared in this scope Host.cpp:1051:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Host.cpp:1069:65: error: 'errno' was not declared in this scope Host.cpp:1100:53: error: 'errno' was not declared in this scope At global scope: cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedefs" [enabled by default] make: * [Host.o] Error 1 make: * Waiting for unfinished jobs.... 12:57:55: The process "/usr/bin/make" exited with code 2. Error while building/deploying project src (kit: Qt 5.1.0 (gcc_64))

Chris7 commented 11 years ago

Odd, it built for me. I forgot to #include , which is a bug. Other files have that include which is being used.

On Mon, Aug 19, 2013 at 10:59 PM, Vadim Peretokin notifications@github.comwrote:

Host.cpp: In member function 'bool Host::installPackage(QString, int)': Host.cpp:1047:53: error: 'errno' was not declared in this scope Host.cpp:1051:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Host.cpp:1069:65: error: 'errno' was not declared in this scope Host.cpp:1100:53: error: 'errno' was not declared in this scope At global scope: cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedefs" [enabled by default] make: * [Host.o] Error 1 make: * Waiting for unfinished jobs.... 12:57:55: The process "/usr/bin/make" exited with code 2. Error while building/deploying project src (kit: Qt 5.1.0 (gcc_64))

— Reply to this email directly or view it on GitHubhttps://github.com/Chris7/Mudlet2/issues/17 .

Chris7 commented 11 years ago

Fixed in mudletDev