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

Build Script not working. #1

Open
sebastiansam55 opened this issue Mar 24, 2021 · 2 comments
Open

Build Script not working. #1

sebastiansam55 opened this issue Mar 24, 2021 · 2 comments

Comments

@sebastiansam55
Copy link

The build script references a "Source/DigitViewer" folder which no longer appears to exist.

When I updated these lines to use the DigitViewer2 location the compiler started throwing the following error;

Compiling 17-SKX (x64 AVX512BW)...
In file included from ../Source/PublicLibs/SystemLibs/Environment/Environment.cpp:20,
                 from ../Source/PublicLibs/SystemLibs/SMC_PublicSystemLibs.cpp:23,
                 from ../Source/PublicLibs/SMC_PublicLibs.cpp:17:
../Source/PublicLibs/SystemLibs/Environment/Environment_Linux.ipp:26:10: fatal error: PublicLibs/SystemLibs/Time/Time.h: No such file or directory
   26 | #include "PublicLibs/SystemLibs/Time/Time.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

One for each of the g++ commands.

Trying to figure it but not having any luck at the moment.

@Mysticial
Copy link
Owner

oof... You can tell I don't maintain the Linux paths very well.

I see what the problem is. The Digit Viewer no longer needs the time library so I nuked from the repo. The Linux one apparently still does.

Time is only used to calibrate some timer which isn't used by the Digit Viewer so it can be removed. But it's sitting in that common "Environment" folder.

The time library does exist in the other repo: https://github.com/Mysticial/y-cruncher/tree/master/trunk/Source/PublicLibs/SystemLibs/Time

I just need to decide whether to pull it back in here, or cut it out of the file to avoid the dependency.

@Mysticial
Copy link
Owner

Dusted off the code and pushed latest with some fixes for Linux. Try now.

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

No branches or pull requests

2 participants