You are not logged in.

#1 2008-04-24 15:33:27

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

pekwm

well i must say..pekwm is awesome ive been trying it for some weeks i i like it more than fluxbox or openbox big_smile...but ive been having this problm with qt applications...for example amsn doenst open chat windows tongue shaman blocks radomly..and they both work flawless on other wms...maybe needs to be recompiled against some libs..but i have this problm with the STABLE release....

http://virtual.pekdon.net/pipermail/pek … 00141.html

* pekwm version SVN configured successfully.
*
* PREFIX: /usr/
* FEATURES:  XShape Xrandr Xft image-xpm image-jpeg image-png menus harbour
* CXXFLAGS: -g -O2  -I/usr/include/freetype2  
* LIBS:    -lX11 -lXext -lXrandr -lXft -lXrender -lfontconfig -lfreetype -lz
-lX11   -lXpm -ljpeg -lpng
*
make  all-recursive
make[1]: Entrando no diretório `/home/pibarnas/pekwm'
Making all in src
make[2]: Entrando no diretório `/home/pibarnas/pekwm/src'
g++ -DHAVE_CONFIG_H -I. -I..     -g -O2  -I/usr/include/freetype2  
-DSYSCONFDIR=\"/usr//etc/pekwm\" -DDATADIR=\"/usr//share\" -MT ActionHandler.o
-MD -MP -MF .deps/ActionHandler.Tpo -c -o ActionHandler.o ActionHandler.cc
In file included from Config.hh:16,
                 from PDecor.hh:16,
                 from ActionHandler.cc:15:
CfgParser.hh: In member function 'bool CfgParser::Entry::operator==(const
char*)':
CfgParser.hh:80: error: 'strcasecmp' was not declared in this scope
In file included from ActionHandler.cc:16:
PMenu.hh: At global scope:
PMenu.hh:26: warning: declaration 'class PDecor::TitleItem' does
not declare anything
In file included from ActionHandler.cc:18:
Frame.hh:32: warning: declaration 'class PDecor::Button' does not
declare anything
In file included from ActionHandler.cc:19:
Client.hh:32: warning: declaration 'class PDecor::TitleItem' does
not declare anything
In file included from ActionHandler.cc:21:
CmdDialog.hh:24: warning: declaration 'class PDecor::TitleItem'
does not declare anything
CmdDialog.hh:25: warning: declaration 'class Theme::TextDialogData'
does not declare anything
In file included from ActionHandler.cc:36:
ActionMenu.hh:31: warning: declaration 'class PMenu::Item' does not
declare anything
In file included from ActionHandler.cc:37:
FrameListMenu.hh:31: warning: declaration 'class PMenu::Item' does
not declare anything
In file included from ActionHandler.cc:38:
DecorMenu.hh:25: warning: declaration 'class PMenu::Item' does not
declare anything
In file included from ActionHandler.cc:40:
HarbourMenu.hh:25: warning: declaration 'class PMenu::Item' does
not declare anything
make[2]: ** [ActionHandler.o] Erro 1

can someone enlightme whats going on with qt apps under pekwm?
thanks


Its a sick world we live in....

Offline

#2 2008-04-25 06:09:31

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: pekwm

it's a gcc 4.3 issue.

Add a
#include <cstrings>
at the beginning of CfgParser.hh

Offline

#3 2008-04-25 08:31:48

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: pekwm

Snowman wrote:

it's a gcc 4.3 issue.

Add a
#include <cstrings>
at the beginning of CfgParser.hh

hi snowman thanks fot the reply..adding that string to the file the build still fails...ive looked in the file and its like this..

#ifndef _CFG_PARSER_HH_
#define _CFG_PARSER_HH_

#include "CfgParserKey.hh"
#include "CfgParserSource.hh"

#include <list>
#include <map>
#include <set>
#include <string>
#include <iostream>
#include <cstdlib>


Its a sick world we live in....

Offline

Board footer

Powered by FluxBB