[pygccxml-development] Problems with long filename
Brought to you by:
mbaas,
roman_yakovenko
|
From: Birgir S. <Bir...@ro...> - 2007-03-08 22:18:32
|
Hei , I am using Py++ to expose the following.
class AbstractLoader : private boost::noncopyable {
public:
=0D
AbstractLoader();
virtual ~AbstractLoader();
std::vector < std::string > extensions() const;
=0D
private:
virtual std::vector < std::string > extensions_impl() const =3D 0;
};
I want to use the module_builder_t.split_module
but I am getting the following error message.
IOError: [Errno 36] File name too long:=
u'splitted/vector_less_std_scope_basic_string_less_char_comma__std_scope_c=
har_traits_less_char_grate__comma__std_scope_allocator_less_char_grate___gr=
ate__comma_std_scope_allocator_less_std_scope_basic_string_less_char_comma_=
_std_scope_char_traits_less_char_grate__comma__std_scope_allocator_less_cha=
r_grate___grate___grate___grate_.pypp.hpp'
How can I tell Py++ not to autogenerate so long names?
Best regards,
Birgir Sigurjonsson.
DISCLAIMER:
This message contains information that may be privileged or confidential=
and is the property of the Roxar Group. It is intended only for the person=
to whom it is addressed. If you are not the intended recipient, you are=
not authorised to read, print, retain, copy, disseminate, distribute, or=
use this message or any part thereof. If you receive this message in=
error, please notify the sender immediately and delete all copies of this=
message.=0D |