Okay, I figured out the problem.  Here's what happened:

1. Downloaded fltk-1.1.9 source tarball onto Linux computer.
2. untarred source code into an SVN source tree.
3. built FLTK, in the source tree.

   -- On Linux, this creates copies of each header file
      in the Fl/ directory, so that there's a .H and a .h
      version.

4. added the code to svn, and checked it in.
5. Realized that I'd accidentally checked in built files,
   (.o, .a, etc.), so deleted what I thought were all of the
   built files, and checked in the deletion.

   -- My mistake here: I didn't realize that some of the
   .h / .H files were built files.

6. Tried to check out the code onto a Mac.  That's when I
   got the filename conflict.


Thanks everyone for the help.  I seem to have everything fixed now.

- Christian
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to