You are not logged in.
I have a problem, when i try to install this package i get this error
==> Starting build()...
Creating output directory objs
Creating output directory objs/core
Creating output directory objs/core/api
Creating output directory objs/core/board
Creating output directory objs/core/input
Creating output directory objs/core/mapper
Creating output directory objs/core/vssystem
Creating output directory objs/linux
Creating output directory objs/linux/7zip
Creating output directory objs/linux/unzip
Creating output directory objs/nes_ntsc
Compiling source/linux/main.cpp...
source/linux/main.cpp: In function 'int main(int, char**)':
source/linux/main.cpp:916: warning: deprecated conversion from string constant to 'gchar*'
source/linux/main.cpp: In function 'void SetupVideo()':
source/linux/main.cpp:1237: error: 'exit' is not a member of 'std'
make: *** [objs/linux/main.o] Error 1
what can i do?
Last edited by IDSG (2008-06-11 04:05:22)
Offline
Looks like a gcc 4.3 issue. With that release, the headers were "uncluttered" a bit. Thus some includes, which were implicit before, are missing now. You might want to report this upstream.
You can try to fix it yourself as well, it's not that hard in many cases, see here for more information.
Offline
Looks like a gcc 4.3 issue. With that release, the headers were "uncluttered" a bit. Thus some includes, which were implicit before, are missing now. You might want to report this upstream.
You can try to fix it yourself as well, it's not that hard in many cases, see here for more information.
i dont know how to do that, someone can help me?
Offline