ModusCreateOrg / ModusCreateOrg/network-rgb-matrix-display

Unable to build client

Open
#13 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
CMake
Stars
12
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I am struggling to build the client.
Issues:

  • Need CMake 3.17, not CMake 3.14+
  • Had to manually disable SDL2 from CMake (maybe there was a command for this?)
  • CMake wanted to build example that does not exist (CMake indicated it should have been in examples, but I could not find it.)
  • CMake errors out during linking something about CMake -E (I just stopped at this point)

I am not a CMake guru, I disabled OpenSSL in my CMake 3.21 build from source. I changed it to use direct-draw-on-buffer, but it then complained about image.bmp. I tried commenting that out. This is on Linux.

I am trying to test my library against this code base. I found two bugs in server.
Issues:

  • Possible race condition using mFrameCount to switch buffers inside thread (rare)
  • Pixels per panel is not computed correctly: width * width (easy fix)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the CMake configuration and example references, then reproduce the Linux build using the reported CMake versions and options, including SDL2, OpenSSL, and direct-draw-on-buffer. After the build path is understood, inspect the server’s mFrameCount buffer switching and pixels-per-panel calculation. Done means the client builds successfully and the reported server problems are confirmed and resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp, linux
Domain
build-system, embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.