From: Phroggie <phr...@mc...> - 2003-01-04 22:08:12
|
> First, there seems to be a problem with the conversion from unix > to dos file format (For all the makefiles, i had to delete a character > at the end of line). That's because the makefiles were written with a Microsoft line ending, while other files weren't. Two suggestions: 1) Find a text editor that doesn't care about line endings (XEmacs is what I use). 2) Run dos2unix on these files. It converts them to a unix style line break. Also, unix2dos will convert it back. I'm not sure precisely what's causing your build errors. You may want to update from cvs and see if that fixes it. The fact that both errors happen with plugins, make me worry that possibly you deleted too much out of the makefile, although that would have likely come with a different error. My other suggestion would probably be try and compile without editing anything from the source and see if it errors similar to that. It may be that simply editing the line endings has caused it to break. It's happened to me before. --Lee |