• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to compile ObjectBuilder?

GhostWD

I'm in love with the var_dump()
Joined
Jan 25, 2009
Messages
185
Solutions
6
Reaction score
29
does any body know how to compile OB with 0.4.3 sources? when i use flash builder i keep getting those errors:
Code:
Description    Resource    Path    Location    Type
1061: Call to a possibly undefined method removeAt through a reference with static type __AS3__.vec:Vector.<otlib.otml:OTMLNode>.    OTMLNode.as    /ObjectBuilder/src/otlib/otml    line 144    Flex Problem
1061: Call to a possibly undefined method removeAt through a reference with static type __AS3__.vec:Vector.<otlib.otml:OTMLNode>.    OTMLNode.as    /ObjectBuilder/src/otlib/otml    line 144    Flex Problem
1061: Call to a possibly undefined method removeAt through a reference with static type __AS3__.vec:Vector.<otlib.otml:OTMLNode>.    OTMLNode.as    /ObjectBuilder/src/otlib/otml    line 168    Flex Problem
1061: Call to a possibly undefined method removeAt through a reference with static type __AS3__.vec:Vector.<otlib.otml:OTMLNode>.    OTMLNode.as    /ObjectBuilder/src/otlib/otml    line 168    Flex Problem
1119: Access of possibly undefined property LZMA through a reference with static type Class.    OBDEncoder.as    /ObjectBuilder/src/otlib/obd    line 88    Flex Problem
1119: Access of possibly undefined property LZMA through a reference with static type Class.    OBDEncoder.as    /ObjectBuilder/src/otlib/obd    line 88    Flex Problem
1119: Access of possibly undefined property LZMA through a reference with static type Class.    OBDEncoder.as    /ObjectBuilder/src/otlib/obd    line 180    Flex Problem
1119: Access of possibly undefined property LZMA through a reference with static type Class.    OBDEncoder.as    /ObjectBuilder/src/otlib/obd    line 180    Flex Problem
1119: Access of possibly undefined property LZMA through a reference with static type Class.    OBDEncoder.as    /ObjectBuilder/src/otlib/obd    line 254    Flex Problem
1119: Access of possibly undefined property LZMA through a reference with static type Class.    OBDEncoder.as    /ObjectBuilder/src/otlib/obd    line 254    Flex Problem
1178: Attempted access of inaccessible property setSelectedIndex through a reference with static type otlib.components:SpriteList.    SpriteList.as    /ObjectBuilder/src/otlib/components    line 143    Flex Problem
1180: Call to a possibly undefined method setSelectedIndex.    SpriteList.as    /ObjectBuilder/src/otlib/components    line 143    Flex Problem
1195: Attempted access of inaccessible method setSelectedIndex through a reference with static type com.mignari.animator.components:FrameList.    FrameList.as    /ObjectBuilder/src/com/mignari/animator/components    line 125    Flex Problem
1195: Attempted access of inaccessible method setSelectedIndex through a reference with static type otlib.components:ThingList.    ThingList.as    /ObjectBuilder/src/otlib/components    line 103    Flex Problem
 
Back
Top