Try
using any decent text editor like PFE32 and do a global search and replace....
or write a small piece of code which identifies path strings and replaces the \
for /... thats it = )
Mike
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul M. Sirianni
Sent: Wednesday, July 26, 2000 9:18 AM
To: [EMAIL PROTECTED]
Subject: Win32 compile problemI am installing the Win32 version of OpenSSL on a Windows NT 4.0 SP5 machine. I am using Borland C++ Builder 5 for the compile. I ran bcb4.bat and it worked with no errors. Then I ran GNU Make (make -f bcb.mak). It churned out the header files but as soon as it hit the c files the following error occurred.bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus -w-p
ar -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\crypto\cr
yptlib.c
Error E2194: Could not find file '.cryptocryptlib.c'
make: *** [tmp32\cryptlib.obj] Error 1After looking at the bcb.mak file I found that the compiler (bcc32) does not recognize the \ symbol as a directory separator. I conducted an experiment where I changed the \ to / for the file in the above error. This fixed the problem for that file but the next file in the list caused the same error. I am looking for an easy fix. The obvious thing to do is go into the bcb.mak file and change all of the \ to /. However, I do not have that kind of time for that file is huge. If anyone can be of assistance I would greatly appreciate it.
Thanks,
Paul M. Sirianni