Torsten wrote:> I'm trying to debug a wine bug with the java runtime environment.
That would be
http://bugs.winehq.org/show_bug.cgi?id=8060
Nice test case, by the way!
>I'm now in the native c++ code and have the problem, that there are no
debug
>symbols available. As the source is available, I had the idea to compile it
>myself with debug symbols but I have no idea how to start compiling this
>under linux+wine. Has someone done this before and give me some hints?
I've never built it myself, but my hunch is,
better to compile it under Windows. Yes, I know, you'd
rather do it under Linux, but that's not a battle you
want to fight, I think. Use VMWare if you have to.
BTW if you're trying to fix wine, wine-devel is probably
a better mailing list.
- Dan