Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Compiling errors
Thecapogames Offline
Junior Member

Posts: 1
Threads: 1
Joined: Sep 2018
Reputation: 0
#1
Compiling errors

Hello, I have tryed to compile penumbra source, but I still have some errors: "insert is not a member of std" or "begin is not a member of std". I have included iterator, but it still doesn't work. The file is triggerHandler. Could you help me? Thanks.
09-15-2018, 05:49 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Compiling errors

Unsure if anyone around are able to answer your question aside from the devs. My only suggestion would be to make sure you're using appropriate versions of software. Penumbra is rather old, so perhaps you need to use a compiler from 2007?

09-16-2018, 02:46 PM
Find
kirakatve Offline
Frictional Games

Posts: 78
Threads: 10
Joined: Jan 2018
Reputation: 4
#3
RE: Compiling errors

Seems like you need an older complier, VS2003 in fact.

Your friendly neighbour the community manager.
09-24-2018, 11:17 AM
Find
Argoon Offline
Member

Posts: 109
Threads: 5
Joined: Jan 2009
Reputation: 3
#4
RE: Compiling errors

(09-15-2018, 05:49 PM)Thecapogames Wrote: Hello, I have tryed to compile penumbra source, but I still have some errors: "insert is not a member of std" or "begin is not a member of std". I have included iterator, but it still doesn't work. The file is triggerHandler. Could you help me? Thanks.

To solve that particular problem you need to do this

at the top of triggerHandler.h put:

#include <functional>

You also need to do that in a .cpp file but i don't remember which one right now.
12-31-2018, 08:49 PM
Find




Users browsing this thread: 1 Guest(s)