Can somebody explain to me how to fix this?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Teutorix wrote:> Can somebody explain to me how to fix this?Fix what? - -- Roy Smith Ubuntu 9.04 Jaunty Jackalope Registered Linux User #488144 Registered Ubuntu User #26841 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQIcBAEBAgAGBQJKIzoiAAoJEHFPV0E50l1iAOYQAInFQqSbgs0C1bYDTplNuKIM fARgzemVZ3OrekHWgB1R5dfUAWKucE4pMJiNQF3AhCheiGv7AB4VDzw6J/TtBiy5 y7ZORxvCKULdpOThBf3tfUYWA6ngIHAvItAChQH3bH6TAwgOPVK5zSYrbGYi1xrb LrphWfjvVszV0JxF9UCbWilzkMI6bSlWHokWQmjjdqSYqiPbRXgpvSQUXEsI9daN TZyRzEUjb3nJSSZcFhW3YEwZNDKBXdJ7BqlwtzxyJB+cKRDi8tx9uSSlu8/CS2i4 5yQy9lSEqPRfoxRgKQEijYgfndKkQoTSYec6cOJfoIHfJ4GZtwDC6R2swJSZpyLd luFUf8NYlRUdnyTnzWMze/8q6R/QNqTkUGHqqfe5EmM4qSC/e1tQCkLf3MZ1H9Jx mRC9XFFmDoVPiM0Dt5XTqsOxqpS+V1e5DbzbUnat9adJfHS6//pWJqGCpo4mCnA0 srZ8yISMteVc0rv8GrNOo71982eu5L+na6Yn8SPLWKUdxNMiffz4nAIZ3pbS6Y0Y 6QIAoVqOn+002ckYg/Z+h2/xne4Fz7UBfKGAI2+bqKLGbHM5K7AhrZW7O1vxvvRA hRAylZfGilHBohS21nBBSBjTPeoLfQ7eR1xznMJsT9hqb4jgBPSN10vz+2FHgqU9 aCGwHPoEHUxwntWJKwL6 =8/zy -----END PGP SIGNATURE-----
I actually did it myself. but now i cant install a dependency for wine 0.9.35-1 it keeps telling me to get libwine-ldap2 but i cant install libwine-ldap2 because THAT is Dependant on libdap2 which my computer refuses to install due to me having a more recent version of it.
Teutorix wrote:> I actually did it myself. but now i cant install a dependency for wine 0.9.35-1 > > it keeps telling me to get libwine-ldap2 but i cant install libwine-ldap2 because THAT is Dependant on libdap2 which my computer refuses to install due to me having a more recent version of it.You could try building from source. Why do you want such an old version?
Im trying to run Dawn of War. and it runs flawlessly on 0.9.35 but there are glitches on every version after that.
could somebody explain what in the name of god this command is? Code: CFLAGS=-fno-stack-protector ./configure --prefix="/home/[USERNAME]/.winebuilds/0.9.35/" The guide im looking at is telling me to do that be i cant get it to work
On Mon, Jun 1, 2009 at 8:40 AM, Teutorix <wineforum-user at winehq.org> wrote:> could somebody explain what in the name of god this command is? > > > Code: > CFLAGS=-fno-stack-protector ./configure --prefix="/home/[USERNAME]/.winebuilds/0.9.35/" > > > > The guide im looking at is telling me to do that be i cant get it to workTry: $ CFLAGS="-fno-stack-protector -g" ./configure --prefix="$HOME/.winebuilds/0.9.35/" -- -Austin
On Mon, Jun 1, 2009 at 10:38 AM, Austin English <austinenglish at gmail.com> wrote:> On Mon, Jun 1, 2009 at 8:40 AM, Teutorix <wineforum-user at winehq.org> wrote: >> could somebody explain what in the name of god this command is? >> >> >> Code: >> CFLAGS=-fno-stack-protector ./configure --prefix="/home/[USERNAME]/.winebuilds/0.9.35/" >> >> >> >> The guide im looking at is telling me to do that be i cant get it to work > > Try: > $ CFLAGS="-fno-stack-protector -g" ./configure > --prefix="$HOME/.winebuilds/0.9.35/" > > -- > -Austin >That should be on one line, of course. -- -Austin