dee

synced-lists example does not build

Bug #669214 reported by Dylan McCall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dee
Fix Released
Low
Dylan McCall

Bug Description

In lp:dee /examples, there is a file called synced-lists.c which does not build with the current libdee. There are directions for building it in the comments at the top of the file. A few problems :)

The directions are wrong! It says to compile with:
gcc synced-lists.c -o synced-lists `pkg-config --libs --cflags dee gtk+-2.0`
However, the package is called dee-1.0, so that should say:
gcc synced-lists.c -o synced-lists `pkg-config --libs --cflags dee-1.0 gtk+-2.0`

Now we have some errors caused by trying to instantiate DeeModel instead of one of its implementations. Replacing dee_model_new with dee_shared_model_new solves that one.

Related branches

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Thanks! Good catch. Merged!

Changed in dee:
assignee: nobody → Dylan McCall (dylanmccall)
importance: Undecided → Low
milestone: none → 0.5.0
status: New → Fix Committed
Changed in dee:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.