You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the symbol display is defined in mutple locals making it hard to compile components
-clash-protection -fcf-protection -Wall -o wmcore wmcore.o wmgeneral.o misc.o list.o -L/usr/X11R6/lib -lXpm -lXext -lX11
/usr/bin/ld: wmgeneral.o:(.bss+0x328): multiple definition of `display'; wmcore.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
that is from wmcore
The text was updated successfully, but these errors were encountered:
It seems the symbol display is defined in mutple locals making it hard to compile components
-clash-protection -fcf-protection -Wall -o wmcore wmcore.o wmgeneral.o misc.o list.o -L/usr/X11R6/lib -lXpm -lXext -lX11
/usr/bin/ld: wmgeneral.o:(.bss+0x328): multiple definition of `display'; wmcore.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
that is from wmcore
The text was updated successfully, but these errors were encountered: