Hi all:

I'm trying to use Valadoc, but it returns this error:

|configuration.vala:305.47-305.59: error: The name `FileAttribute' does not 
exist in the context of `AutoVala.configuration.find_configuration'
generate.vala:169.51-169.63: error: The name `FileAttribute' does not exist in 
the context of `AutoVala.manage_project.init'
cmake.vala:497.53-497.65: error: The name `FileAttribute' does not exist in the 
context of `AutoVala.cmake.create_po'
generate.vala:322.46-322.58: error: The name `FileAttribute' does not exist in 
the context of `AutoVala.manage_project.fill_pkgconfig_files'
generate.vala:404.46-404.58: error: The name `FileAttribute' does not exist in 
the context of `AutoVala.manage_project.fill_namespaces'
generate.vala:512.53-512.65: error: The name `FileAttribute' does not exist in 
the context of `AutoVala.manage_project.process_folder'
generate.vala:596.46-596.58: error: The name `FileAttribute' does not exist in 
the context of `AutoVala.manage_project.process_binary'|

FileAttribute is from GLib, but it seems Valadoc is not able of finding
it. But the code compiles right.

http://valadoc.org/#!api=gio-2.0/GLib.FileAttribute

I use this command line:

valadoc autovala.vala configuration.vala cmake.vala generate.vala -o
./autovala --pkg=gee-1.0 --pkg=posix --pkg=gtk+-3.0 --pkg=gio-2.0 
--pkg=glib-2.0

Does someone know why is happening this?

Thanks!

-- 
Nos leemos
                         RASTER    (Linux user #228804)
ras...@rastersoft.com              http://www.rastersoft.com

_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to