Package Details: steamcurses-git r61.0ec79ed-1

Git Clone URL: https://aur.archlinux.org/steamcurses-git.git (read-only, click to copy)
Package Base: steamcurses-git
Description: Steam Ncurses for both native and wine versions
Upstream URL: https://github.com/TOTBWF/SteamCurses
Keywords: steam
Licenses: MIT
Conflicts: steamcurses
Provides: steamcurses
Submitter: vorpalblade
Maintainer: TOTBWF
Last Packager: vorpalblade
Votes: 10
Popularity: 0.000000
First Submitted: 2015-07-22 11:02 (UTC)
Last Updated: 2016-12-01 22:44 (UTC)

Latest Comments

hughesjs commented on 2020-09-06 08:30 (UTC)

I'm getting multiple multiple definition errors during the build. Don't have time to dig into it myself right now: any ideas? If not, will look at it myself later.

==> Starting build()... gcc -m32 -shared -fPIC steam_injector.c -o steam_injector.so -ldl -lX11 gcc -std=c11 -s -o steamcurses steamcurses.c parser.c manifest_generator.c -lmenu -lncurses /usr/bin/ld: /tmp/ccPZAIfS.o:(.bss+0x0): multiple definition of `g_logfile'; /tmp/ccNeiDRR.o:(.bss+0x0): first defined here /usr/bin/ld: /tmp/ccPZAIfS.o:(.bss+0x8): multiple definition of `g_username'; /tmp/ccNeiDRR.o:(.bss+0x8): first defined here /usr/bin/ld: /tmp/ccPZAIfS.o:(.bss+0x10): multiple definition of `g_password'; /tmp/ccNeiDRR.o:(.bss+0x10): first defined here /usr/bin/ld: /tmp/ccTC9ZiQ.o:(.bss+0x0): multiple definition of `g_logfile'; /tmp/ccNeiDRR.o:(.bss+0x0): first defined here /usr/bin/ld: /tmp/ccTC9ZiQ.o:(.bss+0x8): multiple definition of `g_username'; /tmp/ccNeiDRR.o:(.bss+0x8): first defined here /usr/bin/ld: /tmp/ccTC9ZiQ.o:(.bss+0x10): multiple definition of `g_password'; /tmp/ccNeiDRR.o:(.bss+0x10): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:14: final] Error 1

<deleted-account> commented on 2015-09-20 15:26 (UTC)

For building on my 64 bit platform, this needs package "gcc-multilib" from multilib repository. Can this somehow be added as a make-dependency?

vorpalblade commented on 2015-08-10 01:02 (UTC)

@TOTBWF: I've added steam to the depends array. I thought it was an either or for steam (either native steam or wine steam or both).

TOTBWF commented on 2015-07-23 04:15 (UTC)

Just a heads up, steam is in no way an optional dependency. The program relies on it for core functions, and is where it gets all of the data regarding installed games, launch paths, etc.