serge1peshcoff / photostream

An unofficial Instagram client for elementary OS.
15 stars 0 forks source link

Error by compiling Photostream #9

Open sergioad opened 9 years ago

sergioad commented 9 years ago

Hello I got this error when I tried to build Photostream, I have allready all the dependencies (or at least I think) and I have allready used cmake with not errors, these errors are from make:

Linking C executable photostream CMakeFiles/photostream.dir/Widgets/PostBox.c.o: En la función photo_stream_widgets_post_box_construct': PostBox.c:(.text+0x1cd7): referencia agtk_label_set_xalign' sin definir CMakeFiles/photostream.dir/Widgets/UserWindowBox.c.o: En la función photo_stream_widgets_user_window_box_construct': UserWindowBox.c:(.text+0xd68): referencia agtk_label_set_xalign' sin definir CMakeFiles/photostream.dir/Widgets/CommentsBox.c.o: En la función photo_stream_widgets_comment_box_construct': CommentsBox.c:(.text+0xe3e): referencia agtk_label_set_xalign' sin definir CMakeFiles/photostream.dir/Widgets/NewsBox.c.o: En la función photo_stream_widgets_news_box_construct': NewsBox.c:(.text+0x17cc): referencia agtk_label_set_xalign' sin definir CMakeFiles/photostream.dir/Windows/BulkDownloadWindow.c.o: En la función photo_stream_bulk_download_window_construct': BulkDownloadWindow.c:(.text+0x11d8): referencia agtk_label_set_xalign' sin definir collect2: error: ld returned 1 exit status make[2]: * [src/photostream] Error 1 make[1]: * [src/CMakeFiles/photostream.dir/all] Error 2 make: *\ [all] Error 2 sergio@elementary:~/Descargas/photostream/build$