troosh / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

The relative directory issue #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Build openjpeg in a different build directory rather than the source directory

The following commands can fix the problem.
  sed -i '/pkgconf_dir =/ s:/usr/lib/pkgconfig:@pkgconfigdir@:' \
         Makefile.am Makefile.in
  sed -i '/INCLUDES =/ {
                         s@\.\./libopenjpeg@$(top_srcdir)/libopenjpeg@;
                         s@\.\./common@$(top_srcdir)/common@;
                       }' \
         codec/Makefile.am codec/Makefile.in \
         mj2/Makefile.am mj2/Makefile.in

  sed -i -e '/@cp/ s@man/man[1,3]@$(top_srcdir)/doc/&@' \
         -e '/@$(INSTALL)/ s@\.\.@$(top_srcdir)@g' \
         doc/Makefile.am doc/Makefile.in

Original issue reported on code.google.com by soulyel...@gmail.com on 10 Dec 2011 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 11 Jan 2012 at 8:35

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 29 May 2012 at 1:10

GoogleCodeExporter commented 9 years ago
What is the status of this issue ?

Original comment by savmick...@gmail.com on 12 Mar 2013 at 5:11

GoogleCodeExporter commented 9 years ago
Since we only support cmake build system, I believe we can close this one.

Original comment by mathieu.malaterre on 12 Mar 2013 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 3:42