After you have build some SOPE things, you can build the GNUstep Database Library from the ThirdParty section (which requires sope-core).

NOTE: Since SOPE 4.3 GDLAccess is now part of the SOPE main tree (as sope-gdl1), so you are not required to make a separate build anymore! Just follow the SOPE build instructions!

Requirements
  • gnustep-make, gnustep-objc, libxml2
  • sope-core
  • PostgreSQL client libs & development headers
  • GDLAccess => PostgreSQL72

    GNUstep Database Library [next]

    This is a modified OGo variant of the GNUstep database library. It was forked some time ago from the trunk of gnustep-db. Still, it should be largely compatible and adaptors should be portable between the OGo variant and the GNUstep variant with major issues.
    Buildtime: 37s (P4 Mobile 1.8GHz)

    cd GDLAccess
    make -s debug=yes install
    cd ..
    

    Check for success:

    PostgreSQL Adaptor (7.2 and up) [prev]

    The gnustep-db plugin for accessing PostgreSQL databases.

    cd PostgreSQL
    make -s debug=yes install
    cd ..
    

    Check for success:

    When you are done with gnustep-db, you can finally start building OpenGroupware.org groupware things ;-)
    Continue at the Logic section.