question about compiling last trunk version

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

question about compiling last trunk version

Post by AReichl »

I put this question here because i would not know where to put it else.

The trunk version 5175 did compile with Visual Studio but NOT with gcc.
We now have version 5176 which addresses this issue by adding missing
include headers.

Maybe i am confused because i ran out of coffee yesterday, but WHY did
it compile with Visual Studio then?
CuteAlien
Admin
Posts: 9718
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: question about compiling last trunk version

Post by CuteAlien »

I wondered just the same yesterday.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: question about compiling last trunk version

Post by Nadro »

I don't know why it works in VS too (it looks like a VS auto include required headers in some cases). In last few days I didn't have working Linux on my PC, thats why I tested code only in VS and it was bad idea - a lots of buggy commits. Yesterday I installed Ubuntu, so I'll be able to check upcoming commits with other compilers too (I don't want to install MinGW etc. on Windows).
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
CuteAlien
Admin
Posts: 9718
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: question about compiling last trunk version

Post by CuteAlien »

How can you live without MinGW on Windows?!? Ah well, maybe you are cygwin guy... ;-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: question about compiling last trunk version

Post by hendu »

CuteAlien wrote:How can you live on Windows?!?
FTFY ;)
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: question about compiling last trunk version

Post by Nadro »

On Windows I use VS and it's enough in a lot of cases :P On the other hand I use Linux really often, where most of the time I use clang as compiler (except in situations like in 2 last weeks, when I didn't have any working Linux on my PC).
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply