You are not logged in.

#1 2009-05-15 04:01:38

fultonla
Member
Registered: 2009-03-15
Posts: 9

ClanLib Game SDK 2.0.1

I was wondering if anybody here has any experience with the ClanLib sdk under arch.
I downloaded the source from the site and followed the completely ordinary instructions. Yet when I went to compile the first example

 ..../Examples/Basic2D  $  make
g++ `pkg-config --cflags clanApp-2.0 clanDisplay-2.0 clanCore-2.0 clanGL-2.0` -pthread -c basic2d.cpp -o basic2d.o
Package clanApp-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `clanApp-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'clanApp-2.0' found
Package clanDisplay-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `clanDisplay-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'clanDisplay-2.0' found

etc... etc...

Did I miss something?
Any help is appreciated.

Offline

Board footer

Powered by FluxBB