Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
facesynthesizer [2010/11/12 16:58] nishimotzfacesynthesizer [2010/11/13 14:33] nishimotz
Line 36: Line 36:
 </code> </code>
  
-TODO+modify FSM https://github.com/nishimotz/facesynthesizer/tree/mac 
 + 
 +recompile glpng : src/glpng/src/Makefile.MAC (created using tmake) 
 + 
 +make and link all : done 
 + 
 +current errors: 
 + 
 +<code> 
 +$ cd bin 
 +$ gdb fsm 
 +GNU gdb 6.3.50-20050815 (Apple version gdb-1461) (Wed Dec 23 06:11:18 UTC 2009) 
 +Copyright 2004 Free Software Foundation, Inc. 
 +GDB is free software, covered by the GNU General Public License, and you are 
 +welcome to change it and/or distribute copies of it under certain conditions. 
 +Type "show copying" to see the conditions. 
 +There is absolutely no warranty for GDB.  Type "show warranty" for details. 
 +This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ...... done 
 + 
 +(gdb) run 
 +Starting program: /Users/nishimotz/code/github/facesynthesizer/bin/fsm  
 +Reading symbols for shared libraries .+++++...................................................................................................... done 
 +Reading symbols for shared libraries . done 
 +tell config: Japanese viseme mode 
 +tell U_TEETH_OBJ_NAME ../data/teethUpper.obj 
 +tell L_TEETH_OBJ_NAME ../data/teethLower.obj 
 +tell M_WALL_OBJ_NAME ../data/mouthwall.obj 
 +tell EYE_OBJ_NAME ../data/eye.obj 
 +tell M_WALL_TEXTURE ../data/mouthwall.bmp 
 +tell DEF_WINDOW_WIDTH 512 
 +tell DEF_WINDOW_HEIGHT 512 
 +tell DEF_WINDOW_POS_X 0 
 +tell DEF_WINDOW_POS_Y 0 
 +tell DEF_WFM_PNT ../data/fheadv2.pnt 
 +tell DEF_WFM_LNK ../data/fheadv2.lnk 
 +tell EXPRESSION_DURATION 100 
 +tell EYEMOVE_DURATION 7 
 +Reading symbols for shared libraries . done 
 +Reading symbols for shared libraries . done 
 +Reading symbols for shared libraries .. done 
 +Reading symbols for shared libraries . done 
 + 
 +Program received signal EXC_BAD_ACCESS, Could not access memory. 
 +Reason: KERN_INVALID_ADDRESS at address: 0x110e4000 
 +0x00004bc0 in Texture::BindTexture () 
 +(gdb) bt 
 +#0  0x00004bc0 in Texture::BindTexture () 
 +#1  0x00029fca in main () 
 +</code> 
 + 
 +http://developer.apple.com/library/mac/#technotes/tn2004/tn2123.html
  
-  * recompile glpng 
-  * modify FSM 
-  * make and link all 
facesynthesizer.txt · Last modified: 2011/10/08 22:05 by nishimotz
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0