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

List:       kdevelop-bugs
Subject:    [Bug 134780] New: problems configuring and building kdevelop
From:       Hannes <ulfonk_mennhar () gmx ! de>
Date:       2006-09-28 11:35:00
Message-ID: 20060928133459.134780.ulfonk_mennhar () gmx ! de
[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=134780         
           Summary: problems configuring and building kdevelop
           Product: kdevelop
           Version: 3.3.4
          Platform: Solaris Packages
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: ulfonk_mennhar gmx de


Version:           3.3.4 (using KDE KDE 3.4.3)
Installed from:    Solaris Packages
Compiler:          gcc (GCC) 3.4.5 
OS:                Solaris

I built kdevelop 3.3.4 on solaris 10 but had to make a few changes to do that:

1. "tr -. __" is not working on solaris (endless loop for some reason), using "tr . _ \
| tr - _" instead fixes it (admin/cvs.sh:642).

2. line 2943ff in libtool:
                    # Sure, some shells/systems don't implement the -ef.
                    # Those will have to live with the warning.
                    test "$absdir" -ef "$libdir" > /dev/null 2>&1 ||
                      $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
can return 1 in certain situations. If it does, the build process stops because it is \
assumed that something went wrong. Just removing the warning solves it, but I don't \
know why this particular warning is issued in the first place

3. Berkely db 4 is required in some source files and the build will fail if it isn't \
recognized. However, the configure script only checks for versions >= 3 and < 4.2. \
That leaves only 4.0 and 4.1 as really acceptable versions. I changed the configure \
script to not checkt that at all and 4.4 seems to work well.


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

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