#62: Fail to make on fedora core 5
--------------------------+-------------------------------------------------
       Id:  62            |      Status:  new                     
Component:  PyInstaller   |    Modified:  Sun Jul 16 00:16:33 2006
 Severity:  major         |   Milestone:  PyInstaller 1.0         
 Priority:  normal        |     Version:  PyInstaller             
    Owner:  giovannibajo  |    Reporter:  openticket              
--------------------------+-------------------------------------------------
 [EMAIL PROTECTED] opt]# wget
 http://pyinstaller.hpcf.upr.edu/source/1.2/pyinstaller_1.2.tar.gz

 --00:09:26--
 http://pyinstaller.hpcf.upr.edu/source/1.2/pyinstaller_1.2.tar.gz
            => `pyinstaller_1.2.tar.gz'
 Resolving pyinstaller.hpcf.upr.edu... 136.145.54.41
 Connecting to pyinstaller.hpcf.upr.edu|136.145.54.41|:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 1,090,378 (1.0M) [application/x-gzip]

 100%[====================================================================>]
 1,090,378    301.94K/s    ETA 00:00

 00:09:31 (261.36 KB/s) - `pyinstaller_1.2.tar.gz' saved [1090378/1090378]

 [EMAIL PROTECTED] opt]# tar xvf pyinstaller_1.2.tar.gz

 [snip..]

 [EMAIL PROTECTED] opt]# cd pyinstaller_1.2/source/linux/

 [EMAIL PROTECTED] linux]# ./Make.py

 bash: ./Make.py: Permission denied

 [EMAIL PROTECTED] linux]# chmod 777 Make.py

 [EMAIL PROTECTED] linux]# ./Make.py

 Now run "make" to build the targets: ../../support/loader/run
 ../../support/loader/run_d

 [EMAIL PROTECTED] linux]# make

 gcc -pthread  -I/usr/include -I/usr/include/python2.4 -I../common -DNDEBUG
 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-
 unwind-tables -D_GNU_SOURCE -fPIC -fno-strict-aliasing -DNDEBUG -O2 -g
 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-
 unwind-tables -D_GNU_SOURCE -fPIC -DHAVE_WARNINGS -c getpath.c -o
 getpath.o

 getpath.c:39:20: error: Python.h: No such file or directory

 getpath.c:40:20: error: osdefs.h: No such file or directory

 getpath.c:54: error: ‘MAXPATHLEN’ undeclared here (not in a function)

 getpath.c: In function ‘reduce’:

 getpath.c:63: error: ‘SEP’ undeclared (first use in this function)

 getpath.c:63: error: (Each undeclared identifier is reported only once

 getpath.c:63: error: for each function it appears in.)

 getpath.c: In function ‘joinpath’:

 getpath.c:135: error: ‘SEP’ undeclared (first use in this function)

 getpath.c: In function ‘calculate_path’:

 getpath.c:152: warning: implicit declaration of function
 ‘Py_GetProgramName’

 getpath.c:152: warning: initialization makes pointer from integer without
 a cast

 getpath.c:159: error: ‘SEP’ undeclared (first use in this function)

 getpath.c:169: warning: implicit declaration of function ‘getenv’

 getpath.c:169: warning: assignment makes pointer from integer without a
 cast

 getpath.c:177: error: ‘DELIM’ undeclared (first use in this function)

 getpath.c:197: warning: implicit declaration of function ‘free’

 getpath.c:157: warning: unused variable ‘numchars’

 getpath.c:153: warning: unused variable ‘argv0_path’

 getpath.c: In function ‘Py_GetProgramFullPath’:

 getpath.c:269: warning: control reaches end of non-void function

 getpath.c: In function ‘Py_GetPrefix’:

 getpath.c:253: warning: control reaches end of non-void function

 make: *** [getpath.o] Error 1

 [EMAIL PROTECTED] linux]#

-- 
Ticket URL: <http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi/ticket/62>
PyInstaller <http://pyinstaller.hpcf.upr.edu>
PyInstaller

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to