You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I recently downloaded the latest version of the project, but I encountered some compilation errors when trying to build it. I would greatly appreciate any assistance you can provide to help resolve these issues.
Compilation Errors: /deskhop/src/tasks.c: In function 'screensaver_jitter':
/deskhop/src/tasks.c:82:14: error: initializer element is not constant
.y = jitter_distance,
^~~~~~~~~~~~~~~
/deskhop/src/tasks.c:82:14: note: (near initialization for 'report.y')
CMakeFiles/deskhop.dir/build.make:242: recipe for target 'CMakeFiles/deskhop.dir/src/tasks.c.obj' failed
make[2]: *** [CMakeFiles/deskhop.dir/src/tasks.c.obj] Error 1
CMakeFiles/Makefile2:1495: recipe for target 'CMakeFiles/deskhop.dir/all' failed
make[1]: *** [CMakeFiles/deskhop.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
Thank you very much for your time and assistance. Any guidance on how to resolve these compilation errors would be highly appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I hope this message finds you well. I recently downloaded the latest version of the project, but I encountered some compilation errors when trying to build it. I would greatly appreciate any assistance you can provide to help resolve these issues.
Compilation Errors:
/deskhop/src/tasks.c: In function 'screensaver_jitter':
/deskhop/src/tasks.c:82:14: error: initializer element is not constant
.y = jitter_distance,
^~~~~~~~~~~~~~~
/deskhop/src/tasks.c:82:14: note: (near initialization for 'report.y')
CMakeFiles/deskhop.dir/build.make:242: recipe for target 'CMakeFiles/deskhop.dir/src/tasks.c.obj' failed
make[2]: *** [CMakeFiles/deskhop.dir/src/tasks.c.obj] Error 1
CMakeFiles/Makefile2:1495: recipe for target 'CMakeFiles/deskhop.dir/all' failed
make[1]: *** [CMakeFiles/deskhop.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
Thank you very much for your time and assistance. Any guidance on how to resolve these compilation errors would be highly appreciated.
The text was updated successfully, but these errors were encountered: