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

Need help building with docker #179

Open
rani-sharim opened this issue Dec 3, 2024 · 0 comments
Open

Need help building with docker #179

rani-sharim opened this issue Dec 3, 2024 · 0 comments

Comments

@rani-sharim
Copy link

rani-sharim commented Dec 3, 2024

I'm getting a build error when trying to run docker build

If I clone the repo I get

 > [stage-0 14/14] RUN bjam linkflags=-static-libstdc++ variant=release -q --toolset=gcc     cxxflags='-DREDEMPTION_DISABLE_NO_BOOST_PREPROCESSOR_WARNING' cxx-lto=on     -s NO_FFMPEG=1 -s FORCE_LOGPRINT=1     --prefix=/usr/local     -sETC_PREFIX=/usr/local/etc/rdpproxy     -sVAR_PREFIX=/usr/local/etc/rdpproxy/var     -sPID_PATH=/usr/local/etc/rdpproxy/var/pid     -sSESSION_PREFIX=/usr/local/etc/rdpproxy/var/lib/redemption     install && echo "done":                                                                                                                                                               
0.462 error: Unable to find file or target named
0.462 error:     './projects/ppocr/ppocr/box_char/box.cpp'
0.462 error: referred to from project at
0.462 error:     '.'

I looked at older issues and tried

git submodule update --init

But it doesn't seem like it has any effect anymore.

I also tried the 10/9 release, then I get

 > [stage-0 7/8] RUN bjam linkflags=-static-libstdc++ variant=release -q --toolset=gcc cxxflags='-DREDEMPTION_DISABLE_NO_BOOST_PREPROCESSOR_WARNING' rdpproxy:                                              
0.514 error: Unable to find file or target named                                                                                                                                                            
0.514 error:     'modules/ppocr/src/ppocr/strategies/agravity.cpp'                                                                                                                                          
0.514 error: referred to from project at                                                                                                                                                                    
0.514 error:     '.'        
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