On 2020-08-01 09:20, Antonio Scuri wrote:
>   Let say in other words. PdflibLite is out of the CD src folder, but is is
> inside the CD SVN. Browser the CD SVN and you will find it on the same
> level of the FTGL and Freetype folders. Checkout and you will be able to
> complete the cdpdf library.
> 
> Best,
> Scuri
> 
> [...]

Thanks for the response.  Unfortunately, in my svn/ tree, I check out
canvasdraw-cd/trunk, and have:

        cd CVSROOT  freetype  ftgl  pdflib7

So, at least at the CD repository->Assistant SVN level, I already have the
stuff available locally.

Next step, when I set up the "work" or "play" directories, I check out
"source revisions" from the archive/ directory.  The filenames ultimately
come from aliases (revisions are dummy numbers, just for example):

      $ cd PROJECT/svn

      svn$ # IM
      svn$ ln -s imtoolkit-imtrunk/im im
      svn$ tar czvf ../archive/im-r1234-Sources.tar.gz im

      svn$ # CD
      svn$ ln -s canvasdraw-cd/trunk/cd
      svn$ tar czvf ../archive/cd-r5678-Sources.tar.gz cd

      svn$ # IUP
      svn$ ln -s iup-iup/trunk/iup iup
      svn$ tar czvf ../archive/iup-r9012-Sources.tar.gz iup

This structure means that the tarballs I create from the SVN repositories
have "im", "cd" and "iup" at the top level, as per the release "*_Sources*"
structure.

Looking more closely at PROJECT/svn/canvasdraw-cd/trunk:

      $ ls -al PROJECT/svn/canvasdraw-cd/trunk
      total 32
      drwxrwxr-x 8 x x 4096 Jul 30 10:01 .
      drwxrwxr-x 3 x x 4096 Jul 30 10:01 ..
      drwxrwxr-x 9 x x 4096 Aug  1 08:36 cd
      drwxrwxr-x 2 x x 4096 Jul 30 10:01 CVSROOT
      drwxrwxr-x 6 x x 4096 Aug  1 08:36 freetype
      drwxrwxr-x 6 x x 4096 Aug  1 08:36 ftgl
      drwxrwxr-x 4 x x 4096 Aug  1 08:36 pdflib7
      drwxrwxr-x 4 x x 4096 Jul 30 10:01 .svn


I've tried both "WORK/pdflib7" and "WORK/pdflib", copying (using rsync)
the sources from the "svn/pdflib7" directory, such that it conforms to
the general rule of "unpack all the packages in a directory, with each
package being a top-level directory, e.g. im/ cd/ iup/", and trying to
extend this simple rule to either "pdflib7/" or "pdflib/", both without
success.

Any help would be appreciated.

s-b etc.


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to