mcuee

Results 3052 comments of mcuee

@ndim Unfortunately it does not work. ``` avr/avrdude_test > git clone https://github.com/ndim/avrdude.git avrdude_ndim Cloning into 'avrdude_ndim'... remote: Enumerating objects: 26637, done. remote: Counting objects: 100% (283/283), done. remote: Compressing objects:...

BTW, the Python detection problem under macOS also affect Homebrew formula if you want to build git main. The issue is a bit strange though. ``` avr/avrdude_test > brew info...

@ndim With Python Virtual Environment, it seems to work. ``` (py312venv) mcuee@Macmini avrdude_test/avrdude_ndim - (improve-autotools-build-part-3)> which python /Users/mcuee/build/python/py312venv/bin/python (py312venv) mcuee@Macmini avrdude_test/avrdude_ndim - (improve-autotools-build-part-3)> which swig /opt/homebrew/bin/swig (py312venv) mcuee@Macmini avrdude_test/avrdude_ndim -...

@ndim I think your change is useful for Python Virtual Environment. git main does not work but your branch works fine. ``` (py310venv) mcuee@Macmini avrdude_test/avrdude_ndim - (improve-autotools-build-part-3)> which python3 /Users/mcuee/build/python/py310venv/bin/python3...

Related issues: * https://github.com/avrdudes/avrdude/issues/1946 * https://github.com/avrdudes/avrdude/issues/1797

> For cases where you do not want to build the swig/python/avrdude-gui things at all, my quick hack workaround is to run > > ``` > sed -i 's|^find_package(SWIG|# find_package(SWIG|'...

The build itself is okay. I will manually upload the binaries (Windows only) to the release page. The others are just for the CI run and will normally not work...

Related issues: * https://github.com/avrdudes/avrdude/issues/1914 * https://github.com/avrdudes/avrdude/issues/1946 Other potentially related issues: * https://github.com/avrdudes/avrdude/issues/1797 Original merged PR * https://github.com/avrdudes/avrdude/pull/1714

Close this for now as it is not ready and I have not figured out the way to go. I may create a seperate PR just for the second portion.