Displaying 3 results from an estimated 3 matches for "winegit".
Did you mean:
winedit
2008 Nov 13
3
Wine 1.1.8 and wine GIT(howto cooperate together?)
...lib32/libxslt.so.1 `pwd`/lib32/libxslt.so
ln -s /usr/lib32/libXxf86vm.so.1 `pwd`/lib32/libXxf86vm.so
then configure with such prefix
Code:
CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure --prefix=/usr/local/winegit
make depend && make
make install
Then i launched a game
$usr/local/winegit/bin/wine RA3.exe
game started without cursor
then i removed wine installed from launchpad and launched game again, and game started with animated cursor, why? When I back wine from launchpad again, no cursor
How...
2008 Nov 18
4
Problems compiling git under OS X
...on.o registry.o request.o semaphore.o serial.o signal.o snapshot.o sock.o symlink.o thread.o timer.o token.o trace.o unicode.o user.o window.o winstation.o -L../libs/wine -lwine ../libs/port/libwine_port.a && install_name_tool -change @executable_path/`../tools/relpath /Users/fridbert/winegit/bin /Users/fridbert/winegit/lib`/libwine.1.dylib @executable_path/../libs/wine/libwine.1.dylib wineserver || rm -f wineserver
Undefined symbols:
"_sched_setscheduler", referenced from:
_set_thread_priority in thread.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
gcc...
2006 Jun 11
4
Regression testing Money 2004
Hi,
I'm following the WineGit instructions to try and discover why Money
2004 doesn't run with 0.9.12 or later. This is the first time I have
tried to do regression testing, so I need some help. Is this the
correct group to ask?
I have installed git 1.1.4, copied the GIT repository to my PC,
installed g++, yacc and bison...