I'm trying to compile Chromium with cygwin on a Win 2K computer. I get the following error:
Linking ../built/crutil/WIN_NT/crutil.dll
LINK : fatal error LNK1181: cannot open input file 'user32.lib'
i've tried about everything from copying user32.lib everywhere to changing the path in cygwin.
anyone know how to fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to compile Chromium with cygwin on a Win 2K computer. I get the following error:
Linking ../built/crutil/WIN_NT/crutil.dll
LINK : fatal error LNK1181: cannot open input file 'user32.lib'
i've tried about everything from copying user32.lib everywhere to changing the path in cygwin.
anyone know how to fix this?
nm, found it
you have to set the lib environmental variable in windows to include the directory that contains "user32.lib"
greetz