I'm using TexLive under Windows 8 & TexMaker, when I tried to run this code snippet,
\documentclass{article}
\usepackage{chessboard}
\storechessboardstyle{4x4}{maxfield=d4}
\begin{document}
\chessboard[style=4x4,setwhite={Qa1,Qd2},showmover=false]
\end{document}
It didn't produce any result, instead a warning said \usepgfmodule{shapes} is obsolete. Any idea?
This package is obsolete. Use \usepgfmodule{shapes} instead
Is there any package for chessboard available in TikZ?

\listfilesat the start of your example. Then compile with pdflatex and put the log-file somewhere for inspection. – Ulrike Fischer Feb 03 '13 at 10:46