[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 161813] cannot compile kdevelop this bugzilla forces me to add
From:       tstaerk <dev () staerk ! de>
Date:       2008-05-08 19:04:46
Message-ID: 20080508190446.7693.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=161813         




------- Additional Comments From dev staerk de  2008-05-08 21:04 -------
Looking deeper into it, I want to add that the following program:

      #include <db.h>

int
main ()
{

      #if DB_VERSION_MAJOR < 4 && DB_VERSION_MINOR < 1
         choke me
      #else
         DB *db;
         db->open( db, 0, 0, NULL, DB_BTREE, DB_CREATE, 0644 );
      #endif

  ;
  return 0;
}
can be compiled on my system with the command
gcc -I/usr/include/db41 program.c

However, setting db-include-dir to /usr/include/db41 does not help.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic