-
Notifications
You must be signed in to change notification settings - Fork 1
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
Makefile is not available in the repo #1
Comments
I have added a Makefile. It doesn't work, but I have added it LOL. |
makefile provided. |
@win32asm |
I have tested in centos 6.5 with cmake3 from EPEL and g++ 8 from SCL already installed, as per discussion in pistache issue. |
I followed the instructions in the discussion and made the build folder and built the files, so I got that far as I have previously said. I cloned my git repo on the centos machine and it did compile from the Makefile, but when I run the program I get an error. ./myprogram: error while loading shared libraries: libpistache.so.0: cannot open object file: No such file or directory. Obviously it is looking for the library and can't find it. What do I have to do so that it can see the library? I am sorry I am an amateur with linux. |
Thankyou @win32asm I have got the server to work in centos. I didn't get back straight away as I didn't get an email when you updated the Makefile. Also it took me a while as I was having trouble accessing the port outside of virtualbox, but I have now managed it. Now I got a single main.cpp to work, I should be able to adapt this to work with my proper program, which has multiple cpp files. This Makefile example should really be on a wiki or something as it is so useful. Thanks for all the help. |
Need to provide a makefile to compile the whole project. 8-)
The text was updated successfully, but these errors were encountered: