Release of the beginning...

Discuss the development of Reality Factory 2
Post Reply
User avatar
Agentarrow
Posts: 1346
Joined: Thu Jun 28, 2007 4:34 pm
Location: Kyiv, Ukraine
Contact:

Release of the beginning...

Post by Agentarrow » Wed Oct 17, 2007 4:07 pm

I heard that an unfinished version of rf2 will be available for downloading. Is it available yet? or am i still supposed to be patient?
AgentArrow Home
The greater good is but a point of view...

User avatar
scott
Posts: 1151
Joined: Tue Jul 05, 2005 1:59 am
Location: United Kingdom

Post by scott » Wed Oct 17, 2007 5:31 pm

yea its on the sourceforge website that is posted else where, its been their since the begining of the project almost.....
*GD*

Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Post by Jay » Wed Oct 17, 2007 5:43 pm

yes it is there but you can't do much with it right now.
Everyone can see the difficult, but only the wise can see the simple.
-----

User avatar
paradoxnj
RF2 Dev Team
Posts: 1328
Joined: Wed Mar 01, 2006 7:37 pm
Location: Brick, NJ
Contact:

Post by paradoxnj » Wed Oct 17, 2007 9:54 pm

You can compile it and open the window. :) It also will render a mesh and move around. Trick is that you need all the dependencies at the moment to get it working.

User avatar
ardentcrest
Posts: 735
Joined: Wed Jan 25, 2006 10:55 pm
Location: Ireland

Post by ardentcrest » Wed Oct 17, 2007 11:29 pm

paradoxnj wrote:You can compile it and open the window. :) It also will render a mesh and move around. Trick is that you need all the dependencies at the moment to get it working.
can you give a list I'm getting 51 errors at the moment, all around boost.
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class boost::python::api::object __cdecl boost::python::api::getattr(class boost::python::api::object const &,char const *)" (__imp_?getattr@api@python@boost@@YA?AVobject@123@ABV4123@PBD@Z)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall boost::python::detail::str_base::str_base(char const *)" (__imp_??0str_base@detail@python@boost@@IAE@PBD@Z)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall boost::python::error_already_set::~error_already_set(void)" (__imp_??1error_already_set@python@boost@@UAE@XZ)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct _object * __thiscall boost::python::handle<struct _object>::get(void)const " (__imp_?get@?$handle@U_object@@@python@boost@@QBEPAU_object@@XZ)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::handle<struct _object>::~handle<struct _object>(void)" (__imp_??1?$handle@U_object@@@python@boost@@QAE@XZ)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::throw_error_already_set(void)" (__imp_?throw_error_already_set@python@boost@@YAXXZ)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class boost::python::api::object __cdecl boost::python::import(class boost::python::str)" (__imp_?import@python@boost@@YA?AVobject@api@12@Vstr@12@@Z)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::detail::str_base::~str_base(void)" (__imp_??1str_base@detail@python@boost@@QAE@XZ)
1>pythoninterface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) struct _object * __cdecl boost::python::converter::do_return_to_python(char const *)" (__imp_?do_return_to_python@converter@python@boost@@YAPAU_object@@PBD@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual unsigned int __thiscall boost::python::objects::py_function_impl_base::max_arity(void)const " (__imp_?max_arity@py_function_impl_base@objects@python@boost@@UBEIXZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall boost::python::objects::py_function_impl_base::~py_function_impl_base(void)" (__imp_??1py_function_impl_base@objects@python@boost@@UAE@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::objects::register_dynamic_id_aux(struct boost::python::type_info,struct std::pair<void *,struct boost::python::type_info> (__cdecl*)(void *))" (__imp_?register_dynamic_id_aux@objects@python@boost@@YAXUtype_info@23@P6A?AU?$pair@PAXUtype_info@python@boost@@@std@@PAX@Z@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::converter::shared_ptr_deleter::shared_ptr_deleter(struct boost::python::converter::shared_ptr_deleter const &)" (__imp_??0shared_ptr_deleter@converter@python@boost@@QAE@ABU0123@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class boost::python::api::object __cdecl boost::python::objects::function_object(struct boost::python::objects::py_function const &,struct std::pair<struct boost::python::detail::keyword const *,struct boost::python::detail::keyword const *> const &)" (__imp_?function_object@objects@python@boost@@YA?AVobject@api@23@ABUpy_function@123@ABU?$pair@PBUkeyword@detail@python@boost@@PBU1234@@std@@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class boost::python::api::object __cdecl boost::python::objects::function_object(struct boost::python::objects::py_function const &)" (__imp_?function_object@objects@python@boost@@YA?AVobject@api@23@ABUpy_function@123@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct _typeobject * __thiscall boost::python::converter::registration::get_class_object(void)const " (__imp_?get_class_object@registration@converter@python@boost@@QBEPAU_typeobject@@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct _object * __thiscall boost::python::converter::registration::to_python(void const volatile *)const " (__imp_?to_python@registration@converter@python@boost@@QBEPAU_object@@PDX@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) struct boost::python::converter::rvalue_from_python_stage1_data __cdecl boost::python::converter::rvalue_from_python_stage1(struct _object *,struct boost::python::converter::registration const &)" (__imp_?rvalue_from_python_stage1@converter@python@boost@@YA?AUrvalue_from_python_stage1_data@123@PAU_object@@ABUregistration@123@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const boost::python::objects::py_function_impl_base::`vftable'" (__imp_??_7py_function_impl_base@objects@python@boost@@6B@)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl boost::python::instance_holder::deallocate(struct _object *,void *)" (__imp_?deallocate@instance_holder@python@boost@@SAXPAU_object@@PAX@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl boost::python::instance_holder::allocate(struct _object *,unsigned int,unsigned int)" (__imp_?allocate@instance_holder@python@boost@@SAPAXPAU_object@@II@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall boost::python::instance_holder::install(struct _object *)" (__imp_?install@instance_holder@python@boost@@QAEXPAU_object@@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall boost::python::instance_holder::~instance_holder(void)" (__imp_??1instance_holder@python@boost@@UAE@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::instance_holder::instance_holder(void)" (__imp_??0instance_holder@python@boost@@QAE@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::objects::py_function_impl_base::py_function_impl_base(void)" (__imp_??0py_function_impl_base@objects@python@boost@@QAE@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::objects::class_base::~class_base(void)" (__imp_??1class_base@objects@python@boost@@QAE@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (__imp_?lookup@registry@converter@python@boost@@YAABUregistration@234@Utype_info@34@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::converter::registry::insert(struct _object * (__cdecl*)(void const *),struct boost::python::type_info)" (__imp_?insert@registry@converter@python@boost@@YAXP6APAU_object@@PBX@ZUtype_info@34@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::objects::add_cast(struct boost::python::type_info,struct boost::python::type_info,void * (__cdecl*)(void *),bool)" (__imp_?add_cast@objects@python@boost@@YAXUtype_info@23@0P6APAXPAX@Z_N@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::converter::registry::insert(void * (__cdecl*)(struct _object *),void (__cdecl*)(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data *),struct boost::python::type_info)" (__imp_?insert@registry@converter@python@boost@@YAXP6APAXPAU_object@@@ZP6AX0PAUrvalue_from_python_stage1_data@234@@ZUtype_info@34@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall boost::python::converter::shared_ptr_deleter::operator()(void const *)" (__imp_??Rshared_ptr_deleter@converter@python@boost@@QAEXPBX@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::converter::shared_ptr_deleter::~shared_ptr_deleter(void)" (__imp_??1shared_ptr_deleter@converter@python@boost@@QAE@XZ)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void * __cdecl boost::python::objects::find_static_type(void *,struct boost::python::type_info,struct boost::python::type_info)" (__imp_?find_static_type@objects@python@boost@@YAPAXPAXUtype_info@23@1@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::converter::shared_ptr_deleter::shared_ptr_deleter(class boost::python::handle<struct _object>)" (__imp_??0shared_ptr_deleter@converter@python@boost@@QAE@V?$handle@U_object@@@23@@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: void __thiscall boost::python::objects::class_base::set_instance_size(unsigned int)" (__imp_?set_instance_size@class_base@objects@python@boost@@IAEXI@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: void __thiscall boost::python::objects::class_base::add_property(char const *,class boost::python::api::object const &,class boost::python::api::object const &,char const *)" (__imp_?add_property@class_base@objects@python@boost@@IAEXPBDABVobject@api@34@10@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::objects::class_base::class_base(char const *,unsigned int,struct boost::python::type_info const * const,char const *)" (__imp_??0class_base@objects@python@boost@@QAE@PBDIQBUtype_info@23@0@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::objects::add_to_namespace(class boost::python::api::object const &,char const *,class boost::python::api::object const &,char const *)" (__imp_?add_to_namespace@objects@python@boost@@YAXABVobject@api@23@PBD01@Z)
1>camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void * __cdecl boost::python::converter::get_lvalue_from_python(struct _object *,struct boost::python::converter::registration const &)" (__imp_?get_lvalue_from_python@converter@python@boost@@YAPAXPAU_object@@ABUregistration@123@@Z)
1>objects.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::detail::init_module(char const *,void (__cdecl*)(void))" (__imp_?init_module@detail@python@boost@@YAXPBDP6AXXZ@Z)
1>quaternion.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) struct _object * __cdecl boost::python::converter::do_return_to_python(struct _object *)" (__imp_?do_return_to_python@converter@python@boost@@YAPAU_object@@PAU4@@Z)
1>quaternion.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::converter::detail::arg_to_python_base::~arg_to_python_base(void)" (__imp_??1arg_to_python_base@detail@converter@python@boost@@QAE@XZ)
1>quaternion.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: struct _object * __thiscall boost::python::handle<struct _object>::release(void)" (__imp_?release@?$handle@U_object@@@python@boost@@QAEPAU_object@@XZ)
1>quaternion.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) struct boost::python::self_ns::self_t boost::python::self_ns::self" (__imp_?self@self_ns@python@boost@@3Uself_t@123@A)
1>quaternion.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::converter::detail::arg_to_python_base::arg_to_python_base(void const volatile *,struct boost::python::converter::registration const &)" (__imp_??0arg_to_python_base@detail@converter@python@boost@@QAE@PDXABUregistration@234@@Z)
1>setup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) struct _object * boost::python::detail::current_scope" (__imp_?current_scope@detail@python@boost@@3PAU_object@@A)
1>setup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::detail::tuple_base::~tuple_base(void)" (__imp_??1tuple_base@detail@python@boost@@QAE@XZ)
1>setup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall boost::python::detail::tuple_base::tuple_base(struct boost::python::detail::new_reference_t *)" (__imp_??0tuple_base@detail@python@boost@@IAE@PAUnew_reference_t@123@@Z)
1>setup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::api::setattr(class boost::python::api::object const &,char const *,class boost::python::api::object const &)" (__imp_?setattr@api@python@boost@@YAXABVobject@123@PBD0@Z)
1>setup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall boost::python::detail::tuple_base::tuple_base(struct boost::python::detail::tuple_base const &)" (__imp_??0tuple_base@detail@python@boost@@QAE@ABU0123@@Z)
I have all files. boost_1_34_0 orge sdk everything
He's a Bot Jim, But not as we know It.

Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Post by Jay » Thu Oct 18, 2007 9:09 am

you also have python (newest version), not just boost?
Everyone can see the difficult, but only the wise can see the simple.
-----

User avatar
ardentcrest
Posts: 735
Joined: Wed Jan 25, 2006 10:55 pm
Location: Ireland

Post by ardentcrest » Thu Oct 18, 2007 2:02 pm

Sorry should have said I have that in my other post.
I'm up-to-date on all files.

I have all added in the lib, included and source options in c++2007.


I said about Boost in my last post because all the errors are about links errors for "boost::python".


ps. can the boost lib be added to the libs in the SVN on the next up-date,
and a new Compiling RF2 on Windows "http://www.realityfactory.info/forum/vi ... 54&start=0"
be created as this one is now out-of-date.

Thank you.
He's a Bot Jim, But not as we know It.

User avatar
ardentcrest
Posts: 735
Joined: Wed Jan 25, 2006 10:55 pm
Location: Ireland

Post by ardentcrest » Sun Oct 21, 2007 4:20 pm

I think my probs with my "boost_python-vc80-mt-1_34_1.lib"

It just wont compile right. Can any one tell me where I can get a working verson of "boost_python-vc80-mt-1_34_1.lib"



ps can it be added to the SVN "PLEASE"
He's a Bot Jim, But not as we know It.

User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR » Sun Oct 21, 2007 6:15 pm

You might try the version at http://www.boost-consulting.com .

User avatar
ardentcrest
Posts: 735
Joined: Wed Jan 25, 2006 10:55 pm
Location: Ireland

Post by ardentcrest » Sun Oct 21, 2007 10:03 pm

Have that downloaded.
The lib file name is:

libboost_python-vc80-s-1_34_1

not

boost_python-vc80-mt-1_34_1

So I renamed it . When I try to build RF2 thats when I get the 51 errors.
He's a Bot Jim, But not as we know It.

User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR » Mon Oct 22, 2007 1:11 am

Have you double-checked that you're linking to the Python25.lib library?

User avatar
ardentcrest
Posts: 735
Joined: Wed Jan 25, 2006 10:55 pm
Location: Ireland

Post by ardentcrest » Mon Oct 22, 2007 11:55 am

I have all added in the lib, included and source options in c++2007.

I still get the same 51 errors
He's a Bot Jim, But not as we know It.

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Post by steven8 » Tue Oct 23, 2007 3:31 am

ardentcrest wrote:I have all added in the lib, included and source options in c++2007.

I still get the same 51 errors
That sounds like the story of my life as a source code compiler. I tried to compile RF way back and it was so annoying. I had error after error after error. Then one day I reread the tutorial and it compiled and I got the gears. Yah!! Then I tried again a few days later. . .and got error after error after error.
Steve Dilworth - Resisting change since 1965!

User avatar
ardentcrest
Posts: 735
Joined: Wed Jan 25, 2006 10:55 pm
Location: Ireland

Post by ardentcrest » Tue Oct 23, 2007 12:50 pm

found the problem.

I was downloading "Single thread, static runtime" not multi thread. "silly me :oops: "

I now only get 2 errors. Any help on these......
1>Linking...
1> Creating library C:\Documents and Settings\ardentcrest\Desktop\RF 2\svn\realityfactory2\Release\RealityFactory2.lib and object C:\Documents and Settings\ardentcrest\Desktop\RF 2\svn\realityfactory2\Release\RealityFactory2.exp
1>objects.obj : error LNK2001: unresolved external symbol "void __cdecl registerLight(void)" (?registerLight@@YAXXZ)
1>C:\Documents and Settings\ardentcrest\Desktop\RF 2\svn\realityfactory2\Release\RealityFactory2.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\ardentcrest\Desktop\RF 2\svn\realityfactory2\RealityFactory2\Release\BuildLog.htm"
1>RealityFactory2 - 2 error(s), 3 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
He's a Bot Jim, But not as we know It.

User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR » Tue Oct 23, 2007 4:08 pm

Great! Do an SVN update, that was a file I forgot to add to SVN.

Post Reply