Search Criteria
Package Details: qtspim 9.1.22-1
Git Clone URL: | https://aur.archlinux.org/qtspim.git (read-only, click to copy) |
---|---|
Package Base: | qtspim |
Description: | New user interface for spim, a MIPS simulator. |
Upstream URL: | http://spimsimulator.sourceforge.net/ |
Licenses: | |
Submitter: | arojas |
Maintainer: | jsh6789 (thomasqueirozb) |
Last Packager: | thomasqueirozb |
Votes: | 3 |
Popularity: | 0.25 |
First Submitted: | 2020-05-01 19:35 |
Last Updated: | 2021-01-04 06:18 |
Dependencies (4)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- icu (icu-git-static, icu-git) (make)
- qt5-tools (qt5-tools-git) (make)
- subversion (make)
Latest Comments
lorber13 commented on 2021-03-30 13:24
package fails to compile...
../CPU/parser.y: In function ‘int yyparse()’: ../CPU/parser.y:2118:17: warning: cast between incompatible function types from ‘void ()(int)’ to ‘void ()(void)’ [-Wcast-function-type] 2118 | { | ^
../CPU/parser.y:2234:16: warning: cast between incompatible function types from ‘void ()(int)’ to ‘void ()(void)’ [-Wcast-function-type] 2234 | | ^
../CPU/parser.y:2374:16: warning: cast between incompatible function types from ‘void ()(int)’ to ‘void ()(void*)’ [-Wcast-function-type] 2374 | | ^
thomasqueirozb commented on 2020-12-02 18:47
Hey @redfox sorry for the delay. As any arch user would say... take a look at the wiki. Also take a look at the related articles, especially the Creating packages, makepkg, PKGBUILD and .SRCINFO articles. The amount of information can be a bit overwhelming at first so I recommend you watch DistroTube's video with bigpod where they create an AUR package YouTube link|LBRY link
redfox commented on 2020-11-12 07:36
@thomasqueirozb thanq very much you saved my day, the only option I had was to install windows then, and BTW any idea about where I can learn to package for aur?
thomasqueirozb commented on 2020-11-05 05:37
@redfox should work now
redfox commented on 2020-11-04 18:22
The build is still broken.....
thomasqueirozb commented on 2020-10-24 02:25
This fails to build for multiple reasons. The following is the diff I made to the PKGBUILD to build it successfully: