Problems building Panda 1.1.0

I am building a Win64 (x64) version of Panda 1.1.0. I have been having some problems with interrogate. Here is the error ouput:

I am using Visual C++ 8.0 and makepanda to build. What could be the problem?

Thanks,
-Ad

I bet NSPR is making some #ifdef decision based on whether _WIN64 is defined, and in that case it’s choosing a path that confuses interrogate (perhaps because it’s then relying on some Microsoft-defined extension that interrogate doesn’t understand).

I’m not sure that anyone’s ever tried to build Panda under Win64. If you’d like to investigate further and figure out the problems involved, we’d appreciate it; otherwise, you’d probably best stick with running the Win32 version for now. :slight_smile:

David