This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH win32/mingw32: jcf_open_exact_case prototype


>>>>> "Aaron" == Aaron W LaFramboise <aaronavay62@aaronwl.com> writes:

>> I think it would be better to #include "jcf.h".

Aaron> As I mentioned, that causes problems that I don't know how to fix.
Aaron> jcf.h seems to have some dependency on gtype or something else that it
Aaron> is not including.

Oops, sorry about that.

Aaron> Would you like me to get a copy of these errors?

Yes please.  Other files that include jcf.h do something like:

    #include "config.h"
    #include "system.h"
    #include "coretypes.h"
    #include "tm.h"
    #include "jcf.h"

So some subset of those files should suffice.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]