Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Skylark Compilation
Skylark Compilation [message #37312] Wed, 19 September 2012 07:45 Go to next message
zoro is currently offline  zoro
Messages: 1
Registered: September 2012
Junior Member
I am trying to compile out of the box skylark application, with all default setting, MINGW compiler. Compilation gives lots of error.
The very first error I get is "error: 'IniBool' does not name a type", in the skylark.h file at:
namespace Ini {
extern IniBool skylark_log;
};


Any suggestion?
Thanks in advance.
Re: Skylark Compilation [message #37314 is a reply to message #37312] Wed, 19 September 2012 09:52 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

zoro wrote on Wed, 19 September 2012 07:45

I am trying to compile out of the box skylark application, with all default setting, MINGW compiler. Compilation gives lots of error.
The very first error I get is "error: 'IniBool' does not name a type", in the skylark.h file at:
namespace Ini {
extern IniBool skylark_log;
};


Any suggestion?
Thanks in advance.

Hi zoro,

Welcome to the forum Cool

IniBool and other Ini* types are defined in Core package. I think you should have
#include <Core/Core.h>
before including Skylark.h.

Best regards,
Honza

[Updated on: Wed, 19 September 2012 09:53]

Report message to a moderator

Previous Topic: ProgressIndicator & SQL
Next Topic: "Enter" code
Goto Forum:
  


Current Time: Mon May 06 13:21:40 CEST 2024

Total time taken to generate the page: 0.02462 seconds