qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] Add information how to fix common build error on Windows


From: Michael Tokarev
Subject: Re: [PATCH v2] Add information how to fix common build error on Windows in symlink-install-tree
Date: Thu, 18 May 2023 10:16:06 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

05.05.2023 00:11, Mateusz Krawczuk wrote:
..
      except BaseException as e:
          if not isinstance(e, OSError) or e.errno != errno.EEXIST:
+            if os.name == 'nt':
+                print('Please enable Developer Mode to support soft link '
+                      'without Administrator permission')
              print(f'error making symbolic link {dest}', file=sys.stderr)
              raise e

FWIW, can't we get rid of symlinks entirely? It smells like this
should be possible with meson.

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]