gcc-4.4 | |
|
|
Mitglied Developer Posts: 92 Registered: 2009-02-26 | hi everybody;
two problems with gcc-4.4:
* problem with slim:
Code | [In neuem Fenster öffnen] | | /usr/bin/g++ -Wall -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libpng12 -I/usr/include -DPACKAGE=\"slim\" -DVERSION=\"1.3.1\" -DPKGDATADIR=\"/usr/share/slim\" -DSYSCONFDIR=\"/etc\" -DHAVE_SHADOW -c switchuser.cpp -o switchuser.o
switchuser.cpp: In member function 'void SwitchUser::SetClientAuth(const char*)':
switchuser.cpp:59: error: 'remove' was not declared in this scope
make: *** [switchuser.o] Error 1
make: *** Waiting for unfinished jobs....
*** Error: make -j 2
*** ERROR: slim-x86-glibc-2.10-gcc-4.4-1-1.3.1-1 |
* and midori (worked fine with 4.3)
Code | [In neuem Fenster öffnen] | | /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../libwebkit-1.0.so: undefined reference to `enchant_dict_free_suggestions'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../libwebkit-1.0.so: undefined reference to `enchant_dict_add_to_session'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../libwebkit-1.0.so: undefined reference to `enchant_dict_suggest'
collect2: ld returned 1 exit status
Build failed
-> task failed (err #1):
{task: cc_link main_3.o -> midori}
make: *** [all] Error 1
*** Error: make -j 2
*** ERROR: midori-x86-glibc-2.10-gcc-4.4-1-0.1.6-1 |
can anybody help there? .............................. https://www.richardnespithal.com
# [ ! $(uname -r | grep "paldo") ] && rm -rf /* |
|
|
|
|
|
Re: gcc-4.4 | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Thats weird because considering arch linux that uses gcc 4.4.0 and does have midori and slim compiled correctly on there repositories.
what are the packages your talking about: testing, stable, experimental ? .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: gcc-4.4 | |
|
|
Mitglied Developer Posts: 92 Registered: 2009-02-26 | |
|
|
|
|
|
Re: gcc-4.4 | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | but does slim works too? .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: gcc-4.4 | |
|
|
Mitglied Developer Posts: 92 Registered: 2009-02-26 | |
|
|
|
|
|