adobe / XMP-Toolkit-SDK

The XMP Toolkit allows you to integrate XMP functionality into your product or solution
BSD 3-Clause "New" or "Revised" License
199 stars 80 forks source link

Building on openSUSE Tumbleweed doesn't work #52

Closed LorenDB closed 2 years ago

LorenDB commented 2 years ago

Expected Behaviour

I anticipated a successful build.

Actual Behaviour

Running make in <xmpsdk>/build produced the following output: https://gist.github.com/LorenDB/2e06077544a178250713cea50cb4bc45

Steps to Reproduce

  1. Start an openSUSE VM or computer.
  2. git clone https://github.com/adobe/XMP-Toolkit-SDK.git
  3. cd XMP-Toolkit-SDK/build
  4. make

Platform and Version

Latest openSUSE Tumbleweed with latest XMP SDK code

maupadhyay commented 2 years ago

Hi @LorenDB , It seems the issue you are facing is due to missing third-party source files. Please refer to third-party of XMP Toolkit SDK Contents section in readme. You need to download and place the third-party source before building.

LorenDB commented 2 years ago

Thanks, that indeed was the problem!