Previous Thread
Next Thread
Print Thread
Page 51 of 52 1 2 49 50 51 52
Joined: Sep 2006
Posts: 200
Senior Member
Senior Member
Joined: Sep 2006
Posts: 200
MAME 0.154 compiles and runs fine on Slackware Linux 14.1.

Thanks for the update!

Cyber


Sorry, my English is bad!
MAME for Slackware
Joined: Jul 2007
Posts: 225
Senior Member
Senior Member
Joined: Jul 2007
Posts: 225
0.154 Stopped dead in its tracks on Mac OS 10.7 with this:

Code
Archiving obj/sdl/mame/mame/libbus.a...
/usr/bin/ranlib: file: obj/sdl/mame/misc.a(multfish_ref.o) has no symbols
/usr/bin/ranlib: file: obj/sdl/mame/misc.a(unkfr.o) has no symbols
Archiving obj/sdl/libemu.a...
/usr/bin/ranlib: file: obj/sdl/libemu.a(rgbutil.o) has no symbols
Linking mame...
ld: warning: ignoring file obj/sdl/libsqlite3.a, file was built for archive which is not the architecture being linked (i386): obj/sdl/libsqlite3.a
Undefined symbols for architecture i386:
  "_sqlite3_aggregate_context", referenced from:
      _db_sql_finalize_function in liblua.a(lsqlite3.o)
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_aggregate_count", referenced from:
      _lcontext_aggregate_count in liblua.a(lsqlite3.o)
  "_sqlite3_bind_blob", referenced from:
      _dbvm_bind_blob in liblua.a(lsqlite3.o)
  "_sqlite3_bind_double", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_bind_int", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_bind_null", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_bind_parameter_count", referenced from:
      _dbvm_bind_parameter_name in liblua.a(lsqlite3.o)
      _dbvm_bind_parameter_count in liblua.a(lsqlite3.o)
      _dbvm_bind_names in liblua.a(lsqlite3.o)
      _dbvm_bind in liblua.a(lsqlite3.o)
      _dbvm_bind_values in liblua.a(lsqlite3.o)
  "_sqlite3_bind_parameter_name", referenced from:
      _dbvm_bind_parameter_name in liblua.a(lsqlite3.o)
      _dbvm_bind_names in liblua.a(lsqlite3.o)
  "_sqlite3_bind_text", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_busy_handler", referenced from:
      _db_busy_handler in liblua.a(lsqlite3.o)
  "_sqlite3_busy_timeout", referenced from:
      _db_busy_timeout in liblua.a(lsqlite3.o)
  "_sqlite3_changes", referenced from:
      _db_changes in liblua.a(lsqlite3.o)
  "_sqlite3_close", referenced from:
      _cleanupdb in liblua.a(lsqlite3.o)
  "_sqlite3_column_blob", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_bytes", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_count", referenced from:
      _dbvm_get_unames in liblua.a(lsqlite3.o)
      _dbvm_get_names in liblua.a(lsqlite3.o)
      _dbvm_columns in liblua.a(lsqlite3.o)
      _dbvm_get_named_types in liblua.a(lsqlite3.o)
      _dbvm_get_utypes in liblua.a(lsqlite3.o)
      _dbvm_get_types in liblua.a(lsqlite3.o)
  "_sqlite3_column_decltype", referenced from:
      _dbvm_get_named_types in liblua.a(lsqlite3.o)
      _dbvm_get_utypes in liblua.a(lsqlite3.o)
      _dbvm_get_types in liblua.a(lsqlite3.o)
      _dbvm_get_type in liblua.a(lsqlite3.o)
  "_sqlite3_column_double", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_int64", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_name", referenced from:
      _dbvm_get_name in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _dbvm_get_named_values in liblua.a(lsqlite3.o)
      _dbvm_get_unames in liblua.a(lsqlite3.o)
      _dbvm_get_names in liblua.a(lsqlite3.o)
      _dbvm_get_named_types in liblua.a(lsqlite3.o)
  "_sqlite3_column_text", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_type", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_commit_hook", referenced from:
      _db_commit_hook in liblua.a(lsqlite3.o)
  "_sqlite3_complete", referenced from:
      _lsqlite_complete in liblua.a(lsqlite3.o)
  "_sqlite3_create_collation_v2", referenced from:
      _db_create_collation in liblua.a(lsqlite3.o)
  "_sqlite3_create_function", referenced from:
      _db_register_function in liblua.a(lsqlite3.o)
  "_sqlite3_data_count", referenced from:
      _dbvm_step in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
  "_sqlite3_errcode", referenced from:
      _dbvm_reset in liblua.a(lsqlite3.o)
      _db_errcode in liblua.a(lsqlite3.o)
      _db_prepare in liblua.a(lsqlite3.o)
      _lsqlite_do_open in liblua.a(lsqlite3.o)
  "_sqlite3_errmsg", referenced from:
      _db_errmsg in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _db_do_rows in liblua.a(lsqlite3.o)
      _lsqlite_do_open in liblua.a(lsqlite3.o)
  "_sqlite3_exec", referenced from:
      _db_exec in liblua.a(lsqlite3.o)
  "_sqlite3_finalize", referenced from:
      _cleanupvm in liblua.a(lsqlite3.o)
      _stepvm in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _db_close_vm in liblua.a(lsqlite3.o)
  "_sqlite3_free", referenced from:
      _lsqlite_temp_directory in liblua.a(lsqlite3.o)
  "_sqlite3_interrupt", referenced from:
      _db_interrupt in liblua.a(lsqlite3.o)
  "_sqlite3_last_insert_rowid", referenced from:
      _db_last_insert_rowid in liblua.a(lsqlite3.o)
  "_sqlite3_libversion", referenced from:
      _lsqlite_version in liblua.a(lsqlite3.o)
  "_sqlite3_mprintf", referenced from:
      _lsqlite_temp_directory in liblua.a(lsqlite3.o)
  "_sqlite3_open", referenced from:
      _lsqlite_do_open in liblua.a(lsqlite3.o)
  "_sqlite3_prepare", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
      _db_do_rows in liblua.a(lsqlite3.o)
      _db_prepare in liblua.a(lsqlite3.o)
  "_sqlite3_progress_handler", referenced from:
      _db_progress_handler in liblua.a(lsqlite3.o)
  "_sqlite3_reset", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _dbvm_reset in liblua.a(lsqlite3.o)
  "_sqlite3_result_blob", referenced from:
      _lcontext_result_blob in liblua.a(lsqlite3.o)
  "_sqlite3_result_double", referenced from:
      _lcontext_result_double in liblua.a(lsqlite3.o)
      _lcontext_result in liblua.a(lsqlite3.o)
  "_sqlite3_result_error", referenced from:
      _lcontext_result_error in liblua.a(lsqlite3.o)
      _db_sql_finalize_function in liblua.a(lsqlite3.o)
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_result_int", referenced from:
      _lcontext_result_int in liblua.a(lsqlite3.o)
  "_sqlite3_result_null", referenced from:
      _lcontext_result_null in liblua.a(lsqlite3.o)
      _lcontext_result in liblua.a(lsqlite3.o)
  "_sqlite3_result_text", referenced from:
      _lcontext_result_text in liblua.a(lsqlite3.o)
      _lcontext_result in liblua.a(lsqlite3.o)
  "_sqlite3_rollback_hook", referenced from:
      _db_rollback_hook in liblua.a(lsqlite3.o)
  "_sqlite3_step", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
  "_sqlite3_temp_directory", referenced from:
      _lsqlite_temp_directory in liblua.a(lsqlite3.o)
  "_sqlite3_total_changes", referenced from:
      _db_total_changes in liblua.a(lsqlite3.o)
  "_sqlite3_trace", referenced from:
      _db_trace in liblua.a(lsqlite3.o)
  "_sqlite3_transfer_bindings", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
  "_sqlite3_update_hook", referenced from:
      _db_update_hook in liblua.a(lsqlite3.o)
  "_sqlite3_user_data", referenced from:
      _lcontext_aggregate_count in liblua.a(lsqlite3.o)
      _lcontext_set_aggregate_context in liblua.a(lsqlite3.o)
      _lcontext_get_aggregate_context in liblua.a(lsqlite3.o)
      _lcontext_user_data in liblua.a(lsqlite3.o)
      _db_sql_finalize_function in liblua.a(lsqlite3.o)
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_blob", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_bytes", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_double", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_int64", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_text", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_type", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
make: *** [mame] Error 1

Joined: Jul 2006
Posts: 109
Likes: 1
R
Senior Member
Senior Member
R Offline
Joined: Jul 2006
Posts: 109
Likes: 1
The same thing happened to me building 32bit binary on 10.6.8.

Originally Posted by Monotremata
0.154 Stopped dead in its tracks on Mac OS 10.7 with this:

Code
Archiving obj/sdl/mame/mame/libbus.a...
/usr/bin/ranlib: file: obj/sdl/mame/misc.a(multfish_ref.o) has no symbols
/usr/bin/ranlib: file: obj/sdl/mame/misc.a(unkfr.o) has no symbols
Archiving obj/sdl/libemu.a...
/usr/bin/ranlib: file: obj/sdl/libemu.a(rgbutil.o) has no symbols
Linking mame...
ld: warning: ignoring file obj/sdl/libsqlite3.a, file was built for archive which is not the architecture being linked (i386): obj/sdl/libsqlite3.a
Undefined symbols for architecture i386:
  "_sqlite3_aggregate_context", referenced from:
      _db_sql_finalize_function in liblua.a(lsqlite3.o)
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_aggregate_count", referenced from:
      _lcontext_aggregate_count in liblua.a(lsqlite3.o)
  "_sqlite3_bind_blob", referenced from:
      _dbvm_bind_blob in liblua.a(lsqlite3.o)
  "_sqlite3_bind_double", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_bind_int", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_bind_null", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_bind_parameter_count", referenced from:
      _dbvm_bind_parameter_name in liblua.a(lsqlite3.o)
      _dbvm_bind_parameter_count in liblua.a(lsqlite3.o)
      _dbvm_bind_names in liblua.a(lsqlite3.o)
      _dbvm_bind in liblua.a(lsqlite3.o)
      _dbvm_bind_values in liblua.a(lsqlite3.o)
  "_sqlite3_bind_parameter_name", referenced from:
      _dbvm_bind_parameter_name in liblua.a(lsqlite3.o)
      _dbvm_bind_names in liblua.a(lsqlite3.o)
  "_sqlite3_bind_text", referenced from:
      _dbvm_bind_index in liblua.a(lsqlite3.o)
  "_sqlite3_busy_handler", referenced from:
      _db_busy_handler in liblua.a(lsqlite3.o)
  "_sqlite3_busy_timeout", referenced from:
      _db_busy_timeout in liblua.a(lsqlite3.o)
  "_sqlite3_changes", referenced from:
      _db_changes in liblua.a(lsqlite3.o)
  "_sqlite3_close", referenced from:
      _cleanupdb in liblua.a(lsqlite3.o)
  "_sqlite3_column_blob", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_bytes", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_count", referenced from:
      _dbvm_get_unames in liblua.a(lsqlite3.o)
      _dbvm_get_names in liblua.a(lsqlite3.o)
      _dbvm_columns in liblua.a(lsqlite3.o)
      _dbvm_get_named_types in liblua.a(lsqlite3.o)
      _dbvm_get_utypes in liblua.a(lsqlite3.o)
      _dbvm_get_types in liblua.a(lsqlite3.o)
  "_sqlite3_column_decltype", referenced from:
      _dbvm_get_named_types in liblua.a(lsqlite3.o)
      _dbvm_get_utypes in liblua.a(lsqlite3.o)
      _dbvm_get_types in liblua.a(lsqlite3.o)
      _dbvm_get_type in liblua.a(lsqlite3.o)
  "_sqlite3_column_double", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_int64", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_name", referenced from:
      _dbvm_get_name in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _dbvm_get_named_values in liblua.a(lsqlite3.o)
      _dbvm_get_unames in liblua.a(lsqlite3.o)
      _dbvm_get_names in liblua.a(lsqlite3.o)
      _dbvm_get_named_types in liblua.a(lsqlite3.o)
  "_sqlite3_column_text", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_column_type", referenced from:
      _vm_push_column in liblua.a(lsqlite3.o)
  "_sqlite3_commit_hook", referenced from:
      _db_commit_hook in liblua.a(lsqlite3.o)
  "_sqlite3_complete", referenced from:
      _lsqlite_complete in liblua.a(lsqlite3.o)
  "_sqlite3_create_collation_v2", referenced from:
      _db_create_collation in liblua.a(lsqlite3.o)
  "_sqlite3_create_function", referenced from:
      _db_register_function in liblua.a(lsqlite3.o)
  "_sqlite3_data_count", referenced from:
      _dbvm_step in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
  "_sqlite3_errcode", referenced from:
      _dbvm_reset in liblua.a(lsqlite3.o)
      _db_errcode in liblua.a(lsqlite3.o)
      _db_prepare in liblua.a(lsqlite3.o)
      _lsqlite_do_open in liblua.a(lsqlite3.o)
  "_sqlite3_errmsg", referenced from:
      _db_errmsg in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _db_do_rows in liblua.a(lsqlite3.o)
      _lsqlite_do_open in liblua.a(lsqlite3.o)
  "_sqlite3_exec", referenced from:
      _db_exec in liblua.a(lsqlite3.o)
  "_sqlite3_finalize", referenced from:
      _cleanupvm in liblua.a(lsqlite3.o)
      _stepvm in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _db_close_vm in liblua.a(lsqlite3.o)
  "_sqlite3_free", referenced from:
      _lsqlite_temp_directory in liblua.a(lsqlite3.o)
  "_sqlite3_interrupt", referenced from:
      _db_interrupt in liblua.a(lsqlite3.o)
  "_sqlite3_last_insert_rowid", referenced from:
      _db_last_insert_rowid in liblua.a(lsqlite3.o)
  "_sqlite3_libversion", referenced from:
      _lsqlite_version in liblua.a(lsqlite3.o)
  "_sqlite3_mprintf", referenced from:
      _lsqlite_temp_directory in liblua.a(lsqlite3.o)
  "_sqlite3_open", referenced from:
      _lsqlite_do_open in liblua.a(lsqlite3.o)
  "_sqlite3_prepare", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
      _db_do_rows in liblua.a(lsqlite3.o)
      _db_prepare in liblua.a(lsqlite3.o)
  "_sqlite3_progress_handler", referenced from:
      _db_progress_handler in liblua.a(lsqlite3.o)
  "_sqlite3_reset", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
      _db_do_next_row in liblua.a(lsqlite3.o)
      _dbvm_reset in liblua.a(lsqlite3.o)
  "_sqlite3_result_blob", referenced from:
      _lcontext_result_blob in liblua.a(lsqlite3.o)
  "_sqlite3_result_double", referenced from:
      _lcontext_result_double in liblua.a(lsqlite3.o)
      _lcontext_result in liblua.a(lsqlite3.o)
  "_sqlite3_result_error", referenced from:
      _lcontext_result_error in liblua.a(lsqlite3.o)
      _db_sql_finalize_function in liblua.a(lsqlite3.o)
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_result_int", referenced from:
      _lcontext_result_int in liblua.a(lsqlite3.o)
  "_sqlite3_result_null", referenced from:
      _lcontext_result_null in liblua.a(lsqlite3.o)
      _lcontext_result in liblua.a(lsqlite3.o)
  "_sqlite3_result_text", referenced from:
      _lcontext_result_text in liblua.a(lsqlite3.o)
      _lcontext_result in liblua.a(lsqlite3.o)
  "_sqlite3_rollback_hook", referenced from:
      _db_rollback_hook in liblua.a(lsqlite3.o)
  "_sqlite3_step", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
  "_sqlite3_temp_directory", referenced from:
      _lsqlite_temp_directory in liblua.a(lsqlite3.o)
  "_sqlite3_total_changes", referenced from:
      _db_total_changes in liblua.a(lsqlite3.o)
  "_sqlite3_trace", referenced from:
      _db_trace in liblua.a(lsqlite3.o)
  "_sqlite3_transfer_bindings", referenced from:
      _stepvm in liblua.a(lsqlite3.o)
  "_sqlite3_update_hook", referenced from:
      _db_update_hook in liblua.a(lsqlite3.o)
  "_sqlite3_user_data", referenced from:
      _lcontext_aggregate_count in liblua.a(lsqlite3.o)
      _lcontext_set_aggregate_context in liblua.a(lsqlite3.o)
      _lcontext_get_aggregate_context in liblua.a(lsqlite3.o)
      _lcontext_user_data in liblua.a(lsqlite3.o)
      _db_sql_finalize_function in liblua.a(lsqlite3.o)
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_blob", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_bytes", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_double", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_int64", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_text", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
  "_sqlite3_value_type", referenced from:
      _db_sql_normal_function in liblua.a(lsqlite3.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
make: *** [mame] Error 1


SDLMAME OSX Intel Builds: http://sdlmame.lngn.net/
Joined: Mar 2001
Posts: 17,239
Likes: 263
R
Very Senior Member
Very Senior Member
R Offline
Joined: Mar 2001
Posts: 17,239
Likes: 263
Build from clean and try forcing PTR64=0 for 32-bit.

Joined: Jul 2006
Posts: 109
Likes: 1
R
Senior Member
Senior Member
R Offline
Joined: Jul 2006
Posts: 109
Likes: 1
Same error happens using PTR64=0


SDLMAME OSX Intel Builds: http://sdlmame.lngn.net/
Joined: Dec 2005
Posts: 330
A
AWJ Offline
Senior Member
Senior Member
A Offline
Joined: Dec 2005
Posts: 330
If you're doing a 32-bit build on a 64-bit system, you need to add -m32 to both CCOMFLAGS and CONLYFLAGS, since sqlite3 only uses the latter for some reason.

Joined: Mar 2001
Posts: 17,239
Likes: 263
R
Very Senior Member
Very Senior Member
R Offline
Joined: Mar 2001
Posts: 17,239
Likes: 263
Is there something we can do to fix that automatically? 32-bit on OS X is a severely endangered species (Apple will stop accepting 32-bit binaries in the Mac App Store this fall), but if it's not too painful to keep it running we probably should.

Joined: Jul 2007
Posts: 225
Senior Member
Senior Member
Joined: Jul 2007
Posts: 225
Im not even sure whether Im building 32 or 64 bit actually haha. I always delete my previous source folder, unzip the new one and just run make -j8 or -j16 if Im not doing anything else on the Mac..

Is there some way to tell?? I just did a Get Info on my 0.153 binary but the only info Finder tells me is its an Intel Unix Executable..
Theres no option like there is on say Logic Pro that has the checkbox to open as 32 bit, so is it safe to assume its building me 32-bit binaries?? Ill go give PTR64=1 a try and see if that works..

EDIT: Ok PTR64=1 worked and it built mame64.. I really gotta go search through my old posts, I seem to remember having to do this on one of the last couple of releases too, although the binary that just built does in fact say 'mame64' and my last one was just regular old 'mame'..

Last edited by Monotremata; 07/27/14 07:17 AM.
Joined: Feb 2007
Posts: 549
S
Senior Member
Senior Member
S Offline
Joined: Feb 2007
Posts: 549
Going by earlier posts in this thread, If your Mac is running OS X in 64-bit kernel and drivers mode and you could build SDLMame with no errors, then you have a 64-bit build.

If you're running Mountain Lion or Mavericks (or the Yosemite Developer Preview) you have a 64-bit executable. OS X is exclusively 64-bit since Mountain Lion - Mountain Lion and up will refuse to install on older Macs with 32-bit UEFI firmware even if they have a CPU with EM64T instruction set.

If you're running an earlier version of OS X, run terminal.app and enter uname -a to check whether you're in 32- or 64-bit kernel and drivers mode.

Joined: Jul 2007
Posts: 225
Senior Member
Senior Member
Joined: Jul 2007
Posts: 225
Originally Posted by Sune
OS X is exclusively 64-bit since Mountain Lion - Mountain Lion and up will refuse to install on older Macs with 32-bit UEFI firmware even if they have a CPU with EM64T instruction set.

Well thats not entirely correct but Apple doesnt want you to know theres workarounds hehe.. I cant jump to Mavericks yet though cause I still have a GeForce 7300 which didnt get drivers past Lion, and apparently seriously drags down the OS to the point of it not being worth it..

Thanks for the mention of uname! Looks like everything here is i386 so yep Im still limping along at 32-bits kernel wise..

Page 51 of 52 1 2 49 50 51 52

Moderated by  R. Belmont 

Link Copied to Clipboard
Who's Online Now
4 members (Darkstar, farngle, hal3000, 1 invisible), 58 guests, and 2 robots.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,331
Posts122,197
Members5,077
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Powered by UBB.threads™ PHP Forum Software 8.0.0