deja-dup-team team mailing list archive
-
deja-dup-team team
-
Mailing list archive
-
Message #00077
how to compile after making a chnge to a .vala file?
Hi,
I just joined this community. and i am totally new to vala and gtk.
I made a small change to MainWindow.vala. after that when i try
"valav MainWindow.vala --pkg=gtk+-2.0 ". it gives following error
The type name `AssistantOperation' could not be found
void show_assistant(AssistantOperation win)
"make" gives following error
ERROR: Valac compilation is disabled, but the C sources are out-of-date.
How do i compile the source after i make a change to one of the .vala
files. ???