Error 252 error C2466: cannot allocate an array of constant size 0

Added by BlueSteel over 8 years ago

the following error has been introduced with rev 201

[code]
Error 252 error C2466: cannot allocate an array of constant size 0 d:\Ryzom\Ryzom_work\code\ryzom\server\src\entities_game_service\backward_compatibility\spawn_zones_back_compat.cpp 620
[/code]

Don't you guys check to see if it'll compile prior to pushing to the repo ???

(over 4 hours ago)

I guess i'm the first to have compiled it since this release


Replies (3)

RE: Error 252 error C2466: cannot allocate an array of constant size 0 - Added by vl over 8 years ago

It's fixed in the repo.

Thank you for the report

RE: Error 252 error C2466: cannot allocate an array of constant size 0 - Added by kerozcak over 8 years ago

It worked with gcc 4.1.2
What compiler did you use?

RE: Error 252 error C2466: cannot allocate an array of constant size 0 - Added by BlueSteel over 8 years ago

Visual Studio 2008 (full version) set up correctly.

It did compile on an earlier release properly so i have it set up correctly ;)

hmmm.. so that means that GCC isn't as critical as VC++ is on errors.. GCC may still have given a warning check your logs ;)
it would be interesting to know

(1-3/3)