Compiling source on Mandriva 2010

I’m having trouble compiling the source on mandriva linux, here the pastebin

pastebin.com/mdbce2af

Install the OpenSSL development package.

i installed the libopenssl0.9.8-devel package, now here is the result

pastebin.com/m3a5c5963

Install the ZLib development package.

Note that I see you’re compiling 1.6.2, not 1.7.0.

well… it seem i arleady had Zlib, zlib1-devel and zlib1 to be more exact, and, i was trying on 1.6.2 beacause 1.7.0 give me some other error, so i was trying on both, here is the 1.7.0 error, i wont pastebin it, its kinda short

[pierrick@localhost panda3d-1.7.0]$ makepanda/makepanda.py --everything
Generating library cache...
WARNING: Could not locate thirdparty package artoolkit, excluding from build
WARNING: Could not locate thirdparty package fcollada, excluding from build
WARNING: Could not locate thirdparty package ffmpeg, excluding from build
WARNING: Could not locate thirdparty package swscale, excluding from build
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package fmodex, excluding from build
WARNING: Could not locate thirdparty package freetype, excluding from build
WARNING: Could not locate thirdparty package opengl, excluding from build
WARNING: Could not locate pkg-config package gtk+-2.0, excluding from build
WARNING: Could not locate thirdparty package nvidiacg, excluding from build
WARNING: Could not locate thirdparty package ode, excluding from build
WARNING: Could not locate thirdparty package openal, excluding from build
WARNING: Could not locate thirdparty package opencv, excluding from build
WARNING: Could not locate thirdparty package squish, excluding from build
WARNING: Could not locate thirdparty package tiff, excluding from build
WARNING: Could not locate thirdparty package vrpn, excluding from build
WARNING: Could not locate thirdparty package jpeg, excluding from build
WARNING: Could not locate thirdparty package png, excluding from build
WARNING: Could not locate thirdparty package tinyxml, excluding from build
WARNING: Could not locate thirdparty package x11, excluding from build
WARNING: Could not locate thirdparty package xrandr, excluding from build
WARNING: Could not locate thirdparty package xf86dga, excluding from build
Storing dependency cache.
Elapsed Time: 1 sec
Could not locate flex!
Build terminated.

Well, install all those development packages, or at least the ones you need! Including the “flex” and “bison” packages.