Linux Settings Tool
Moderator: Moderators
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
Yup, I think I had the same problem. And a make file would be good, so I can create a rpm package easily.LordMatt wrote:I think settings++ is not setting the minimap left/right for dual screen mode. It creates and changes a setting in .springrc called MinimapOnLeft=1 when it is supposed to be modifying DualScreenMiniMapOnLeft=1. Also I think it is confusing dynamic and refractive water modes.
I just realized that working source code for this will be pretty important for the Ubuntu package I need to make by the 30th.
See this thread: http://spring.clan-sy.com/phpbb/viewtopic.php?t=11540
See this thread: http://spring.clan-sy.com/phpbb/viewtopic.php?t=11540
I get errors: http://pastebin.com/m6fba9a12
wxGTK is installed:
installing wxGTK-2.8.4.0-2.5
installing wxGTK-gl-2.8.4.0-2.5
installing gtk2-devel-2.10.6-13
installing wxGTK-devel-2.8.4.0-2.5
wxGTK is installed:
installing wxGTK-2.8.4.0-2.5
installing wxGTK-gl-2.8.4.0-2.5
installing gtk2-devel-2.10.6-13
installing wxGTK-devel-2.8.4.0-2.5
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
Code: Select all
wx-configure --cxxflags
and
Code: Select all
wx-configure --libs

Drop the /wx from iflags, ie.
Failing that, try:
Code: Select all
iflags=/usr/include/wx-2.8/
Code: Select all
iflags='wx-configure --cxxflags'
I tryed the first one: http://pastebin.com/m1e3e2845
The seond one gives me the same errors as first, no file was found.
The seond one gives me the same errors as first, no file was found.
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56
whoops my bad, it's wx-config, not wx-configure
if doesn't work (c++ includes)
try (normal c includes)

if
Code: Select all
wx-config --cxxflags
try
Code: Select all
wx-config --cflags
Code: Select all
cc=g++
cflags=-Wall -Wextra -D __WXGTK__ -D _LARGE_FILES -D _FILE_OFFSET_BITS=64 -pthread
iflags='wx-config --cxxflags'
lflags=-l gtk-x11-2.0 -l gdk-x11-2.0 -l gthread-2.0 -l Xt -l wx_gtk2-2.8
target=Settings++
And the other one does not work, too.
- Tim Blokdijk
- Posts: 1242
- Joined: 29 May 2005, 11:18
This guy made a Chinese settings translation maybe his work can be interoperated?