Problem in compile
./awn_extras.
./awn_extras.
./awn_extras.
./awn_extras.
./awn_extras.
./awn_extras.
./awn_extras.
make[5]: *** [awn_extras.lo] Error 1
make[5]: Leaving directory `/root/
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/
make: *** [all] Error 2
VaioTux awn-extras-
can u help me? :)
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Awn Extras Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- D|3-H4rD
- Solved:
- 2008-02-22
- Last query:
- 2008-02-22
- Last reply:
- 2008-02-22
Ste (stefano-badoino) said : | #1 |
The problem is file
./awn-extras-
I modified line 25 from
#include <libawn-
to
#include <awn-extras.h>
and this did the trick!
D|3-H4rD (pietro-albano) said : | #2 |
this trick solved my problem only in part, now i got this problem:
make[4]: Leaving directory `/root/
make[4]: Entering directory `/root/
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../src -DORBIT2=1 -pthread -I/usr/
gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../src -DORBIT2=1 -pthread -I/usr/
In file included from affinity.h:32,
aff-settings.
In file included from affinity.h:32,
aff-settings.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make[4]: *** [applet.lo] Error 1
make[4]: Leaving directory `/root/
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/
make: *** [all] Error 2
VaioTux awn-extras-
Ste (stefano-badoino) said : | #3 |
The problem is that make can't find library "awn-config-
aff-settings.
awn-config-client.h is part of libawn, so if you installed avant-window-
You should try these two solution:
1) run "ldconfig" after installing avant-window-
or, if it doesn't work
2) modify /root/awn-
change line 29 from
#include <libawn/
to
#include <absolute_
In my case, I modified it to
#include </usr/local/
and it worked whitout any error.
Good luck!
D|3-H4rD (pietro-albano) said : | #4 |
i imported all libs, but now i have this error, gio.h not found
In file included from aff-results.c:37:
/usr/local/
aff-results.c:300: error: expected declaration specifiers or '...' before 'GAppInfo'
aff-results.c: In function 'aff_results_
aff-results.c:332: warning: passing argument 2 of 'g_list_append' makes pointer from integer without a cast
aff-results.c:333: error: 'app' undeclared (first use in this function)
aff-results.c:333: error: (Each undeclared identifier is reported only once
aff-results.c:333: error: for each function it appears in.)
aff-results.c:333: warning: initialization makes pointer from integer without a cast
aff-results.c: In function 'aff_results_
aff-results.c:381: error: 'GFile' undeclared (first use in this function)
aff-results.c:381: error: 'file' undeclared (first use in this function)
aff-results.c:404: warning: assignment makes pointer from integer without a cast
aff-results.c:416: warning: assignment makes pointer from integer without a cast
aff-results.c:429: error: 'GAppInfo' undeclared (first use in this function)
aff-results.c:429: error: 'app' undeclared (first use in this function)
aff-results.c:429: error: expected expression before ')' token
aff-results.c:430: warning: initialization makes pointer from integer without a cast
aff-results.c:431: error: 'GIcon' undeclared (first use in this function)
aff-results.c:431: error: 'icon' undeclared (first use in this function)
aff-results.c:434: error: subscripted value is neither array nor pointer
aff-results.c:436: error: 'icon_file' undeclared (first use in this function)
aff-results.c:437: warning: assignment makes pointer from integer without a cast
make[4]: *** [aff-results.lo] Error 1
make[4]: Leaving directory `/root/
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/
make: *** [all] Error 2
VaioTux awn-extras-
/usr/src/
/usr/src/
/usr/src/
/usr/src/
/usr/src/
/usr/src/
/usr/include/
VaioTux awn-extras-
D|3-H4rD (pietro-albano) said : | #5 |
I solved my problem in compile. This is the trick:
1. I downloaded avant-window-
go to in avant-window-
2 download awn-extras-
go to in awn-extras-
after that type ldconfig and all work fine, in compilation step.
After compilation i cant add more applets, only follow applets works
- awn Main MenĂ¹
- awn Terminal
- awn Separator
- awn Affinity Search
- awn Launcher
Ste (stefano-badoino) said : | #6 |
Happy to see you finally made it work! :)
Good job!
D|3-H4rD (pietro-albano) said : | #7 |
I solved completally my problem in this way:
1. added desktop-effects overlays in layman ( also if this overlay is not show in list, but work :) )
2. emerge avant and avant-applets