Jump to content
Eternal Lands Official Forums
Sign in to follow this  
Ermabwed

CVS elfilewrapper.cpp

Recommended Posts

Here's what I get

 

In file included from io/elfilewrapper.cpp:4:
io/zipfilesystem.hpp:24:47: error: ../exceptions/extendedexception.hpp: No such file or directory
io/memorybuffer.hpp: In member function 'void memory_buffer::resize(uint_fast32_t)':
io/memorybuffer.hpp:144: error: 'EXTENDED_EXCEPTION' was not declared in this scope
io/elfilewrapper.cpp: In function 'void add_zip_archive(const char*)':
io/elfilewrapper.cpp:16: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:16: error: expected `)' before '&' token
io/elfilewrapper.cpp:16: error: expected `{' before '&' token
io/elfilewrapper.cpp:16: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:16: error: expected `;' before ')' token
io/elfilewrapper.cpp:20: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:20: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'el_file* el_open(const char*)':
io/elfilewrapper.cpp:36: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:36: error: expected `)' before '&' token
io/elfilewrapper.cpp:36: error: expected `{' before '&' token
io/elfilewrapper.cpp:36: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:36: error: expected `;' before ')' token
io/elfilewrapper.cpp:41: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:41: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'el_file* el_open_no_decompress(const char*)':
io/elfilewrapper.cpp:58: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:58: error: expected `)' before '&' token
io/elfilewrapper.cpp:58: error: expected `{' before '&' token
io/elfilewrapper.cpp:58: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:58: error: expected `;' before ')' token
io/elfilewrapper.cpp:63: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:63: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'int_fast32_t el_read(el_file*, int_fast32_t, void*)':
io/elfilewrapper.cpp:76: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:76: error: expected `)' before '&' token
io/elfilewrapper.cpp:76: error: expected `{' before '&' token
io/elfilewrapper.cpp:76: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:76: error: expected `;' before ')' token
io/elfilewrapper.cpp:81: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:81: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'int_fast32_t el_seek(el_file*, int_fast32_t, int_fast32_t)':
io/elfilewrapper.cpp:94: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:94: error: expected `)' before '&' token
io/elfilewrapper.cpp:94: error: expected `{' before '&' token
io/elfilewrapper.cpp:94: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:94: error: expected `;' before ')' token
io/elfilewrapper.cpp:99: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:99: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'int_fast32_t el_tell(el_file*)':
io/elfilewrapper.cpp:112: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:112: error: expected `)' before '&' token
io/elfilewrapper.cpp:112: error: expected `{' before '&' token
io/elfilewrapper.cpp:112: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:112: error: expected `;' before ')' token
io/elfilewrapper.cpp:117: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:117: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'int_fast32_t el_get_size(el_file*)':
io/elfilewrapper.cpp:130: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:130: error: expected `)' before '&' token
io/elfilewrapper.cpp:130: error: expected `{' before '&' token
io/elfilewrapper.cpp:130: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:130: error: expected `;' before ')' token
io/elfilewrapper.cpp:135: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:135: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'void* el_get_pointer(el_file*)':
io/elfilewrapper.cpp:154: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:154: error: expected `)' before '&' token
io/elfilewrapper.cpp:154: error: expected `{' before '&' token
io/elfilewrapper.cpp:154: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:154: error: expected `;' before ')' token
io/elfilewrapper.cpp:159: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:159: error: expected `;' before 'catch'
io/elfilewrapper.cpp: In function 'int_fast32_t el_file_exists(const char*)':
io/elfilewrapper.cpp:172: error: expected type-specifier before 'extended_exception'
io/elfilewrapper.cpp:172: error: expected `)' before '&' token
io/elfilewrapper.cpp:172: error: expected `{' before '&' token
io/elfilewrapper.cpp:172: error: 'e' was not declared in this scope
io/elfilewrapper.cpp:172: error: expected `;' before ')' token
io/elfilewrapper.cpp:177: error: expected primary-expression before 'catch'
io/elfilewrapper.cpp:177: error: expected `;' before 'catch'
make: *** [io/elfilewrapper.o] Error 1 

 

only changes to make.conf (just overwritten by defaults) I made was set architecture to k8 and enable the features X86_64 and CLICKABLE_CONTINENT_MAP. Doesn't look related to that as far as I can tell though.

Share this post


Link to post
Share on other sites

cvs up -d

thanks :)

 

one more thing since I got your attention :)

 

material points above your head do not center (health bar + numbers is fine, just health bar is fine too (centered) but just numbers --> stuck on the right side)

Share this post


Link to post
Share on other sites

Emajekral is planning to work on the banners, probably rewriting large chunks. Until he's done (or if I don't hear from him for a long time) I'll be leaving that code as it is. Hopefully that'll only be a week or less :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×