El Jueves, 8 de Febrero de 2007 15:01, Francesco Montorsi escribió:
> yet another source of problems maybe the library order: since it compiles
> with MSVC (where lib order doesn't care) but doesn't under Linux I suggest
> you to check that all libraries are orderered in this way:  A B C where A
> is the lib which depends on B and C, B is the one which depends from C and
> so on (i.e. a library X may only depend from libs listed _after_ X).
Hi Francesco,

this is what I have in  my bakefile currently:
         <wx-lib>xml</wx-lib>
        <wx-lib>core</wx-lib>
        <wx-lib>base</wx-lib> <!-- base must be last wx-lib -->

> Another suggestion is to change (from console and temporarily) your locale
> to be "en_us" (american english) and then copy&paste your error message to
> google removing the name of your specific function :D

I've already did. Not much information except the one about the vtable being 
put at the first non-inline virtual function.

But, I use NO virtual functions in this table.

Thanks,

        Matías Szeftel

        

        
                
__________________________________________________ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to