Compiling CVS, thirdparty packages aren't being found

I have grabbed the latest version of panda from the CVS repository on sourceforge, and I got a thirdparty folder that has 64-bit libraries in it on some other post here (don’t remember who posted it, sorry). Every time I try to compile though, i get this:

makepanda\makepanda --everything

WARNING: Could not locate pkg-config package eigen3, excluding from build
WARNING: Could not locate thirdparty package png, excluding from build
WARNING: Could not locate thirdparty package jpeg, excluding from build
WARNING: Could not locate thirdparty package tiff, excluding from build
WARNING: Could not locate thirdparty package zlib, excluding from build
WARNING: Could not locate thirdparty package vrpn, excluding from build
ERROR: Could not locate thirdparty package cggl, aborting build
Storing dependency cache.
Elapsed Time: 0 sec
Build terminated.

These seem like pretty basic errors, any way to fix this?

Windows 8.1 x64

You mean these?

They should contain all you need. Make sure you grab the one for the arch you’re actually building for. Also make sure that you have the MSVC 2010 compilers installed (they are part of the Windows 7.1 SDK).