Opened 11 years ago

Closed 11 years ago

#2260 closed defect (invalid)

Missing gloox/client.h

Reported by: Don Owned by:
Priority: Release Blocker Milestone:
Component: Build & Packages Keywords: gloox
Cc: Patch:

Description

I've done the following commands to update and build:

  svn update
  cd build/workspaces/
  ./update-workspaces.sh 
  cd gcc/
  make

All run smoothly until make. Instead of a successful build, I see this result:

$ make
==== Building mocks_real (release) ====
==== Building network (release) ====
==== Building lobby (release) ====
StanzaExtensions.cpp
In file included from ../../../source/lobby/StanzaExtensions.h:20:0,
                 from ../../../source/lobby/StanzaExtensions.cpp:18:
../../../source/lobby/glooxwrapper/glooxwrapper.h:71:26: fatal error: gloox/client.h: No such file or directory
compilation terminated.
make[1]: *** [obj/lobby_Release/StanzaExtensions.o] Error 1
make: *** [lobby] Error 2

Change History (1)

comment:1 by leper, 11 years ago

Milestone: Backlog
Resolution: invalid
Status: newclosed

Install gloox or gloox-devel or gloox-dev or whatever package has the development headers.

Note: See TracTickets for help on using tickets.