Bennett Helm wrote:
On Jun 26, 2006, at 11:21 AM, Abdelrazak Younes wrote:

This is difficult to solve rapidly so please just comment out the three problematic line in Application.C:

    s_arg=QString::fromUtf8(qstr_buf);
//    buffer_view_->workAreaDispatch(
//    FuncRequest(LFUN_FILE_OPEN,
//    fromqstr(s_arg)));
    break;


I'll try to find a good fix with JMarc' suggested method.

Ok -- did that, and now I get the following error in the final linking stage:

You compiled Qt4 yourself right? I think that Qt needs some libraries to link with, libstdc++ most probably. Please verify that the final link is done with g++ and/or that -lstdc++ is somewhere in this linking command.

Abdel.


/usr/bin/ld: Undefined symbols:
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned long, std::allocator<char> const&)
__ZNSt15basic_streambufIcSt11char_traitsIcEEC4Ev
__ZNSt15basic_streambufIcSt11char_traitsIcEED4Ev
std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)
std::__default_alloc_template<true, 0>::_S_force_new
std::__default_alloc_template<true, 0>::_S_free_list
std::__default_alloc_template<true, 0>::_S_node_allocator_lock
std::__default_alloc_template<true, 0>::allocate(unsigned long)
std::__default_alloc_template<true, 0>::_S_refill(unsigned long)
__ZNSaIcED4Ev
__ZNSt24__default_alloc_templateILb1ELi0EE5_LockC4Ev
__ZNSt24__default_alloc_templateILb1ELi0EE5_LockD4Ev
__ZNSsD4Ev
collect2: ld returned 1 exit status


Bennett


Reply via email to