Skip to content

Bugfix/typo in header file#5

Merged
StephenCWills merged 2 commits into
sttp:mainfrom
OracleE3:bugfix/typo-in-header-file
Sep 26, 2025
Merged

Bugfix/typo in header file#5
StephenCWills merged 2 commits into
sttp:mainfrom
OracleE3:bugfix/typo-in-header-file

Conversation

@OracleE3
Copy link
Copy Markdown

I fixed a tiny typo in the Convert.h header file that broke the build. This fix allows the following build to work on Ubuntu 22.04. There's some kind of gremlin on Ubuntu 24.04 that quietly prevents the examples from fully working (they mostly work, but published measurements are never received).

cmake -S . -B build
cd build
make -j$(($(nproc) - 2))
make -j$(($(nproc) - 2)) samples
cd ./src/Samples
# On one shell
./SimplePublish 12345
# On another shell
./SimpleSubscribe localhost 12345

@OracleE3
Copy link
Copy Markdown
Author

Cool! Mind merging, @StephenCWills? Or do we need @ritchiecarroll?

@StephenCWills
Copy link
Copy Markdown
Contributor

I don't think we need Ritchie. I thought I might wait until next week to merge since Ritchie is out of the office, but I already verified the fix to the header file is correct. In the unlikely event that he has comments about the .gitignore changes, we can submit a follow-up PR. So I think I will merge after all.

@StephenCWills StephenCWills merged commit 0164485 into sttp:main Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants