Package Details: mygui-git 3.4.2.a238876f5-1

Git Clone URL: https://aur.archlinux.org/mygui-git.git (read-only, click to copy)
Package Base: mygui-git
Description: A library for creating Graphical User Interfaces for games and 3D applications
Upstream URL: http://mygui.info/
Licenses: LGPL
Conflicts: mygui, mygui-svn
Provides: mygui
Submitter: marzoul
Maintainer: AnotherFoxGuy
Last Packager: AnotherFoxGuy
Votes: 10
Popularity: 0.076980
First Submitted: 2014-08-30 18:40 (UTC)
Last Updated: 2022-03-03 10:26 (UTC)

Dependencies (5)

Required by (3)

Sources (1)

Latest Comments

1 2 Next › Last »

S3ctor commented on 2023-10-26 23:58 (UTC)

latest versions of https://aur.archlinux.org/packages/openmw-git now require -DMYGUI_DONT_ENABLE_OBSOLETE=TRUE

kleintux commented on 2022-12-27 10:22 (UTC)

Hi there

git is needed as a make dependency because the source is from git.

thank you for fixing and maintaining

<deleted-account> commented on 2012-11-26 01:22 (UTC)

This PKGBUILD checks out the latest version on SVN. RoR wiki right now calls for version 4344 (http://www.rigsofrods.com/wiki/pages/Compiling_3rd_party_libraries). I forced it to checkout out 4344 by changing the svn co line to read: svn co $_svntrunk --config-dir ./ -r 4344 $_svnmod It then misnames the resulting package with 5196. There is probably a more elegant way, but I didn't see it on the PKGBUILD man page.

<deleted-account> commented on 2012-10-24 23:10 (UTC)

Or if you do want tools and demos, prefix the cmake line in the PKGBUILD with: LDFLAGS=-lboost_system

couac commented on 2012-09-16 17:43 (UTC)

A simple workaround is to disable the build of both the demos and the tools. Just add: -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_TOOLS=OFF to the cmake line in the PKGBUILD and you're ready to go!

KinG-InFeT commented on 2012-09-01 12:02 (UTC)

Fails to build: Linking CXX executable ../../bin/Demo_Colour /usr/bin/ld: CMakeFiles/Demo_Colour.dir/DemoKeeper.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv' /usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO /usr/lib/libboost_system.so.1.50.0 so try adding it to the linker command line /usr/lib/libboost_system.so.1.50.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[2]: *** [bin/Demo_Colour] Error 1 make[1]: *** [Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

gururise commented on 2012-08-31 06:33 (UTC)

Fails to build... =( Linking CXX shared library ../../lib/libEditorFramework.so [ 53%] Built target EditorFramework Scanning dependencies of target Demo_Colour [ 54%] Building CXX object Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/ColourPanel.cpp.o [ 54%] Building CXX object Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/DemoKeeper.cpp.o [ 54%] Building CXX object Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/EditPanel.cpp.o Linking CXX executable ../../bin/Demo_Colour /usr/bin/ld: CMakeFiles/Demo_Colour.dir/DemoKeeper.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv' /usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO /usr/lib/libboost_system.so.1.50.0 so try adding it to the linker command line /usr/lib/libboost_system.so.1.50.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[2]: *** [bin/Demo_Colour] Error 1 make[1]: *** [Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build().

palkeo commented on 2011-03-26 17:56 (UTC)

Done :)

<deleted-account> commented on 2011-03-26 17:26 (UTC)

you should add that it conflicts with mygui from the [community] repo

jose1711 commented on 2011-03-05 17:51 (UTC)

it also builds without any issue on my box