Can't build the sources
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Writer |
New
|
Undecided
|
Unassigned |
Bug Description
I followed the instructions as follows:
# Dependencies
sudo apt-get build-dep scratch-text-editor
# Getting the sources as stated in the INSTALL file
bzr branch lp:writer
# CD-ing in the folder
cd writer
mkdir install
cd install
cmake .. -DCMAKE_
make
Unfortunately, I got the following:
Linking C executable writer
CMakeFiles/
/home/<
/home/<
/home/<
collect2: error: ld returned 1 exit status
make[2]: *** [writer] Error 1
make[1]: *** [CMakeFiles/
make: *** [all] Error 2
Why version of GTK+ are you using?
gtk_label_ set_xalign( ) is available only since 3.16 https:/ /developer. gnome.org/ gtk3/stable/ GtkLabel. html#gtk- label-set- xalign