Re: Can't compile tip with eubins 02-16-11

new topic     » goto parent     » topic index » view thread      » older message » newer message
ne1uno said...

if you just wanted to work on 4.0.1 use branch "4.0" then update. or from tortoiseHg rightclick on the directory then tortoiseHg -> update then select either default to build 4.1 or 4.0 to work on 4.0.1

I've created some helper scripts to work on different versions (4.0.1, 4.1 32-bit, 4.1 64-bit), and I've got separate build directories for each:

# config4.0 
hg up -C 4.0 
./configure --build ../4.0 --eubin ~/eu/oe-release/4.0.0/bin 
 
# config32 
hg up -C default 
./configure --build ../32 --arch=x86 
 
# config64 
hg up -C default 
./configure --build ../64 

Obviously, this is on a 64-bit system. I've got 4.1 binaries installed, and 4.0 binaries in ~/eu/oe-release/4.0.0/bin/. I have similar batch files on windows, but note that you have to use "call hg ..." and "call configure.bat ..." in a windows batch file.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu