Index: autoroute.c =================================================================== --- autoroute.c (revision 21503) +++ autoroute.c (revision 21504) @@ -4342,7 +4342,7 @@ * to route a net from a particular starting point, but perfectly * able to route it from some other. */ percent = calculate_progress(this_heap_item, this_heap_size, &ras); - request_cancel = pcb_gui->progress(percent * 100., 100, _("Autorouting tracks")); + request_cancel = pcb_hid_progress(percent * 100., 100, _("Autorouting tracks")); if (request_cancel) { ras.total_nets_routed = 0; ras.conflict_subnets = 0; @@ -4714,7 +4714,7 @@ /* auto-route all nets */ changed = (RouteAll(rd).total_nets_routed > 0) || changed; donerouting: - pcb_gui->progress(0, 0, NULL); + pcb_hid_progress(0, 0, NULL); if (conf_core.editor.live_routing) { int i; pcb_box_t big = { 0, 0, PCB_MAX_COORD, PCB_MAX_COORD };