The Artima Developer Community
Sponsored Link

Python Answers Forum
cc problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
vinod

Posts: 1
Nickname: vinodietk
Registered: Mar, 2005

cc problem Posted: Mar 24, 2005 5:47 AM
Reply to this message Reply
Advertisement
hi to all,
i am new in python & try to create an interface between
c++ & python.i run following command "python setup.py build
-cmingw32" it give following error

running build
running build_ext
building 'c:\hello' extension
swigging c:\hello.i to c:\hello_wrap.c
E:\SWIG-1.3.13\swig.exe -python -o c:\hello_wrap.c c:\hello.i
C:\Dev-C++\Bin\gcc.exe -mno-cygwin -mdll -O -Wall -IE:\Python23\include -IE:\Pyt
hon23\PC -c c:\hello_wrap.c -o c:\hello_wrap.o
c:\hello_wrap.c:163: warning: `SWIG_TypeDynamicCast' defined but not used
c:\hello_wrap.c:175: warning: `SWIG_TypeQuery' defined but not used
c:\hello_wrap.c:350: warning: `SWIG_addvarlink' defined but not used
c:\hello_wrap.c:403: warning: `SWIG_ConvertPtr' defined but not used
c:\hello_wrap.c:486: warning: `SWIG_ConvertPacked' defined but not used
writing c:\hello.def
cc -mno-cygwin -mdll -static --output-lib c:\libhello.a --def c:\hello.def -s c:
\hello_wrap.o c:\hello.o -LE:\Python23\libs -LE:\Python23\PCBuild -lpython23 -o
c:\hello.pyd
error: command 'cc' failed: No such file or directory

Topic: help... Previous Topic   Next Topic Topic: Writing web apps in python

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use