[Bug 10273] satisfy SafeDisc 2.x heuristic API analyzer by "adjusting" API exports/entry statistics of wine builtins (affects e.g. photoshop)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 14 18:47:02 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10273





--- Comment #36 from Dan Kegel <dank at kegel.com>  2008-01-14 18:47:02 ---
FWIW, here are two "bad" compilers, i.e. if you build today's git
with these compilers, photoshop CS's installer will abort before
asking you to activate:
  Ubuntu 7.10's default compiler, gcc-4.1.3 20070929 (prerelease)
  Ubuntu 6.06's default compiler, gcc-4.0.3 (Ubuntu 4.0.3-1ubuntu5)
On both of these operating systems, to build Wine properly, you can
install gcc-3.3 as a workaround, e.g.

  sudo apt-get install gcc-3.3
  cd wine-git
  make distclean || true
  ./configure CC=gcc-3.3


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list