|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
ok to use vcbuild.exe tool ?Hi,
in cws python26, I use $(COMPATH)/vcpackages/vcbuild.exe pcbuild.sln "Release|Win32" to build python 2.6.1 (using Visual C++ 9.0 Express Edition). Is it ok to use the vcbuild.exe tool (seems, that python would be the first to use it) ? Is it available within all windows build environments ? To me, it seems to be by far the easiest way to build this stuff ... Bye, Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
|
|
|
Re: ok to use vcbuild.exe tool ?Hi,
in my environment, the vcbuild.exe simply crashes when using the -useenv switch. Why do you want to use it ? For me, python builds fine without using -useenv ... Bye, Joerg Oliver Bolte wrote: > Hi Joerg, > > Joerg Budischewski wrote: > >> Hi, >> >> in cws python26, I use >> >> $(COMPATH)/vcpackages/vcbuild.exe pcbuild.sln "Release|Win32" >> >> to build python 2.6.1 (using Visual C++ 9.0 Express Edition). Is it ok >> to use the vcbuild.exe tool (seems, that python would be the first to >> use it) ? Is it available within all windows build environments ? >> > > I've checked out your CWS changes in python and tried to build it by > using the switch "-useenv" for the vcbuild.exe tool. > > During the build of "make_buildinfo" I got following errors: > > unresolved external symbol __imp__RegQueryValueExA@24 > unresolved external symbol __imp__RegOpenKeyA@12 > > Oliver > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |