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

Missing Timeout.hpp #4

Closed
pbtrung opened this issue Mar 22, 2015 · 4 comments
Closed

Missing Timeout.hpp #4

pbtrung opened this issue Mar 22, 2015 · 4 comments
Assignees

Comments

@pbtrung
Copy link

pbtrung commented Mar 22, 2015

ClassPath/include/File/File.hpp needs ClassPath/include/Time/Timeout.hpp, which is absent, so can not compile.

@X-Ryl669
Copy link
Owner

Can you pull the last version and check again ?
I've added missing files and updated the main library version so it should work now.

@pbtrung
Copy link
Author

pbtrung commented Mar 22, 2015

I still got the following errors but it might be my system configuration.

Compiling Frost.cpp
Compiling bstrlib.c
Compiling easyzlib.c
Linking build/Frost
build/./ClassPath/src/File/File.o: In function `File::Info::setMetaData(Bstrlib::String)':
File.cpp:(.text+0x3053): warning: lchmod is not implemented and will always fail
/usr/bin/ld: build/./ClassPath/src/Platform/Linux.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/lib/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:72: recipe for target 'build/Frost' failed
make: *** [build/Frost] Error 1

@X-Ryl669
Copy link
Owner

Can you replace line 63 of the Makefile to read:

SHAREDLIBS += -lrt -ldl

?

@pbtrung
Copy link
Author

pbtrung commented Mar 23, 2015

Thanks. It works now. Testing...

@X-Ryl669 X-Ryl669 self-assigned this Mar 23, 2015
@pbtrung pbtrung closed this as completed Mar 23, 2015
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