-
I chased this bug on Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/synergy/+bug/299152
I cant attach patches here, but a patch to fix this issue is on the ubuntu bug report.
2009-02-11 04:33:51 UTC in synergy
-
A common way to test an alternate compiler is to override CC and CXX, eg:
./configure CC=/root/gcc-test/bin/gcc CXX=/root/gcc-test/bin/g++
Unfortunately configure fails to find the boost unit test libs because it creates patterns with the full pathname:
/root/gcc-test/bin/g++ -o conftest conftest.cc -lboost_unit_test_framework-/root/gcc-test/bin/gcc44
We can use basename to strip...
2008-09-06 00:33:56 UTC in QuantLib
-
quantlib fails to build when using the IBM xlc compiler on Linux. While the gcc compiler is OK, xlc complains that it cant resolve ShortRateDynamics:
class CoxIngersollRoss::Dynamics : public ShortRateDynamics {
The following patch (against latest SVN) fixes it:
class CoxIngersollRoss::Dynamics : public OneFactorModel::ShortRateDynamics {.
2008-08-27 07:17:14 UTC in QuantLib
-
antonb committed patchset 115 of module tdb to the Trivial Database CVS repository, changing 1 files.
2001-10-06 09:47:11 UTC in Trivial Database
-
antonb committed patchset 114 of module tdb to the Trivial Database CVS repository, changing 1 files.
2001-10-06 09:07:10 UTC in Trivial Database
-
antonb committed patchset 84 of module tdb to the Trivial Database CVS repository, changing 2 files.
2000-12-07 12:34:00 UTC in Trivial Database
-
antonb committed patchset 83 of module tdb to the Trivial Database CVS repository, changing 1 files.
2000-12-07 12:31:24 UTC in Trivial Database
-
antonb committed patchset 82 of module tdb to the Trivial Database CVS repository, changing 2 files.
2000-12-07 11:49:24 UTC in Trivial Database
-
antonb committed patchset 81 of module tdb to the Trivial Database CVS repository, changing 1 files.
2000-12-07 11:13:56 UTC in Trivial Database
-
antonb committed patchset 80 of module tdb to the Trivial Database CVS repository, changing 1 files.
2000-12-07 05:29:36 UTC in Trivial Database