anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

setting compiler path #109

Closed anb0s closed 8 years ago

anb0s commented 9 years ago

Original Savannah ticket 3119 reported by None on Tue Apr 04 15:17:33 2006.

Hi,

I am unable to set a valid compiler path for eclox. I'm using the latest eclox with Eclipse SDK, Version: 3.1.2, Build id: M20060118-160 running under Mac OS X 10.3.9 (7W98), Kernel Version: Darwin 7.9.0. ( I get the same error on a second machine running OS X 10.4.5).

When I browse for the compiler path under /Preferences and enter /Applications/Doxygen.app, I get this error: "Value must be an existing file". What am I doing wrong? Am I correct in assuming that the "compiler" is Doxygen or do you mean the gcc compiler or ?

Thanks, Steve

anb0s commented 9 years ago

Comment by gbrocker on Tue Apr 04 15:12:14 2006

Well, I don't have any MacOSX computer to perform some testings. Although, I asked a Mac and here is what I understood.

/Applications/Doxygen.app is not the path to doxygen application binary, but the path to the doxygen application package. It is a directory. You have to browse in it to search for the real doxygen binary. You should find it in the Contents/MacOSX sub-directory.

In fact, by "compiler", I mean doxygen.

I think I will add a new entry in the FAQ.

anb0s commented 9 years ago

Comment by gbrocker on Tue Apr 04 15:17:33 2006

This item has been reassigned from the project eclox bugs tracker to your tracker.

The original report is still available at bugs #5563

Following are the information included in the original report:

[field #0] Item ID: 5563
[field #1] Group ID: 119
[field #2] Open/Closed: Open
[field #3] Severity: 5 - Blocker
[field #4] Privacy: Public
[field #6] Category: None
[field #7] Submitted by: None
[field #8] Assigned to: gbrocker
[field #9] Submitted on: vendredi 24.03.2006 23:34
[field #10] Summary: setting comiler path
[field #11] Original Submission: Hi,

I am unable to set a valid compiler path for eclox. I m using the latest eclox with Eclipse SDK, Version: 3.1.2, Build id: M20060118-160 running under Mac OS X 10.3.9 (7W98), Kernel Version: Darwin 7.9.0. ( I get the same error on a second machine running OS X 10.4.5).

When I browse for the compiler path under /Preferences and enter /Applications/Doxygen.app, I get this error: "Value must be an existing file". What am I doing wrong? Am I correct in assuming that the "compiler" is Doxygen or do you mean the gcc compiler or ?

Thanks, Steve
[field #13] Item Group: None
[field #14] Status: None
[field #15] Component Version: None
[field #16] Operating System: None
[field #17] Reproducibility: None
[field #18] Size (loc): None
[field #19] Fixed Release: None
[field #20] Planned Release: None
[field #21] Effort: 0.00
[field #25] Priority: 5 - Normal
[field #28] Percent Complete: 0%
[field #30] Release: None
[field #33] Originator Email: aulenbac@ucar.edu
[field #55] Custom Select Box #1: None
[field #56] Custom Select Box #2: None
[field #57] Custom Select Box #3: None
[field #58] Custom Select Box #4: None
[field #59] Custom Select Box #5: None
[field #60] Custom Select Box #6: None
[field #61] Custom Select Box #7: None
[field #62] Custom Select Box #8: None
[field #63] Custom Select Box #9: None
[field #64] Custom Select Box #10: None

anb0s commented 9 years ago

Comment by gbrocker on Tue Apr 04 15:18:52 2006

Add support for Mac specific application handling.

anb0s commented 8 years ago

should work