[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"gen-make.py --debug" with Python 3 fails with TypeError

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Wed, 22 Apr 2020 21:16:13 +0200

Running "gen-make.py --debug" with Python 3 fails with:

[[[
Traceback (most recent call last):
  File "gen-make.py", line 326, in <module>
    main(conf, gentype, skip_depends=skip, other_options=rest.list)
  File "gen-make.py", line 73, in main
    sorted_targets = list(target_dict.keys()); sorted_targets.sort()
TypeError: '<' not supported between instances of 'ObjectFile' and
'ObjectFile'
]]]

-- 
Johan
Received on 2020-04-22 21:16:30 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.