Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

[Mac OS X - CS5.5] Using / linking Xerces statically

Enthusiast ,
Oct 28, 2011 Oct 28, 2011

Hi,

I'm actually trying to use Xerces and others components in an export plugin.

The problem is that I have never succeded to link those components statically.

Does anyone have some tips to do that?

ps: I do not have that kind of troubles for the pc version.

Thanks,

Thomas.

TOPICS
SDK
711
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Nov 25, 2011 Nov 25, 2011

Actually, I am not using static libraries for Mac os X.

I use Xerces and Boost as dynamic library (rpath), then add some build phases.

Xerces binaries are downloadable on Xerces website.

For Boost libraries, you've to do it by yourself. (see http://forums.adobe.com/thread/928988?tstart=0)

Thomas.

Translate
Adobe
Enthusiast ,
Nov 25, 2011 Nov 25, 2011
LATEST

Actually, I am not using static libraries for Mac os X.

I use Xerces and Boost as dynamic library (rpath), then add some build phases.

Xerces binaries are downloadable on Xerces website.

For Boost libraries, you've to do it by yourself. (see http://forums.adobe.com/thread/928988?tstart=0)

Thomas.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines