serge1peshcoff / photostream

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

make: *** No targets specified and no makefile found #10

Open TixieSalander opened 9 years ago

TixieSalander commented 9 years ago

I have this problem at the "make" step. make: *\ No targets specified and no makefile found I'm in the build folder. I have done everything right?

TixieSalander commented 9 years ago

My bad, I should be in the "src" folder to execute the "make" command. Maybe someone could improve the readme?

serge1peshcoff commented 9 years ago

@theotix did you run cmake before make?

TixieSalander commented 9 years ago

Yep. It's works now : [100%] Built target photostream But when I start photostream:

** (photostream:11265): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-z65LdS90V0: Connexion refused

(photostream:11265): GLib-GIO-ERROR **: Settings schema 'tk.itprogramming1.photostream' is not installed

An error occured (SIGTRAP)
   The reason is likely an uncaught error.
   Note: no vala function name can be retrieved. Are you sure you added -X -rdynamic to valac command line?

    #1  <unknown>                in 'g_object_new_valist'
        at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
    #2  <unknown>                in 'g_object_new'
        at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
    #3  <unknown>                in 'loadRefreshInterval'
        at photostream
    #4  PhotoStream.c    line ? in 'photo_stream_app_real_activate'
        at PhotoStream.c:?
    #5  <unknown>                in 'g_signal_emit_valist'
        at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
    #6  <unknown>                in 'g_signal_emit'
        at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
    #7  <unknown>                in 'g_application_run'
        at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
    #8  <unknown>                in '_vala_main'
        at photostream
    #9  <unknown>                in 'main'
        at photostream
    #10  <unknown>                in '__libc_start_main'
        at /lib/x86_64-linux-gnu/libc.so.6

Do you have an idea?

serge1peshcoff commented 9 years ago

I guess I know why it's failing, but it's strange because gsettings schema should be created while running cmake. Can you try going into build catalog, doing rm -rf ./*, running cmake again and post its output here? My guess is something goes wrong here.