On Mar 1, 2007, at 5:38 AM, Stefan Stiene wrote:
>
> mkdir build
> cd build
> ../configure
> make install
>
> I get an error with every driver that includes player.h instead of
> libplayercore/player.h
> So did I something wrong or does player not provide this separation of
> source code and object files.
You're not doing anything wrong. Player *should* support a VPATH
build (which is what you're doing), but not many people use it, and
so small bugs easily creep in over time.
I just fixed all such bugs in CVS on HEAD and the 2.0.x branch, so
that Player now passes 'make distcheck' (which includes a VPATH build).
If you're working with 2.0.x, I recommend checking out the latest
code from CVS, using the tag 'release-2-0-patches'. I'll release
2.0.4 very soon, so I'm interested to hear feedback from people who
are using this branch.
brian.
|