[Glade-users] building Glade 3.6.0

Tristan Van Berkom tristan.van.berkom at gmail.com
Sun Mar 22 17:40:12 EDT 2009


The missing stubs are not missing, the functions remaining in the headers
are just... in the headers, stale, forgotton, and I kinda with gcc would give
me warnings about them ;-)

(seems I have to step onto a win32 box for that to happen ;-)

Now that you raised the issue I'll try to clean out the useless
prototypes you pointed out, on the other hand, the signal-editor
link error in the src/ directory is a build problem on windows I
was not aware of, maybe gladeui.def is not being generated
with the default signal editor callbacks exported ?

I'll have to investigate that a little further, or someone who
regularly builds on M$ could just tell my whats wrong with
the build and I'll fix it...

Cheers,
                -Tristan

On Sun, Mar 22, 2009 at 5:28 PM, Damon Register
<damonregister at bellsouth.net> wrote:
> Has anyone tried building the new Glade 3.6.0.  I am trying to build
> with msys/mingw.  I am getting some build errors but I wonder if
> these errors exist for the other platforms.
>
> I got these errors at this point during the make
>
> Creating library file: .libs/libgladeui-1.dll.a
> Cannot export glade_editor_hide_context_info: symbol not defined
> Cannot export glade_editor_show_context_info: symbol not defined
> Cannot export glade_project_is_loaded_factory_file: symbol not defined
> Cannot export glade_util_version_lesser_than: symbol not defined
>
> I found the first two in glade-editor.h
> I found the others in glade-project.h and glade-utils.h
>
> each were also listed in gladeui.def
>
> I find only headers but no function bodies for these four.
> I commented those lines in the .h files to see what would
> happen.  Now the make dies while trying to link the glade-3.exe
>
> glade_3-glade-window.o: In function `glade_window_init':
> d:/gtki/glade3-3.6.0/src/glade-window.c:3055: undefined reference to
>  `glade_signal_editor_handler_editing_started_default_impl'
> d:/gtki/glade3-3.6.0/src/glade-window.c:3059: undefined reference to
>  `glade_signal_editor_userdata_editing_started_default_impl'
>
> These two functions I find in glade-signal-editor.h and used in
> glade-window.c but like the functions above, I find no function
> bodies.  Any suggestions?  I am going to try this on SuSE 11.1
> when I can but considering that I don't see the function bodies
> anywhere, I am expecting the same problem.
>
> Damon Register
>
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>


More information about the Glade-users mailing list