Re: [Factor-talk] Fatal error LNK1123 (?) on Windows build

2014-06-16 Thread Jason Check
Sorry Doug, for some reason I thought it was a factor related error so I only searched the mail archive. OK, I solved that issue by following the directions from the link Doug posted.* Unfortunately, now it hangs during the bootstrapping process link /nologo shell32.lib /safeseh

[Factor-talk] Fatal error LNK1123 (?) on Windows build

2014-06-15 Thread Jason Check
Hello all, I'm trying to compile factor and I've run into an error. Creating library factor.lib and object factor.exp LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or c orrupt NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 10.0

Re: [Factor-talk] Fatal error LNK1123 (?) on Windows build

2014-06-15 Thread Doug Coleman
Have you googled the error? I've compiled Factor on Windows on at least 20 machines over the years and have never run into this error. Looks like this might solve it? http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval Lemme