Bakefile wx template broken for win32?
Alexander Vassilev
avasilev at voipgate.com
Thu Apr 10 13:52:01 PDT 2008
Hi Kevin,
thats really great news, i was worrying you would nto accept my patches
because of the broken VC port. How would you like me to send the
patches, currently I have a few days old revision to which i do the
diffs, perhaps it is a problem, should I checkout the patest oen and do
diff againts it?
Cheers
Alex
Kevin Ollivier wrote:
> Hi Alexander,
>
> It's not worth worrying about the msvs2005prj format for now, it won't
> actually work for wxWebKit anyway. If you send me your patches I'll
> see if I can get things going okay. We've had several requests for
> mingw support and I'd really like to add it ASAP. :-)
>
> Thanks,
>
> Kevin
>
> On Apr 10, 2008, at 1:42 PM, Alexander Vassilev wrote:
>
>> Hi all,
>>
>> The following attached bakefiles produce error using the bakefile
>> presets of wxWidgets 2.8.7. Output of bakefile:
>>
>> $ bakefile_gen ./Bakefiles.bkgen
>> [1/1] generating msvs2005prj from .\proba.bkl
>> d:\devel\wxWidgets-2.8.7\build\bakefiles\wxpresets\presets\wx_win32.bkl:367:
>> error: unknown target tag '__wx-libs-point'
>> when processing target 'proba' at d:\devel\proba.bkl:4
>> [bakefile_gen] error: bakefile exited with error
>>
>> Platform: Windos XP SP1
>> Bakefile version: 0.2.3 , native windows port
>> wxWidgets version: 2.8.7 MSW
>>
>> Strange but seems to me before there wasnt this problem, but I may be
>> wrong, because i had disabled the MSVC format for quite a long time,
>> and the problem is only there - the unix template is ok.
>> I am a bit in a tight position, since I am working on a port of
>> wxWebCore to the mingw compiler, I have done it but before releasing
>> the patches I found out hte msvc format was broken because of this
>> error.
>> Any help is greatly appreciated
>>
>> Best regards
>> Alexander Vassilev
>> <?xml version="1.0" encoding="utf-8"?>
>> <bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
>>
>> <input>
>> ./proba.bkl
>> </input>
>>
>> <!-- List of output formats to generate: -->
>> <add-formats>
>> gnu,msvs2005prj <!-- ,, -->
>> </add-formats>
>> </bakefile-gen>
>>
>> <makefile>
>> <include file="presets/wx.bkl"/>
>>
>> <lib id="proba" template="wx">
>> </lib>
>>
>> </makefile>
>> _______________________________________________
>> wx-users mailing list
>> wx-users at lists.wxwidgets.org
>> http://lists.wxwidgets.org/mailman/listinfo/wx-users
>
> _______________________________________________
> wx-users mailing list
> wx-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wx-users
>
More information about the wx-users
mailing list