Results 1 to 1 of 1

Thread: Building Biarch (Shared WoW64) Wine On Ubuntu

  1. #1
    Join Date
    Sep 2013
    Beans
    1

    Unhappy Building Biarch (Shared WoW64) Wine On Ubuntu

    Building Biarch (Shared WoW64) Wine On Ubuntu
    [ http://wiki.winehq.org/BuildingBiarchWineOnUbuntu ] - you need to follow this link -


    Reason: build 32 bit wine inside a 32 bit container with LXC to use Wine32 & Wine64 together for irreplacable [yet] CAD & other programs

    SO:

    I downloaded the newest wine 1.7 for Raring:
    git clone git://source.winehq.org/git/wine.git ~/wine-git

    BUT:

    ONE

    sudo apt-get build-dep wine
    [ takes me into an infinite loop: ]
    "The following packages will be REMOVED:
    libsane-dev libtiff5-dev
    The following NEW packages will be installed:
    libtiff4-dev
    0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded"
    HOWEVER if I let it do this, it complains about the removed ones as missing - and the other way around, it complains about
    libtiff4-dev missing -
    leaving me UNABLE to get out of this infinite loop...


    So I leave the newer files installed and go on...


    TWO

    Definately Installed: build-essential:
    "Reading state information... Done
    build-essential is already the newest version"



    I sudo lxc-start -n my32bitbox
    then:
    sudo apt-get build-dep wine
    cd $HOME
    mkdir wine32-tools
    cd wine32-tools
    ~/wine-git/configure [ here it cannot find gcc - even if i put in the precise path to there - a lot of other comands is a no-go too - ]

    Please help
    Last edited by Adrie_Nel; September 17th, 2013 at 06:57 AM. Reason: syntax

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •