Nicolau Goncalves wrote:

<snip>
> Hi all
>
> I'm having the same problem (compiling kdelibs3-unified) but mine is
> version 3.5.10-1.
> I'm using the 64bit version of the repositories.
> Here's my system's info:
>
> Package manager version: 0.29.9
> Distribution version: selfupdate-rsync Fri Sep 11 11:09:11 2009,
>  10.6, x86_64
> XCode: 3.2
>
>
> Here's the last error messages (starting with the first warnings): In
> file included from
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:31:
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:473:7: warning: "__hpux" is not defined
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:475:7: warning: "__NetBSD__" is not defined
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:477:7: warning: "__OpenBSD__" is not defined
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:481:7: warning: "__svr4__" is not defined
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:483:7: warning: "_AIX" is not defined In file included
> from /usr/include/c++/4.2.1/backward/iostream.h:31, from
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:46, from
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:486, from
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:31:
> /usr/include/c++/4.2.1/backward/backward_warning.h:32:2: warning:
> #warning This file includes at least one deprecated or antiquated
> header. Please consider using one of the 32 headers found in section
> 17.4.1.2 of the C++ standard. Examples include substituting the <X>
> header for the <X.h> header for C++ includes, or <iostream> instead of
> the deprecated header <iostream.h>. To disable this warning use
> -Wno-deprecated. In file included from
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:486, from
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:31:
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp: In function 'bool GetInfo_Sound(QListView*)':
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:124: warning: 'AudioHardwareGetProperty' is deprecated
> (declared at
> /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:
> 1119)
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:124: error: cannot convert 'long unsigned int*' to
> 'UInt32*' for argument '2' to' 'OSStatus
> AudioHardwareGetProperty(AudioHardwarePropertyID, UInt32*, void*)'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:135: warning: 'AudioDeviceGetProperty' is deprecated
> (declared at
> /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:
> 2367)
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:135: error: cannot convert 'long unsigned int*' to
> 'UInt32*' for argument '5' to 'OSStatus
> AudioDeviceGetProperty(AudioDeviceID, UInt32, Boolean,
> AudioDevicePropertyID, UInt32*, void*)'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:143: warning: 'AudioDeviceGetProperty' is deprecated
> (declared at
> /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:
> 2367)
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:143: error: cannot convert 'long unsigned int*' to
> 'UInt32*' for argument '5' to 'OSStatus
> AudioDeviceGetProperty(AudioDeviceID, UInt32, Boolean,
> AudioDevicePropertyID, UInt32*, void*)'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp: At global scope:
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:158: warning: unused parameter 'lbox'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:163: warning: unused parameter 'lbox'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info_osx.cpp:173: warning: unused parameter 'lbox'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:46: warning: unused parameter 'parent'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:55: warning: unused parameter 'parent'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:64: warning: unused parameter 'parent'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:73: warning: unused parameter 'parent'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/main.cpp:142: warning: unused parameter 'parent'
> /sw/src/fink.build/kdebase3-unified-3.5.10-1/kdebase-3.5.10/kcontrol/
> info/info.cpp:436: warning: 'int GetInfo_ReadfromPipe(QListView*, const
> char*, bool)' defined but not used Error creating
> ./kcontrol/info/main.lo. Exit status 1. kdebase3-unified-3.5.10-1 make
> failed!
>
>
>
> --- 
> Nicolau Goncalves
>
>
>   
Your problem is with kde*base*3-unified, not kde*libs*3-unified, so I've
changed the subject accordingly. 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to