openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

Can't Run on Windows #345

Closed danzeeeman closed 2 months ago

danzeeeman commented 6 months ago

danm@DESKTOP-ERAJ33U /cygdrive/e/of_v0.12.0_vs_release/of_v0.12.0_vs_release/apothecary $ ./apothecary/apothecary --help ./apothecary/apothecary: line 25: $'\r': command not found ./apothecary/apothecary: line 28: $'\r': command not found ./apothecary/apothecary: line 30: $'\r': command not found ./apothecary/apothecary: line 34: $'\r': command not found ./apothecary/apothecary: line 37: $'\r': command not found ./apothecary/apothecary: line 41: $'\r': command not found ./apothecary/apothecary: line 44: $'\r': command not found ./apothecary/apothecary: line 46: $'\r': command not found ./apothecary/apothecary: line 51: $'\r': command not found ./apothecary/apothecary: line 54: $'\r': command not found ./apothecary/apothecary: line 57: $'\r': command not found ./apothecary/apothecary: line 60: $'\r': command not found ./apothecary/apothecary: line 63: $'\r': command not found ./apothecary/apothecary: line 67: $'\r': command not found ./apothecary/apothecary: line 72: syntax error near unexpected token fi' '/apothecary/apothecary: line 72:fi;

danoli3 commented 6 months ago

Please use bleeding branch.

Windows works I’ve been building all day on windows

On Tue, 13 Feb 2024 at 4:00 am, Dan Moore @.***> wrote:

@.*** /cygdrive/e/of_v0.12.0_vs_release/of_v0.12.0_vs_release/apothecary $ ./apothecary/apothecary --help ./apothecary/apothecary: line 25: $'\r': command not found ./apothecary/apothecary: line 28: $'\r': command not found ./apothecary/apothecary: line 30: $'\r': command not found ./apothecary/apothecary: line 34: $'\r': command not found ./apothecary/apothecary: line 37: $'\r': command not found ./apothecary/apothecary: line 41: $'\r': command not found ./apothecary/apothecary: line 44: $'\r': command not found ./apothecary/apothecary: line 46: $'\r': command not found ./apothecary/apothecary: line 51: $'\r': command not found ./apothecary/apothecary: line 54: $'\r': command not found ./apothecary/apothecary: line 57: $'\r': command not found ./apothecary/apothecary: line 60: $'\r': command not found ./apothecary/apothecary: line 63: $'\r': command not found ./apothecary/apothecary: line 67: $'\r': command not found ./apothecary/apothecary: line 72: syntax error near unexpected token fi' '/apothecary/apothecary: line 72: fi;

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/apothecary/issues/345, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HBFHFODV3WJI6JRGOTYTJDD5AVCNFSM6AAAAABDFCFFCKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTANJWGQ4DSMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

danoli3 commented 6 months ago

Maybe best to download apothecary bleeding zip from here and drop it in your release folder.

I don’t think currently apothecary is shipped with nightlys until it’s usable.

We a few days off now fully documented and cross platform. If you would like to test poco libs compiled with vs2022 let me know

On Tue, 13 Feb 2024 at 5:34 am, Dan Rosser @.***> wrote:

Please use bleeding branch.

Windows works I’ve been building all day on windows

On Tue, 13 Feb 2024 at 4:00 am, Dan Moore @.***> wrote:

@.*** /cygdrive/e/of_v0.12.0_vs_release/of_v0.12.0_vs_release/apothecary $ ./apothecary/apothecary --help ./apothecary/apothecary: line 25: $'\r': command not found ./apothecary/apothecary: line 28: $'\r': command not found ./apothecary/apothecary: line 30: $'\r': command not found ./apothecary/apothecary: line 34: $'\r': command not found ./apothecary/apothecary: line 37: $'\r': command not found ./apothecary/apothecary: line 41: $'\r': command not found ./apothecary/apothecary: line 44: $'\r': command not found ./apothecary/apothecary: line 46: $'\r': command not found ./apothecary/apothecary: line 51: $'\r': command not found ./apothecary/apothecary: line 54: $'\r': command not found ./apothecary/apothecary: line 57: $'\r': command not found ./apothecary/apothecary: line 60: $'\r': command not found ./apothecary/apothecary: line 63: $'\r': command not found ./apothecary/apothecary: line 67: $'\r': command not found ./apothecary/apothecary: line 72: syntax error near unexpected token fi' '/apothecary/apothecary: line 72: fi;

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/apothecary/issues/345, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HBFHFODV3WJI6JRGOTYTJDD5AVCNFSM6AAAAABDFCFFCKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTANJWGQ4DSMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

danzeeeman commented 6 months ago

this poco and openssl should work now https://drive.google.com/drive/folders/1koqR6sytOHbuW5aS-QWE9bS_xvXm-q0Q?usp=drive_link

danoli3 commented 2 months ago

Also for anyone finding this, use Git Bash or Windows Bash and it sorts it out all