Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Problem with make daad' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Problem with make daad
Authored by: JcJensen on Aug 24, '03 07:00:57PM

Hi,

i have a problem with make of daad

i type in " make"

the result is:

[...]
dboutput.h:106: request for member `clear' in `out', which is of non-aggregate type `int'
dboutput.h:107: request for member `size' in `this->Dictionary<Song>::map', which is of non-aggregate type `int'
dboutput.h:108: request for member `begin' in `this->Dictionary<Song>::map', which is of non-aggregate type `int'
dboutput.h:108: request for member `end' in `this->Dictionary<Song>::map', which is of non-aggregate type `int'
dboutput.h:109: invalid type argument of `unary *'
dboutput.h: In member function `T* Dictionary<T>::find(...) const [with T = Container]':
types.h:292: instantiated from here
dboutput.h:114: `id' undeclared (first use this function)
dboutput.h:115: invalid type argument of `unary *'
dboutput.h:115: request for member `end' in `this->Dictionary<Container>::map', which is of non-aggregate type `int'
make: *** [daapd.o] Fehler 1


anybody know what to do ?

thx jens



[ Reply to This | # ]
Problem with make daad
Authored by: Shawn Parr on Oct 06, '03 05:20:49PM

Make sure you install daaplib, not the libdaap. I made this same mistake, they are both linked to from the daapd page.



[ Reply to This | # ]