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

hardcoded path in monobuild.sh #1

Open
paulfwhite opened this issue Mar 10, 2020 · 2 comments
Open

hardcoded path in monobuild.sh #1

paulfwhite opened this issue Mar 10, 2020 · 2 comments

Comments

@paulfwhite
Copy link

There is hardcoded MONO_PATH in the monobuild.sh script

[paul@ckrs_linux Preprocess]$ pwd
/home/paul/playback-src-2.4.9/main/Preprocess
[paul@ckrs_linux Preprocess]$ ./monobuild.sh
'/home/ingres/patse03/playback-2.4.9/main/Preprocess/Preprocess/lib' in MONO_PATH doesn't exist or has wrong permissions.
./Preprocess/Parser/ParserSC930v0.cs(757,20): warning CS0219: The variable paramHeader' is assigned but its value is never used ./Preprocess/Parser/ParserSC930v0.cs(758,20): warning CS0219: The variable paramValue' is assigned but its value is never used
Compilation succeeded - 2 warning(s)

[paul@ckrs_linux Preprocess]$ more monobuild.sh
export MONO_PATH=/home/ingres/patse03/playback-2.4.9/main/Preprocess/Preprocess/lib

@paulfwhite
Copy link
Author

I changed the path to the currently installed directory.

@paulfwhite
Copy link
Author

Confirmed this is still a problem in 2.5.1

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

1 participant