Open main menu

CDOT Wiki β

Changes

Mac OS X via Terminal.app

1,324 bytes added, 20:17, 17 September 2007
no edit summary
''Now Mozilla compies; watch a bit of TV; oh sadness... a bug''
/usr/bin/ld: Undefined symbols:
__moz_cairo_image_surface_create
__moz_cairo_surface_destroy
__moz_cairo_surface_get_reference_count
__moz_cairo_surface_reference
__moz_cairo_surface_set_user_data
__moz_cairo_surface_finish
__moz_cairo_surface_flush
__moz_cairo_surface_get_content
__moz_cairo_surface_get_device_offset
__moz_cairo_surface_get_type
__moz_cairo_surface_get_user_data
__moz_cairo_surface_mark_dirty
__moz_cairo_surface_mark_dirty_rectangle
__moz_cairo_surface_set_device_offset
__moz_cairo_surface_status
__moz_cairo_image_surface_create_for_data
__moz_cairo_image_surface_get_data
__moz_cairo_image_surface_get_format
__moz_cairo_image_surface_get_height
__moz_cairo_image_surface_get_stride
__moz_cairo_image_surface_get_width
__moz_cairo_quartz_surface_create
__moz_cairo_quartz_surface_create_for_cg_context
__moz_cairo_quartz_surface_get_cg_context
symbol _libVersionPoint used from dynamic library ../../../dist/bin/libnspr4.dylib(prvrsion.o) not from earlier dynamic library @executable_path/libplds4.dylib(plvrsion.o)
symbol _libVersionPoint used from dynamic library ../../../dist/bin/libnspr4.dylib(prvrsion.o) not from earlier dynamic library @executable_path/libplc4.dylib(plvrsion.o)
make[1]: *** [build] Error 2
make: *** [build] Error 2
 
''ok I changed the mozconfig-firefox to this''
 
mk_add_options MOZ_OBJDIR=/Users/coren/moz_ff_trunk/
ac_add_options --enable-application=browser
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --disable-static --enable-shared
 
''... deleted /Users/coren/moz_ff_trunk/ ... and recompiled''
 
'' ... compiled a file called MinefieldDebug.app, which ran fine''
 
DONE
1
edit