On 12/2/2012 19:41, Shiyuan wrote:
>
> Any clue anything goes wrong in MacOS? Anything is missing? Thanks. Shiyuan

This smells like a file name case sensitivity problem.

By default, Mac systems use case-preserving but case-insensitive 
filesystems.  My guess is that Doxygen is having trouble distinguishing 
your *.C files from *.c files, and thereby doing the wrong thing.

It's easy to test.  Use Disk Utility to create a DMG, format it with 
HFS+ in *case-sensitive* mode, mount the DMG, check your project's 
source out into the DMG, and try the Doxygen step again.  If it works, 
you know it's the case sensitivity.  If it still fails, it's some other 
OS X specific problem.

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to