! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
secondary.h file not found
Status:
RESOLVED: FIXED

Comments

Description Mateusz Loskot 2006-04-08 19:31:31 CEST
I tried to compile xffm/xffm-gui package and I got small error message that xffm.h includes secondary.h file but it can't be found.
I looked into SVN history and
it seems it has been deleted from the repo in r20465:


Current Directory: /xffm/
Rev: 20465 - Go to most recent revision
Author:	edscott
Last modification: Rev 20465 - 2006-03-17 12:51:37 +0000 (Fri, 17 Mar 2006)
Log message: doc tweaks

Deleted files:	xffm/trunk/libxffm/libs/secondary.c
xffm/trunk/libxffm/libs/secondary.h


So, I commented out the line including secondary.h and xffm-gui builds without any problems:

mloskot@dog:~/dev/xfce/_svn/xffm/xffm-gui$ cat /usr/local/include/xffm/xffm.h
#include "types.h"
#include "constants.h"
#include "primary.h"
// XXX - mloskot - SVN history says this file was deleted form xffm
//#include "secondary.h"
#include "actions_lib.h"
Comment 1 edscott editbugs 2006-04-12 18:23:31 CEST
Fixed in SVN r20857.

Bug #1649

Reported by:
Mateusz Loskot
Reported on: 2006-04-08
Last modified on: 2009-07-14

People

Assignee:
edscott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information