Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Neutron (NTRN) - Simple Staking, Medium Supply, Digital piggybank
by
thefrog
on 09/10/2017, 13:18:40 UTC
anybody else have this problem

after "Make"
Code:
src/qt/loggerpage.h:28:0: error: unterminated #else
 #if defined(Q_OS_WIN)
 ^

Code:
In file included from src/qt/bitcoingui.cpp:30:0:
src/qt/loggerpage.h:1:0: error: unterminated #ifndef
 #ifndef LOGGERPAGE_H
 ^

Code:
In file included from src/qt/bitcoingui.cpp:30:0:
src/qt/loggerpage.h:73:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++1 [enabled by default]
     qint64 qiLastPos = 0;
                        ^
src/qt/loggerpage.h:68:72: error: 'Enums::Logger::LoggerCommand' is not a class or namespace
     void SendCommand(Enums::Logger::LoggerCommand cmd = Enums::Logger::LoggerCommand::Activate);

thank you.

Yes, I ran into this on Debian 9.
I thew out the first line in this file
src/qt/loggerpage.h:1:0
which was stating this
#ifndef LOGGERPAGE_H

Then, it compiled.