-
Notifications
You must be signed in to change notification settings - Fork 27
Updates tooling to build against SDL2. Removes CW clicking. Adds SK. #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vquintans
wants to merge
17
commits into
WardCunningham:master
Choose a base branch
from
vquintans:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ot problems building
Updates Makefile to use SDL2 Updates help.py to use recent python Changes to dynamic build Fixes int to char conversion warning Updates README
And dynamically link
eliminated CW clicking
|
Thanks!
…Sent from my iPhone
On Feb 12, 2022, at 09:10, Vicente Quintans ***@***.***> wrote:
Hi, I have just updated the makefile to build against SDL2. I think there have not been a SDL 1 release since 2013.
In modern linux static libraries are not installed by default and also have to change to dynamically link in linux. (I tried to statically link against SDL2 but couldn't fix some linking issues against libibus and libdbus)
At the same time I merged some commits from Gareth Howell, Jazzkutya and n8henrie:
n8henrie now compiles and runs on MacOs 10.15.3
jazzkutya: eliminated CW clicking
Gareth Howell: add SK
Feell free to comment, reject or ask only for a subset of this changes.
Regards.
You can view, comment on, or merge this pull request online at:
#9
Commit Summary
413d8b6 eliminated CW clicking
c434945 changed linux target m to produce dynamic linked binary otherwise i got problems building
eae5f84 added a .gitignore
915301b gitignore
ff43383 High Sierra
cec9354 High Sierra
af32ed5 more ignores
497154b more ignores
8e934be only m.cxx
13637e0 Add SK
b835652 Adjust default speed and tone
080eae1 Now compiles and runs on MacOs 10.15.3
467704d Updates tooling to build with modern Linux
68c61dc README markdown formatting
ad6ace7 Merge 'n8henrie/master' compiles on MacOs 10.15.3
12a8a0b Merge 'garethhowell/master'
3c26f17 Merge remote-tracking branch 'jazzkutya/master'
File Changes (9 files)
D README (11)
A README.md (32)
A src/.gitignore (7)
M src/Codebox.cxx (2)
M src/Cw.cxx (40)
M src/Cw.h (10)
M src/Makefile (57)
M src/help.py (12)
M src/m.fl (32)
Patch Links:
https://github.com/WardCunningham/morse/pull/9.patch
https://github.com/WardCunningham/morse/pull/9.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I have just updated the makefile to build against SDL2. I think there have not been a SDL 1 release since 2013.
In modern linux static libraries are not installed by default and also have to change to dynamically link in linux. (I tried to statically link against SDL2 but couldn't fix some linking issues against libibus and libdbus)
At the same time I merged some commits from Gareth Howell, Jazzkutya and n8henrie:
Feell free to comment, reject or ask only for a subset of this changes.
Regards.