> 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
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
>
> 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?
--
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
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
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,