Menu

#9 Install problem,Cygwin,CDat 4.3, XPSP2, P4

open
nobody
5
2014-08-17
2008-07-25
No

I am trying to install CDAT 4.3, under Cygwin 3.4.4, Windows XP SP2, on a Dell Pentium 4 system. My uname -a gives: CYGWIN_NT-5.1 SweetLou 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
My problem is very similar to one posted on 12/7/07 although it is not clear to me, a rookie at this, that my situation is the same. Any help would be appreciated. The tail of the pysrc/build/python.LOG is:
enable-auto-image-base' OPT='-DNDEBUG -O' ./python.exe -E ./setup.py -q build;; \ *) CC='gcc' LDSHARED='gcc -shared -Wl,--enable-auto-image-base' OPT='-DNDEBUG -O' ./python.exe -E ./setup.py build;; \ esac
running build
running build_ext
db.h: found (4, 2) in /usr/include
db lib: using (4, 2) db-4.2
sqlite: found /usr/include/sqlite3.h
/usr/include/sqlite3.h: version 3.5.1
Traceback (most recent call last):
File "./setup.py", line 1535, in <module>
main()
File "./setup.py", line 1530, in main
'Lib/smtpd.py']
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/core.py", line 151, in setup
dist.run_commands()
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/command/build.py", line 112, in run
self.run_command(cmd_name)
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/distutils/command/build_ext.py", line 290, in run
self.build_extensions()
File "./setup.py", line 97, in build_extensions
self.detect_modules()
File "./setup.py", line 804, in detect_modules
sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))]
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/posixpath.py", line 119, in dirname
return split(p)[0]
File "/home/CDatsrc/CDAT-4.3/pysrc/build/Python-2.5.1/Lib/posixpath.py", line 77, in split
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
make: *** [sharedmods] Error 1
Python make failed.

Lou Umscheid

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.