Trouble building Python2.3.3c1 on WinXP: where's pythonnt_rc.h?

V

vincent wehren

Hi,

I'm running into trouble building Python2.3.3c1 from source on a Windows XP
machine.

I'm getting C:\Python-2.3.3c1\PC\python_nt.rc(14) : fatal error RC1015:
cannot open include file 'pythonnt_rc_d.h'

Is this some magic involving "make_versioninfo.dsw"?
What gives?
I am lost here...

Any pointers much appreciated.

Regards,

Vincent Wehren
 
T

Thomas Heller

vincent wehren said:
Hi,

I'm running into trouble building Python2.3.3c1 from source on a Windows XP
machine.

I'm getting C:\Python-2.3.3c1\PC\python_nt.rc(14) : fatal error RC1015:
cannot open include file 'pythonnt_rc_d.h'

Is this some magic involving "make_versioninfo.dsw"?
What gives?
I am lost here...

I assume you try to build from the tarball downloaded from
www.python.org.

This one has the problem (which will be fixed in 2.3.3 final) that the
make_versioninfo.dsp file has unix-style line endings, and MSVC refuses
to load the project file then. (The make_versioninfo project creates
the header file you mention).

Try to convert make_versioninfo.dsp to DOS stype line endings (loading
it into wordpad - not notepad - and saving it again is one possibility),
reload the workspace and it should build.

Thomas
 
V

vincent wehren

|
| > Hi,
| >
| > I'm running into trouble building Python2.3.3c1 from source on a Windows
XP
| > machine.
| >
| > I'm getting C:\Python-2.3.3c1\PC\python_nt.rc(14) : fatal error RC1015:
| > cannot open include file 'pythonnt_rc_d.h'
| >
| > Is this some magic involving "make_versioninfo.dsw"?
| > What gives?
| > I am lost here...
|
| I assume you try to build from the tarball downloaded from
| www.python.org.
|
| This one has the problem (which will be fixed in 2.3.3 final) that the
| make_versioninfo.dsp file has unix-style line endings, and MSVC refuses
| to load the project file then. (The make_versioninfo project creates
| the header file you mention).

Right on target. It works fine now...


Thanks Thomas!

Vincent



|
| Try to convert make_versioninfo.dsp to DOS stype line endings (loading
| it into wordpad - not notepad - and saving it again is one possibility),
| reload the workspace and it should build.
|
| Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,201
Latest member
KourtneyBe

Latest Threads

Top