Tagged Questions
The multiple-versions tag has no wiki summary.
10
votes
3answers
273 views
Best practices for Python deployment — multiple versions, standard install locations, packaging tools etc
Many posts on different aspects of this question but I haven't seen a post that brings it all together.
First a subjective statement: it seems like the simplicity we experience when working with the ...
9
votes
1answer
233 views
closed source library includes boost distribution
I'm using a closed source library (by Activ financial) that includes with their API a boost distribution, both some boost header files and boost library files.
I also use Boost in my existing ...
9
votes
8answers
490 views
How to maintain long-lived python projects w.r.t. dependencies and python versions?
short version: how can I get rid of the multiple-versions-of-python nightmare ?
long version: over the years, I've used several versions of python, and what is worse, several extensions to python ...
9
votes
4answers
2k views
Using different versions of the same assembly in the same folder
I have the following situation
Project A
- Uses Castle Windsor v2.2
- Uses Project B via WindsorContainer
Project B
- Uses NHibernate
- Uses Castle Windsor v2.1
In the bin folder of ...
8
votes
6answers
305 views
Handle multiple versions in same URL
what I'm trying to do is to handle multiple versions of the same web application, somewhat like Google does with some of their products where you get the "Try the new version" link.
The goal is to ...
8
votes
3answers
363 views
boost distributed with closed source library
I have an application that needs to use a certain closed source C++ API. This API is distributed with some bits of Boost, binary library files and all. I like to use Boost in my own code. I can't just ...
7
votes
5answers
2k views
How should I install more than one version of Perl?
I want to install, from source, Perl versions 5.005, v5.6, v5.8, v5.10
Right now I have 'v5.10.0' installed.
/opt/perl/bin
/opt/perl/html
/opt/perl/lib
/opt/perl/man
/opt/perl/lib/5.10.0
...
6
votes
1answer
790 views
How can Install multiple Perl versions without them tripping over each other's XS modules?
I would like to install several different versions of perl in my home directory. I tried using App::perlbrew, but XS modules from one version were causing segfaults in the other version. Is there any ...
6
votes
3answers
228 views
How to keep forms and frames compilable in Delphi 6 - 2007?
We recently converted our long-running Delphi project to Open Source. Multiple people have contributed patches already, which is great, but unfortunately forms and frames when saved with Delphi 2006 ...
6
votes
5answers
398 views
Supporting different versions of Python
This subject has been disturbing me for some time.
For my Python project I wanted to be able to support Python versions 2.4 to 3.1. I thought a bit about how to do this, and eventually decided to ...
5
votes
1answer
87 views
The right way to provide a Premium update to a free Android App
I have been developing a free game (with ads) on the Android Market. Now quite a few people are requesting me to do a paid version without ads. I have no experience in keeping multiple versions of a ...
5
votes
2answers
208 views
Is there a non-global equivalent of perlbrew?
I'm using perlbrew right now to manage multiple versions of perl, but perlbrew is global. If I do perlbrew switch perl-5.10.1 in any shell, then all shells and scripts will now be using perl version ...
4
votes
2answers
73 views
How to implement multiple Android versions to use different libraries?
I know there are a lot of questions out there about multiple Android versions pertaining to free/paid versions but this might be a little different.
My app currently uses AdMob for advertising and ...
4
votes
1answer
171 views
Make two versions - lite and pro - of the same app
We have an AdWhirl-sponsored version of an app (Moonrise) and would like to offer an ad-free $.99 version.
For maintenance reasons, I'd like to have a single app in which I just change a couple ...
4
votes
3answers
2k views
OS X - multiple python versions, PATH and /usr/local
If you install multiple versions of python (I currently have the default 2.5, installed 3.0.1 and now installed 2.6.2), it automatically puts stuff in /usr/local, and it also adjusts the path to ...
3
votes
2answers
170 views
Installing modules for multiple python versions
I have installed python 2.6.6 and python 2.5.5 on the same machines (Ubuntu 10.0.4), since 2.6 is my default version and 2.5 I need for maintaining old stuff.
But I have a problem to install ...
2
votes
2answers
28 views
How to pip install a package with min and max version range?
I'm wondering if there's any way to tell pip, specifically in a requirements file, to install a package with both a minimum version (pip install package>=0.2) and a maximum version (theoretical ...
2
votes
1answer
296 views
Using multiple jQuery versions problem
I am building control that uses last version of jstree. Problem is that whole system is build using jQuery 1.3.2, but i need to use jQuery 1.4.2 for jstree, also to prevent errors need "$" still ...
2
votes
1answer
268 views
How to install multiple TRAC versions on Windows
We have been using TRAC 0.11.1 for quite some time now and have a lot of projects running with it. Now we are facing a migration to a new server and would like to start using TRAC 0.12.2.
Of course ...
2
votes
3answers
570 views
Multiple PHP versions on the same box
Is it possible to have multiple versions of PHP running on the same box ( like rails ) . Here is my problem , I need to start development on a new project and was planning to use PHP 5.3 for it so ...
2
votes
3answers
301 views
Managing multiple .Net-Frameworks on a webserver
So I'm in charge to deploy my project on the productive server where some other ASP.NET-Websites are also set up.
The problem now is that I wrote my whole project under .NET 3.5 but on the webserver ...
2
votes
4answers
155 views
Java - keeping multi-version application from splitting codebase
I am writing an application that will ship in several different versions (initially around 10 variations of the code base will exist, and will need to be maintained). Of course, 98% or so of the code ...
2
votes
6answers
2k views
Multi Firefox?
How can I test my website in multiple versions of firefox?
I have v2 installed. Now no matter where or how many times I install FF3, it always executes ff2..
I checked the interweb and it seems there ...
1
vote
2answers
80 views
Supporting multiple versions of Eclipse
I have an Eclipse plugin and I am aiming for 3.1 or 3.2 as a minimum version to support. The problem is that some of my code only works in version 3.5 and above (see my other question: Is there an ...
1
vote
0answers
88 views
What do you think of Spoon.net? [closed]
While searching for a way to run multiple Chrome versions on the same computer, I've eventually stumbled upon Spoon (check the demos: http://spoon.net/Server/Demos - and specifically one at the bottom ...
1
vote
1answer
69 views
Connecting to different database versions
I maintain a set of applications that use Pro*C to connect to Oracle 10g databases. These applications are generally involved with moving data from one database to another. In each case a connection ...
1
vote
2answers
183 views
Multiple iPhone App Versions for Different Countries
I created an app and it is currently live in the app store for all countries. I would like to roll out a different version of my app for the UK, the only difference being the cities users see. Is it ...
1
vote
3answers
154 views
Maintain multiple versions of the same Php website
I am building a new website using Php and CodeIgniter (on a LAMP stack). One requirement is to have the facility to run simultaneously more than one version of the same website e.g. a “live” and a ...
1
vote
4answers
807 views
Loading multiple versions of the same assembly
I'm working with a third-party assembly and unfortunately I now need to load their latest and a previous version into my project so at runtime I can decide which one to load. I only ever need one, ...
1
vote
3answers
547 views
How can I install a newer Perl without damaging the system install?
I have seen plenty of people mention some of the cool new features in Perl >= 5.12 but my preferred flavor of Linux Ubuntu only comes with 5.10.1.
I have no fear of PPAs and I know how to google ...
1
vote
2answers
110 views
What is the compatibility on .NET 4.0?
We have several .NET applications developed in .NET 3.5 (Windows services, web applications, and WCF services) in different servers.
I'd like to migrate to .NET 4.0 and use VS.NET 2010.
Does VS.NET ...
1
vote
1answer
91 views
Supporting multiple versions without separate builds in JavaME
I want to be able to support multiple versions of Java ME without having to have multiple builds. I already know how to detect the profile/configuration/supported JSRs. My problem is that knowing ...
0
votes
2answers
35 views
Aptana studio3 Eclipse plugin install process fails in specific conditions - what's the right processv to follow
I had first installed Eclipse with Aptana studio 2 plugin.
Later I would test studio3 and installed as stand alone.
Now I wish to migrate from studio 2 to 3 (very few projects) plugin, import ...
0
votes
1answer
81 views
How do /usr/include files (e.g. string.h) relate to gcc version?
I have a Kubuntu 11.10 system with Eclipse-CDT Indigo. gcc-4.6 was installed along with Eclipse. I have since installed gcc-4.4 and gcc-4.2 via Ubuntu packages.
I can switch the /usr/bin/gcc symlink ...
0
votes
1answer
313 views
jquery error with different versions tablesorter and ui dialog
I am quite new to jquery so hope this stuff isnt obvious. I searched for a solution but did not find one specific to my question.
I have a classic asp page which has a table that is updated every ...
0
votes
3answers
1k views
Running multiple python version
I want to run multiple Python version in my box. Is there anything like version manager in Python where I can switch between multiple Python version without having to call the full path of the python ...
0
votes
1answer
258 views
How to link to a specific version of the standard library (with gcc)
I've installed GCC 3.4 to /opt/gcc-3.4, and I'm using it to compile legacy code which is incompatible with GCC 4. This also means old versions of the C(++) standard libraries, binutils, and utility ...
0
votes
3answers
1k views
Running Visual Studio 2008 and 2010 at the same time
A group of us are working on a project which we built with .NET 3.5 in Visual Studio 2008. I want to test out Visual Studio 2010 and .NET 4 (well, mainly for WPF 4). I am just wondering if I install ...
0
votes
2answers
131 views
compiler versions
I have some guys here who have code that needs to be compiled with gcc-3.3. We have a CentOS 5.2.
When we compile it with their make files, it fails during the link and they say it is because it ...
0
votes
3answers
285 views
Run multiple versions of Internet Explorer on Windows Vista [closed]
Possible Duplicates:
Multiple IE instances on one machine.
Running IE6, IE7, and IE8 on the same machine
This question might belong to the Super User site, but then again: this is about ...