Search Criteria
Package Details: python-pyfltk 1.3.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyfltk.git (read-only, click to copy) |
---|---|
Package Base: | python-pyfltk |
Description: | A Python wrapper for the Fast Light Tool Kit library |
Upstream URL: | http://pyfltk.sourceforge.net/ |
Licenses: | LGPL |
Submitter: | cmsigler |
Maintainer: | cmsigler |
Last Packager: | cmsigler |
Votes: | 1 |
Popularity: | 0.000004 |
First Submitted: | 2020-10-20 10:41 (UTC) |
Last Updated: | 2022-11-25 11:48 (UTC) |
Latest Comments
flome commented on 2023-04-08 12:07 (UTC)
running swig Using default location for FLTK! Running command: ['swig', '-w302', '-w312', '-w325', '-w362', '-w389', '-w401', '-w473', '-w509', '-I./swig', '-I/usr/include', '-DFL_EXPORT', '-DPYTHON', '-DPYTHON3', '-py3', '-c++', '-python', '-shadow', '-fastdispatch', '-outdir', 'fltk', '-o', 'fltk/fltk_wrap.cpp', './swig/fltk.i'] Deprecated command line option: -py3. Ignored, this option is no longer supported. /usr/include/FL/Fl_Export.H:35: Error: Macro 'FL_EXPORT' redefined, :1: Error: previous definition of 'FL_EXPORT'. Traceback (most recent call last): File "/home/archie/arch_packages/python-pyfltk/src/pyFltk-1.3.8/setup.py", line 325, in <module> setup (cmdclass={ File "/home/archie/.local/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 148, in setup return run_commands(dist) File "/home/archie/.local/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 163, in run_commands dist.run_commands() File "/home/archie/.local/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 967, in run_commands self.run_command(cmd) File "/home/archie/.local/lib/python3.10/site-packages/setuptools/dist.py", line 1229, in run_command super().run_command(command) File "/home/archie/.local/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 986, in run_command cmd_obj.run() File "/home/archie/arch_packages/python-pyfltk/src/pyFltk-1.3.8/setup.py", line 307, in run subprocess.check_call(command) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['swig', '-w302', '-w312', '-w325', '-w362', '-w389', '-w401', '-w473', '-w509', '-I./swig', '-I/usr/include', '-DFL_EXPORT', '-DPYTHON', '-DPYTHON3', '-py3', '-c++', '-python', '-shadow', '-fastdispatch', '-outdir', 'fltk', '-o', 'fltk/fltk_wrap.cpp', './swig/fltk.i']' returned non-zero exit status 1. ==> ERROR: A failure occurred in package(). Aborting...