I think this is something I must be doing wrong, because I was able to compile the same version of chromium on a different computer than the one I'm working on now (both running win2k). It might have something to do with my cygwin settings, but nothing I've tried has worked.
I get this error on the first link (for crutil.dll):
Looks like you're building out of some directory in "Local Settings and Documents", a directory that has a space in it, and Cygwin is going bananas. I'd try moving your cr directory to something less confusing for cygwin like c:\cr.
-Greg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello again,
I think this is something I must be doing wrong, because I was able to compile the same version of chromium on a different computer than the one I'm working on now (both running win2k). It might have something to do with my cygwin settings, but nothing I've tried has worked.
I get this error on the first link (for crutil.dll):
LINK : fatal error LNK1104: cannot open file "c:\DOCUME~1\[my user account*]\Local"
make[3]: *** [../built/crutil/WIN_NT/crutil.dll] Error 2
make[2]: *** [dep] Error 2
make[1]: *** [util.subdir] Error 2
make: *** [threadsafe] Error 2
*I have substituted [my user account] in place of the real thing for this post
what is this file is looking for, and how can I help it find it? Thanks a million!
Looks like you're building out of some directory in "Local Settings and Documents", a directory that has a space in it, and Cygwin is going bananas. I'd try moving your cr directory to something less confusing for cygwin like c:\cr.
-Greg