Re: [Doxygen-users] doxygen in MacOS

2012-12-06 Thread Shiyuan
> Did you try my DMG test? Yes. I don't see the option HFS, so I tried MacOS Extended Case sensitive Journaled. But it doesn't solve the problem. -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remo

Re: [Doxygen-users] doxygen in MacOS

2012-12-05 Thread Warren Young
On 12/4/2012 19:10, Shiyuan wrote: >> >> Note that there is a config option called CASE_SENSE_NAMES which comes with >> the tip >> "Windows and Mac users are advised to set this option to NO." > > Thank you for the reply. But this itself doesn't solve the problem. > Any else to try? Did you try

Re: [Doxygen-users] doxygen in MacOS

2012-12-04 Thread Shiyuan
> > Note that there is a config option called CASE_SENSE_NAMES which comes with > the tip > "Windows and Mac users are advised to set this option to NO." > Thank you for the reply. But this itself doesn't solve the problem. Any else to try? --

Re: [Doxygen-users] doxygen in MacOS

2012-12-03 Thread Dimitri van Heesch
On Dec 3, 2012, at 20:32 , Warren Young wrote: > 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

Re: [Doxygen-users] doxygen in MacOS

2012-12-03 Thread Warren Young
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 dist

[Doxygen-users] doxygen in MacOS

2012-12-02 Thread Shiyuan
Hi all, When I run a Doxyfile on a c/c++ source code directory in Linux to generate html files, I have what I expect---for every c++ class/function, it contains the link to the corresponding .C/.h files . However, when I run the same Doxyfile on the same c/c++ source dode directory in MacOS,