error building ogrebullet in LINUX

the0bit1

22-06-2008 19:47:43

hi!
i try build ogrebullet --
cd ${OGREBULLETDIR}
./autogen
./configure
...

and i get this --
configure: creating ./config.status
.infig.status: ERROR: cannot find input file: Makefile

what is it?
thanks for help ( i hope!!!)

ps. sorry for my english

t0tAl_mElTd0wN

27-06-2008 00:14:21

I get this same error with the latest checkout from ogreaddons svn.

pepel

01-07-2008 17:53:35

This is due the EOL (end-of-line) used in windows... (^M)
You should edit all the text files and remove the ^M of the end of each line

if you could watch these character in the console, you would see

ERROR: cannot find input file: Makefile^M


regards,