Looks like you are trying to compile Unicon using a Unix configuration of the source. The step you should perform are: - go to the unicon root directory - nmake nt-configure (or nmake W-Configure) - nmake Unicon
On Mon, 8 Apr 2002, Art Eschenlauer wrote: > Date: Mon, 8 Apr 2002 16:34:49 -0500 > From: Art Eschenlauer <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Unicon-group] How to build Unicon for Windows > > I'd like to build Unicon for windows to get the latest and greatest > features. > > I have installed on my PC: > * MS VC++ 6.0 > * mingw32 > * cygwin > > I could not get it to make with nmake and VC++ because of lack of sh, rm, > etc. > > When I tried to make it with mingw32, I got the following errors: > > ../../bin/rtt -x rsys.r > rtt: File rsys.r; Line 1201: syntax error > make[3]: *** [xrsys.o] Error -1 > > and later > > c:\usr\local\mingw\bin\make.exe[1]: Entering directory > `c:/usr/build/unicon/uni/unicon' > ../../bin/icont unicon.u unigram.u unilex.u tree.u preproce.u idol.u > unix.u tokens.u yyerror.u > Linking: > Tried to open iconx.exe to build .exe, but couldn't > 1 errors > c:\usr\local\mingw\bin\make.exe[1]: *** [unicon] Error -1 > > Any suggestions? Do you wanna see the whole darn log of the make operation > (I can email it to you)? > > _______________________________________________ > Unicon-group mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/unicon-group > > Sponsored by http://www.ThinkGeek.com/ > > Federico Balbi University of Texas at San Antonio [EMAIL PROTECTED] http://www.cs.utsa.edu/~fbalbi _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
