vutle / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Wrong include in BulletBlendReaderNew.cpp #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gamekit-read-only/gamekit/BulletBlendReaderNew.cpp:23:37: error:
LinearMath/btserializer.h: No such file or directory

Make a correct relative path:
#include "../LinearMath/btserializer.h"

Or fix this with cmake include directories.

Original issue reported on code.google.com by lub...@gmail.com on 13 Feb 2010 at 12:51

GoogleCodeExporter commented 9 years ago
Sorry i was wrong.

The include was not in correct case. I have ext4 so case does matter. The dev
probably wrote this in NTFS where it does not.

#include "LinearMath/btSerializer.h"

compiles.

Original comment by lub...@gmail.com on 13 Feb 2010 at 12:53

GoogleCodeExporter commented 9 years ago
This is a duplicate of bug 34 T_T

Original comment by lub...@gmail.com on 13 Feb 2010 at 12:56

GoogleCodeExporter commented 9 years ago
updated, thanks. 

Original comment by snailr...@gmail.com on 13 Feb 2010 at 2:34