Re: [Pyobjc-dev] modified pyobjc module
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2001-03-30 23:41:48
|
Yeah-- you need to add '.m' to the list of extensions in unixcompiler.py in distutils. I'll submit a patch to sourceforge shortly unless someone beats me to it. From: "Steven D. Majewski" <sd...@mi...> Date: 2001-03-30 18:02:46 -0500 To: Bill Bumgarner <bb...@co...> Subject: Re: [Pyobjc-dev] modified pyobjc module cc: pyo...@li... In-Reply-To: <0GA...@mt...> List-Id: python<->ObjC module dev discussion <pyobjc-dev.lists.sourceforge.net> List-Post: <mailto:pyo...@li...> X-BeenThere: pyo...@li... List-Unsubscribe: <http://lists.sourceforge.net/lists/listinfo/pyobjc-dev>,<mailto:pyo...@li...?subject=unsubscribe> List-Help: <mailto:pyo...@li...?subject=help> X-Mailman-Version: 2.0.3 List-Archive: <http://lists.sourceforge.net/archives//pyobjc-dev/> List-Subscribe: <http://lists.sourceforge.net/lists/listinfo/pyobjc-dev>,<mailto:pyo...@li...?subject=subscribe> MMDF-Warning: Parse error in original version of preceding line at mail.virginia.edu On Sat, 17 Mar 2001, Bill Bumgarner wrote: > I moved the module over to using the distutils form of build system. It > is much easier to maintain, has a better chance of portability and gives > us the ability to build source and binary distribution archives > trivially. Bill -- when I do a "python setup.py build" with this new setup, I get: running build running build_ext building 'pyobjc' extension Traceback (most recent call last): File "setup.py", line 23, in ? ext_modules = [Extension("pyobjc", sourceFiles)], File "/usr/local/lib/python2.1/distutils/core.py", line 157, in setup raise SystemExit, "error: " + str(msg) SystemExit: error: unknown file type '.m' (from 'OC_PythonBundle.m') -- Steve Majewski _______________________________________________ Pyobjc-dev mailing list Pyo...@li... http://lists.sourceforge.net/lists/listinfo/pyobjc-dev |