"Alex Vinokur" wrote in message news:[EMAIL PROTECTED]
>
> Windows 2000
> CYGWIN_NT-5.0 1.5.10-3 (0.116/4/2)
> gcj (GCC) 3.3.1 (cygming special)
>
>
> - Java code : File HelloWorld.java : BEGIN -
> public class HelloWorld
> {
> public sta
I fixed this problem by adding a dummy winmain to xmlparse.c
int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int
d);
int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int
d)
{
return 0;
}
Don't know the repercussions - if any.
Roy
- Original Message
Hallo Joshua,
Am Donnerstag, 28. August 2003 um 19:09 schriebst du:
> Hello
> I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep
> seeing the above error during the 'make' step. From what I've read on the
> mailing list, it's a linking problem, but I'm no developer. I nee
Joshua Lokken wrote:
> Hello
>
> I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep
> seeing the above error during the 'make' step.
Do you have a special need to to build your own version? (expat 1.95.6 is
available via the Cygwin mirror system; just install it via setup.e
4 matches
Mail list logo