Skip to content

Commit

Permalink
Date: Sat, 05 Nov 2005 17:46:48 +0900
Browse files Browse the repository at this point in the history
From: Hayashi Naoyuki
Subject: SDL_numjoysticks: multiply defined

The following linker error is produced when I try to build SDL CVS on Tru64.
ld:
.libs/libSDL.lax/libjoystick.a/SDL_sysjoystick.o: SDL_numjoysticks:
multiply defined

SDL_numjoysticks is defined in both src/joystick/SDL_joystick.c:48: and
SDL12/src/joystick/dummy/SDL_sysjoystick.c:37:.
As a result, compilation produce "multiply defined" errors, when link.
  • Loading branch information
slouken committed Nov 5, 2005
1 parent 2d83974 commit 04596c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/joystick/dummy/SDL_sysjoystick.c
Expand Up @@ -34,8 +34,6 @@ static char rcsid =
#include "SDL_sysjoystick.h"
#include "SDL_joystick_c.h"

Uint8 SDL_numjoysticks = 0;

/* Function to scan the system for joysticks.
* This function should set SDL_numjoysticks to the number of available
* joysticks. Joystick 0 should be the system default joystick.
Expand Down

0 comments on commit 04596c5

Please sign in to comment.