You are not logged in.

#1 2008-06-11 03:54:40

IDSG
Member
Registered: 2008-06-11
Posts: 13

Cannot install nestopia package

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

#2 2008-06-11 17:16:49

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: Cannot install nestopia package

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

#3 2008-06-11 18:44:37

IDSG
Member
Registered: 2008-06-11
Posts: 13

Re: Cannot install nestopia package

Garns wrote:

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

Board footer

Powered by FluxBB