Skip to content
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

Update platform.cpp to fix compilation on FreeBSD #104

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

csavorgn
Copy link
Collaborator

Fix for using the correct syntax of strerror_r on FreeBSD

@ihedvall ihedvall merged commit b14d244 into ihedvall:main Aug 28, 2024
5 checks passed
@ihedvall
Copy link
Owner

Just some comments.

Both Linux and Mac OS are built upon FreeBSD. Mac OS is very close to BSD why developing on Mac and then move it to BSD, could be a good approach.

I have some daemons that works with MDF files. I'm currently moving them so they use the workflow and utility libraries. The UtilLib give system log and listen window support. The workflow library is an event triggered task list including a real-time database. The latter is not 100% true as it's a SQLite database for static information and just shared memory for values. So if you doing something for the open source market, it could be worth looking at.

@ihedvall
Copy link
Owner

I might have merged this too early. Sorry about that.

@csavorgn csavorgn deleted the freeBSD branch August 28, 2024 19:40
@csavorgn
Copy link
Collaborator Author

Basically I also wrote some sort of daemon which works with MDF files using the mdflib. It could be interesting to join efforts. Making the code I wrote open source is not a problem.

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