Skip to content

make install fails #97

@c8hunderscore

Description

@c8hunderscore
Makefile:71: update target 'lighthouse' due to: objs/child.o objs/display.o objs/globals.o objs/keysyms.o objs/lighthouse.o objs/results.o
gcc -Isrc/inc -O2 -Wall -std=c99 `pkg-config --cflags gdk-2.0` `pkg-config --cflags pango` objs/child.o objs/display.o objs/globals.o objs/keysyms.o objs/lighthouse.o objs/results.o -o lighthouse -lxcb -lxcb-xkb -lxcb-xinerama -lxcb-randr -lcairo -lpthread `pkg-config --libs gdk-2.0` `pkg-config --libs pango`
/usr/bin/ld: objs/display.o:(.bss+0xc0): multiple definition of `global'; objs/child.o:(.bss+0xc0): first defined here
/usr/bin/ld: objs/display.o:(.bss+0x0): multiple definition of `settings'; objs/child.o:(.bss+0x0): first defined here
/usr/bin/ld: objs/globals.o:(.bss+0x0): multiple definition of `settings'; objs/child.o:(.bss+0x0): first defined here
/usr/bin/ld: objs/globals.o:(.bss+0xc0): multiple definition of `global'; objs/child.o:(.bss+0xc0): first defined here
/usr/bin/ld: objs/lighthouse.o:(.bss+0xc0): multiple definition of `global'; objs/child.o:(.bss+0xc0): first defined here
/usr/bin/ld: objs/lighthouse.o:(.bss+0x0): multiple definition of `settings'; objs/child.o:(.bss+0x0): first defined here
/usr/bin/ld: objs/results.o:(.bss+0x0): multiple definition of `settings'; objs/child.o:(.bss+0x0): first defined here
/usr/bin/ld: objs/results.o:(.bss+0xc0): multiple definition of `global'; objs/child.o:(.bss+0xc0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:71: lighthouse] Error 1

i don't know what to say other than please fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions