I currently use DialogBlocks to generate my dialogs for wxWidgets apps I write in C++. DialogBlocks has the ability to generate XRC resources which I would like to use with wxRuby, is this possible? I am very new to Ruby and it looks like a great language and with wxRuby it looks like a great solution for quick in house applications. Thanks Sean Long
XRC support is in, and has been tested on Mac OS X and MSVC versions. There is a flag in the extconf file to turn it on. Let me know if you have any build trouble. Nick> I currently use DialogBlocks to generate my dialogs for wxWidgets apps I > write in C++. DialogBlocks has the ability to generate XRC resources > which I would like to use with wxRuby, is this possible? > > I am very new to Ruby and it looks like a great language and with wxRuby > it looks like a great solution for quick in house applications. > > Thanks > > Sean Long > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > >--
Nick, I turned on the flag in extconf but got an error of NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' while compiling. I noticed that there is only a xmlresource.t file not .h or .cpp, should there be? Thanks Sean Long Nick wrote:> XRC support is in, and has been tested on Mac OS X and MSVC versions. > There is a flag in the extconf file to turn it on. Let me know if you > have any build trouble. > > Nick > > > >>I currently use DialogBlocks to generate my dialogs for wxWidgets apps I >>write in C++. DialogBlocks has the ability to generate XRC resources >>which I would like to use with wxRuby, is this possible? >> >>I am very new to Ruby and it looks like a great language and with wxRuby >>it looks like a great solution for quick in house applications. >> >>Thanks >> >>Sean Long >>_______________________________________________ >>wxruby-users mailing list >>wxruby-users@rubyforge.org >>http://rubyforge.org/mailman/listinfo/wxruby-users >> >> > >
There should be. What version are you using? Nick Sean Long wrote:> Nick, > > I turned on the flag in extconf but got an error of > > NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' > > while compiling. > > I noticed that there is only a xmlresource.t file not .h or .cpp, > should there be? > > Thanks > > Sean Long > > Nick wrote: > >> XRC support is in, and has been tested on Mac OS X and MSVC versions. >> There is a flag in the extconf file to turn it on. Let me know if you >> have any build trouble. >> >> Nick >> >> >> >>> I currently use DialogBlocks to generate my dialogs for wxWidgets >>> apps I write in C++. DialogBlocks has the ability to generate XRC >>> resources which I would like to use with wxRuby, is this possible? >>> >>> I am very new to Ruby and it looks like a great language and with >>> wxRuby it looks like a great solution for quick in house applications. >>> >>> Thanks >>> >>> Sean Long >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >>> >> >> > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >
I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). I am using Ruby 1.8.1 Installer 13. Last night I got the resource version to compile on my Mac running OS X 10.3, so I am thinking I might be a problem with nmake? Any help would be great. Sean Nick wrote:> > There should be. What version are you using? > > Nick > > Sean Long wrote: > >> Nick, >> >> I turned on the flag in extconf but got an error of >> >> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >> >> while compiling. >> >> I noticed that there is only a xmlresource.t file not .h or .cpp, >> should there be? >> >> Thanks >> >> Sean Long >> >> Nick wrote: >> >>> XRC support is in, and has been tested on Mac OS X and MSVC versions. >>> There is a flag in the extconf file to turn it on. Let me know if you >>> have any build trouble. >>> >>> Nick >>> >>> >>> >>>> I currently use DialogBlocks to generate my dialogs for wxWidgets >>>> apps I write in C++. DialogBlocks has the ability to generate XRC >>>> resources which I would like to use with wxRuby, is this possible? >>>> >>>> I am very new to Ruby and it looks like a great language and with >>>> wxRuby it looks like a great solution for quick in house applications. >>>> >>>> Thanks >>>> >>>> Sean Long >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>>> >>> >>> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> >> >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
It looks like extconf.rb defaults to not using xrc. You might be able to edit the line in extconf.rb from $use_xrc = false to $use_xrc = true and then re-run extconf to create a new Makefile. I have not used this myself, and don''t have MS-Windows, so this is all conjecture. Good luck, Kevin Sean Long wrote:> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). > I am using Ruby 1.8.1 Installer 13. > > Last night I got the resource version to compile on my Mac running OS X > 10.3, so I am thinking I might be a problem with nmake? > > Any help would be great. > > Sean > > Nick wrote: > >> >> There should be. What version are you using? >> >> Nick >> >> Sean Long wrote: >> >>> Nick, >>> >>> I turned on the flag in extconf but got an error of >>> >>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>> >>> while compiling. >>> >>> I noticed that there is only a xmlresource.t file not .h or .cpp, >>> should there be? >>> >>> Thanks >>> >>> Sean Long >>> >>> Nick wrote: >>> >>>> XRC support is in, and has been tested on Mac OS X and MSVC versions. >>>> There is a flag in the extconf file to turn it on. Let me know if you >>>> have any build trouble. >>>> >>>> Nick >>>> >>>> >>>> >>>>> I currently use DialogBlocks to generate my dialogs for wxWidgets >>>>> apps I write in C++. DialogBlocks has the ability to generate XRC >>>>> resources which I would like to use with wxRuby, is this possible? >>>>> >>>>> I am very new to Ruby and it looks like a great language and with >>>>> wxRuby it looks like a great solution for quick in house applications. >>>>> >>>>> Thanks >>>>> >>>>> Sean Long >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>>> >>>> >>>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >>> >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users
I already did that like Nick suggested before still a no go. Thanks Sean Kevin Smith wrote:> It looks like extconf.rb defaults to not using xrc. You might be able to > edit the line in extconf.rb from > $use_xrc = false > to > $use_xrc = true > > and then re-run extconf to create a new Makefile. > > I have not used this myself, and don''t have MS-Windows, so this is all > conjecture. > > Good luck, > > Kevin > > > Sean Long wrote: > >> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >> I am using Ruby 1.8.1 Installer 13. >> >> Last night I got the resource version to compile on my Mac running OS >> X 10.3, so I am thinking I might be a problem with nmake? >> >> Any help would be great. >> >> Sean >> >> Nick wrote: >> >>> >>> There should be. What version are you using? >>> >>> Nick >>> >>> Sean Long wrote: >>> >>>> Nick, >>>> >>>> I turned on the flag in extconf but got an error of >>>> >>>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>>> >>>> while compiling. >>>> >>>> I noticed that there is only a xmlresource.t file not .h or .cpp, >>>> should there be? >>>> >>>> Thanks >>>> >>>> Sean Long >>>> >>>> Nick wrote: >>>> >>>>> XRC support is in, and has been tested on Mac OS X and MSVC versions. >>>>> There is a flag in the extconf file to turn it on. Let me know if you >>>>> have any build trouble. >>>>> >>>>> Nick >>>>> >>>>> >>>>> >>>>>> I currently use DialogBlocks to generate my dialogs for wxWidgets >>>>>> apps I write in C++. DialogBlocks has the ability to generate XRC >>>>>> resources which I would like to use with wxRuby, is this possible? >>>>>> >>>>>> I am very new to Ruby and it looks like a great language and with >>>>>> wxRuby it looks like a great solution for quick in house >>>>>> applications. >>>>>> >>>>>> Thanks >>>>>> >>>>>> Sean Long >>>>>> _______________________________________________ >>>>>> wxruby-users mailing list >>>>>> wxruby-users@rubyforge.org >>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>> >>>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>>> >>>> >>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users > > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
I''ve built it with nmake before, so I''m sure we can find a solution. Sadly, the use_xrc variable is in the extconf file because the extconf system''s have_library doesn''t work all that great on all platforms (with MSVC it''s really pretty poor). You mentioned xmlresource.t wasn''t in the distro. Can you double check that? If it''s not there, pull it out of CVS (or off your Mac) and see if that takes care of it. Nick Sean Long wrote:> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). > I am using Ruby 1.8.1 Installer 13. > > Last night I got the resource version to compile on my Mac running OS > X 10.3, so I am thinking I might be a problem with nmake? > > Any help would be great. > > Sean > > Nick wrote: > >> >> There should be. What version are you using? >> >> Nick >> >> Sean Long wrote: >> >>> Nick, >>> >>> I turned on the flag in extconf but got an error of >>> >>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>> >>> while compiling. >>> >>> I noticed that there is only a xmlresource.t file not .h or .cpp, >>> should there be? >>> >>> Thanks >>> >>> Sean Long >>> >>> Nick wrote: >>> >>>> XRC support is in, and has been tested on Mac OS X and MSVC versions. >>>> There is a flag in the extconf file to turn it on. Let me know if you >>>> have any build trouble. >>>> >>>> Nick >>>> >>>> >>>> >>>>> I currently use DialogBlocks to generate my dialogs for wxWidgets >>>>> apps I write in C++. DialogBlocks has the ability to generate XRC >>>>> resources which I would like to use with wxRuby, is this possible? >>>>> >>>>> I am very new to Ruby and it looks like a great language and with >>>>> wxRuby it looks like a great solution for quick in house >>>>> applications. >>>>> >>>>> Thanks >>>>> >>>>> Sean Long >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>>> >>>> >>>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >>> >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >
xmlresource.t is there. Previously I said that there was no .h and .cpp for xmlresource. I have since learned how the .h & .cpp are created from the .t. So all the files are there that need to be there, it has to be a problem with nmake or Visual C++ .Net. Has anyone gotten resources to compile in withwith .Net? I noticed that the README says Visual C++ 6.0, I only have 5.0 and .Net. Thanks for the quick responses Sean Nick wrote:> > I''ve built it with nmake before, so I''m sure we can find a solution. > Sadly, the use_xrc variable is in the extconf file because the extconf > system''s have_library doesn''t work all that great on all platforms (with > MSVC it''s really pretty poor). > > You mentioned xmlresource.t wasn''t in the distro. Can you double check > that? If it''s not there, pull it out of CVS (or off your Mac) and see if > that takes care of it. > > Nick > > > Sean Long wrote: > >> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >> I am using Ruby 1.8.1 Installer 13. >> >> Last night I got the resource version to compile on my Mac running OS >> X 10.3, so I am thinking I might be a problem with nmake? >> >> Any help would be great. >> >> Sean >> >> Nick wrote: >> >>> >>> There should be. What version are you using? >>> >>> Nick >>> >>> Sean Long wrote: >>> >>>> Nick, >>>> >>>> I turned on the flag in extconf but got an error of >>>> >>>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>>> >>>> while compiling. >>>> >>>> I noticed that there is only a xmlresource.t file not .h or .cpp, >>>> should there be? >>>> >>>> Thanks >>>> >>>> Sean Long >>>> >>>> Nick wrote: >>>> >>>>> XRC support is in, and has been tested on Mac OS X and MSVC versions. >>>>> There is a flag in the extconf file to turn it on. Let me know if you >>>>> have any build trouble. >>>>> >>>>> Nick >>>>> >>>>> >>>>> >>>>>> I currently use DialogBlocks to generate my dialogs for wxWidgets >>>>>> apps I write in C++. DialogBlocks has the ability to generate XRC >>>>>> resources which I would like to use with wxRuby, is this possible? >>>>>> >>>>>> I am very new to Ruby and it looks like a great language and with >>>>>> wxRuby it looks like a great solution for quick in house >>>>>> applications. >>>>>> >>>>>> Thanks >>>>>> >>>>>> Sean Long >>>>>> _______________________________________________ >>>>>> wxruby-users mailing list >>>>>> wxruby-users@rubyforge.org >>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>> >>>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>>> >>>> >>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> >> >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
> > So all the files are there that need to be there, it has to be a > problem with nmake or Visual C++ .Net. Has anyone gotten resources to > compile in withwith .Net? I noticed that the README says Visual C++ > 6.0, I only have 5.0 and .Net.Thats what I use at home, so I know this works at some level! What is the error message you''re getting from nmake? Nick Sean Long wrote:> xmlresource.t is there. Previously I said that there was no .h and > .cpp for xmlresource. I have since learned how the .h & .cpp are > created from the .t. > > So all the files are there that need to be there, it has to be a > problem with nmake or Visual C++ .Net. Has anyone gotten resources to > compile in withwith .Net? I noticed that the README says Visual C++ > 6.0, I only have 5.0 and .Net. > > Thanks for the quick responses > > Sean > > Nick wrote: > >> >> I''ve built it with nmake before, so I''m sure we can find a solution. >> Sadly, the use_xrc variable is in the extconf file because the >> extconf system''s have_library doesn''t work all that great on all >> platforms (with MSVC it''s really pretty poor). >> >> You mentioned xmlresource.t wasn''t in the distro. Can you double >> check that? If it''s not there, pull it out of CVS (or off your Mac) >> and see if that takes care of it. >> >> Nick >> >> >> Sean Long wrote: >> >>> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >>> I am using Ruby 1.8.1 Installer 13. >>> >>> Last night I got the resource version to compile on my Mac running >>> OS X 10.3, so I am thinking I might be a problem with nmake? >>> >>> Any help would be great. >>> >>> Sean >>> >>> Nick wrote: >>> >>>> >>>> There should be. What version are you using? >>>> >>>> Nick >>>> >>>> Sean Long wrote: >>>> >>>>> Nick, >>>>> >>>>> I turned on the flag in extconf but got an error of >>>>> >>>>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>>>> >>>>> while compiling. >>>>> >>>>> I noticed that there is only a xmlresource.t file not .h or .cpp, >>>>> should there be? >>>>> >>>>> Thanks >>>>> >>>>> Sean Long >>>>> >>>>> Nick wrote: >>>>> >>>>>> XRC support is in, and has been tested on Mac OS X and MSVC >>>>>> versions. >>>>>> There is a flag in the extconf file to turn it on. Let me know if >>>>>> you >>>>>> have any build trouble. >>>>>> >>>>>> Nick >>>>>> >>>>>> >>>>>> >>>>>>> I currently use DialogBlocks to generate my dialogs for >>>>>>> wxWidgets apps I write in C++. DialogBlocks has the ability to >>>>>>> generate XRC resources which I would like to use with wxRuby, is >>>>>>> this possible? >>>>>>> >>>>>>> I am very new to Ruby and it looks like a great language and >>>>>>> with wxRuby it looks like a great solution for quick in house >>>>>>> applications. >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Sean Long >>>>>>> _______________________________________________ >>>>>>> wxruby-users mailing list >>>>>>> wxruby-users@rubyforge.org >>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >>> >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >
The error is listed in the correspondence below. For your convienence it is: NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' Stop. Sean Nick wrote:> >> >> So all the files are there that need to be there, it has to be a >> problem with nmake or Visual C++ .Net. Has anyone gotten resources to >> compile in withwith .Net? I noticed that the README says Visual C++ >> 6.0, I only have 5.0 and .Net. > > > Thats what I use at home, so I know this works at some level! > > What is the error message you''re getting from nmake? > > Nick > > Sean Long wrote: > >> xmlresource.t is there. Previously I said that there was no .h and >> .cpp for xmlresource. I have since learned how the .h & .cpp are >> created from the .t. >> >> So all the files are there that need to be there, it has to be a >> problem with nmake or Visual C++ .Net. Has anyone gotten resources to >> compile in withwith .Net? I noticed that the README says Visual C++ >> 6.0, I only have 5.0 and .Net. >> >> Thanks for the quick responses >> >> Sean >> >> Nick wrote: >> >>> >>> I''ve built it with nmake before, so I''m sure we can find a solution. >>> Sadly, the use_xrc variable is in the extconf file because the >>> extconf system''s have_library doesn''t work all that great on all >>> platforms (with MSVC it''s really pretty poor). >>> >>> You mentioned xmlresource.t wasn''t in the distro. Can you double >>> check that? If it''s not there, pull it out of CVS (or off your Mac) >>> and see if that takes care of it. >>> >>> Nick >>> >>> >>> Sean Long wrote: >>> >>>> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >>>> I am using Ruby 1.8.1 Installer 13. >>>> >>>> Last night I got the resource version to compile on my Mac running >>>> OS X 10.3, so I am thinking I might be a problem with nmake? >>>> >>>> Any help would be great. >>>> >>>> Sean >>>> >>>> Nick wrote: >>>> >>>>> >>>>> There should be. What version are you using? >>>>> >>>>> Nick >>>>> >>>>> Sean Long wrote: >>>>> >>>>>> Nick, >>>>>> >>>>>> I turned on the flag in extconf but got an error of >>>>>> >>>>>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>>>>> >>>>>> while compiling. >>>>>> >>>>>> I noticed that there is only a xmlresource.t file not .h or .cpp, >>>>>> should there be? >>>>>> >>>>>> Thanks >>>>>> >>>>>> Sean Long >>>>>> >>>>>> Nick wrote: >>>>>> >>>>>>> XRC support is in, and has been tested on Mac OS X and MSVC >>>>>>> versions. >>>>>>> There is a flag in the extconf file to turn it on. Let me know if >>>>>>> you >>>>>>> have any build trouble. >>>>>>> >>>>>>> Nick >>>>>>> >>>>>>> >>>>>>> >>>>>>>> I currently use DialogBlocks to generate my dialogs for >>>>>>>> wxWidgets apps I write in C++. DialogBlocks has the ability to >>>>>>>> generate XRC resources which I would like to use with wxRuby, is >>>>>>>> this possible? >>>>>>>> >>>>>>>> I am very new to Ruby and it looks like a great language and >>>>>>>> with wxRuby it looks like a great solution for quick in house >>>>>>>> applications. >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Sean Long >>>>>>>> _______________________________________________ >>>>>>>> wxruby-users mailing list >>>>>>>> wxruby-users@rubyforge.org >>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> _______________________________________________ >>>>>> wxruby-users mailing list >>>>>> wxruby-users@rubyforge.org >>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>> >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>>> >>>> >>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> >> >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
Stupid question, but have you tried running wxpp.rb on xmlresource.t manually and then re-run nmake? I''ve had nmake choke one time too often on wxpp for no good reason. Nick Sean Long wrote:> The error is listed in the correspondence below. For your convienence > it is: > > NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' > Stop. > > Sean > > Nick wrote: > >> >>> >>> So all the files are there that need to be there, it has to be a >>> problem with nmake or Visual C++ .Net. Has anyone gotten resources >>> to compile in withwith .Net? I noticed that the README says Visual >>> C++ 6.0, I only have 5.0 and .Net. >> >> >> >> Thats what I use at home, so I know this works at some level! >> >> What is the error message you''re getting from nmake? >> >> Nick >> >> Sean Long wrote: >> >>> xmlresource.t is there. Previously I said that there was no .h and >>> .cpp for xmlresource. I have since learned how the .h & .cpp are >>> created from the .t. >>> >>> So all the files are there that need to be there, it has to be a >>> problem with nmake or Visual C++ .Net. Has anyone gotten resources >>> to compile in withwith .Net? I noticed that the README says Visual >>> C++ 6.0, I only have 5.0 and .Net. >>> >>> Thanks for the quick responses >>> >>> Sean >>> >>> Nick wrote: >>> >>>> >>>> I''ve built it with nmake before, so I''m sure we can find a >>>> solution. Sadly, the use_xrc variable is in the extconf file >>>> because the extconf system''s have_library doesn''t work all that >>>> great on all platforms (with MSVC it''s really pretty poor). >>>> >>>> You mentioned xmlresource.t wasn''t in the distro. Can you double >>>> check that? If it''s not there, pull it out of CVS (or off your Mac) >>>> and see if that takes care of it. >>>> >>>> Nick >>>> >>>> >>>> Sean Long wrote: >>>> >>>>> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >>>>> I am using Ruby 1.8.1 Installer 13. >>>>> >>>>> Last night I got the resource version to compile on my Mac running >>>>> OS X 10.3, so I am thinking I might be a problem with nmake? >>>>> >>>>> Any help would be great. >>>>> >>>>> Sean >>>>> >>>>> Nick wrote: >>>>> >>>>>> >>>>>> There should be. What version are you using? >>>>>> >>>>>> Nick >>>>>> >>>>>> Sean Long wrote: >>>>>> >>>>>>> Nick, >>>>>>> >>>>>>> I turned on the flag in extconf but got an error of >>>>>>> >>>>>>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>>>>>> >>>>>>> while compiling. >>>>>>> >>>>>>> I noticed that there is only a xmlresource.t file not .h or >>>>>>> .cpp, should there be? >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Sean Long >>>>>>> >>>>>>> Nick wrote: >>>>>>> >>>>>>>> XRC support is in, and has been tested on Mac OS X and MSVC >>>>>>>> versions. >>>>>>>> There is a flag in the extconf file to turn it on. Let me know >>>>>>>> if you >>>>>>>> have any build trouble. >>>>>>>> >>>>>>>> Nick >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> I currently use DialogBlocks to generate my dialogs for >>>>>>>>> wxWidgets apps I write in C++. DialogBlocks has the ability to >>>>>>>>> generate XRC resources which I would like to use with wxRuby, >>>>>>>>> is this possible? >>>>>>>>> >>>>>>>>> I am very new to Ruby and it looks like a great language and >>>>>>>>> with wxRuby it looks like a great solution for quick in house >>>>>>>>> applications. >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Sean Long >>>>>>>>> _______________________________________________ >>>>>>>>> wxruby-users mailing list >>>>>>>>> wxruby-users@rubyforge.org >>>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> wxruby-users mailing list >>>>>>> wxruby-users@rubyforge.org >>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> wxruby-users mailing list >>>>>> wxruby-users@rubyforge.org >>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>> >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >>> >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >
Not so stupid question! I did try ''ruby wxpp.rb xmlresource.t'' earlier and it did not work and now it did. I then got problems linking against wxxrc.lib, I had to manually edit the Makefile to include wxxrc.lib. It now compiled, not sure how it works as I don''t have time to write some test code. Thank you for your help I am going on vacation tomorrow but when I get back next week I will test out the code. Sean Nick wrote:> > Stupid question, but have you tried running wxpp.rb on xmlresource.t > manually and then re-run nmake? I''ve had nmake choke one time too often > on wxpp for no good reason. > > Nick > > > Sean Long wrote: > >> The error is listed in the correspondence below. For your convienence >> it is: >> >> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >> Stop. >> >> Sean >> >> Nick wrote: >> >>> >>>> >>>> So all the files are there that need to be there, it has to be a >>>> problem with nmake or Visual C++ .Net. Has anyone gotten resources >>>> to compile in withwith .Net? I noticed that the README says Visual >>>> C++ 6.0, I only have 5.0 and .Net. >>> >>> >>> >>> >>> Thats what I use at home, so I know this works at some level! >>> >>> What is the error message you''re getting from nmake? >>> >>> Nick >>> >>> Sean Long wrote: >>> >>>> xmlresource.t is there. Previously I said that there was no .h and >>>> .cpp for xmlresource. I have since learned how the .h & .cpp are >>>> created from the .t. >>>> >>>> So all the files are there that need to be there, it has to be a >>>> problem with nmake or Visual C++ .Net. Has anyone gotten resources >>>> to compile in withwith .Net? I noticed that the README says Visual >>>> C++ 6.0, I only have 5.0 and .Net. >>>> >>>> Thanks for the quick responses >>>> >>>> Sean >>>> >>>> Nick wrote: >>>> >>>>> >>>>> I''ve built it with nmake before, so I''m sure we can find a >>>>> solution. Sadly, the use_xrc variable is in the extconf file >>>>> because the extconf system''s have_library doesn''t work all that >>>>> great on all platforms (with MSVC it''s really pretty poor). >>>>> >>>>> You mentioned xmlresource.t wasn''t in the distro. Can you double >>>>> check that? If it''s not there, pull it out of CVS (or off your Mac) >>>>> and see if that takes care of it. >>>>> >>>>> Nick >>>>> >>>>> >>>>> Sean Long wrote: >>>>> >>>>>> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >>>>>> I am using Ruby 1.8.1 Installer 13. >>>>>> >>>>>> Last night I got the resource version to compile on my Mac running >>>>>> OS X 10.3, so I am thinking I might be a problem with nmake? >>>>>> >>>>>> Any help would be great. >>>>>> >>>>>> Sean >>>>>> >>>>>> Nick wrote: >>>>>> >>>>>>> >>>>>>> There should be. What version are you using? >>>>>>> >>>>>>> Nick >>>>>>> >>>>>>> Sean Long wrote: >>>>>>> >>>>>>>> Nick, >>>>>>>> >>>>>>>> I turned on the flag in extconf but got an error of >>>>>>>> >>>>>>>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>>>>>>> >>>>>>>> while compiling. >>>>>>>> >>>>>>>> I noticed that there is only a xmlresource.t file not .h or >>>>>>>> .cpp, should there be? >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Sean Long >>>>>>>> >>>>>>>> Nick wrote: >>>>>>>> >>>>>>>>> XRC support is in, and has been tested on Mac OS X and MSVC >>>>>>>>> versions. >>>>>>>>> There is a flag in the extconf file to turn it on. Let me know >>>>>>>>> if you >>>>>>>>> have any build trouble. >>>>>>>>> >>>>>>>>> Nick >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> I currently use DialogBlocks to generate my dialogs for >>>>>>>>>> wxWidgets apps I write in C++. DialogBlocks has the ability to >>>>>>>>>> generate XRC resources which I would like to use with wxRuby, >>>>>>>>>> is this possible? >>>>>>>>>> >>>>>>>>>> I am very new to Ruby and it looks like a great language and >>>>>>>>>> with wxRuby it looks like a great solution for quick in house >>>>>>>>>> applications. >>>>>>>>>> >>>>>>>>>> Thanks >>>>>>>>>> >>>>>>>>>> Sean Long >>>>>>>>>> _______________________________________________ >>>>>>>>>> wxruby-users mailing list >>>>>>>>>> wxruby-users@rubyforge.org >>>>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> wxruby-users mailing list >>>>>>>> wxruby-users@rubyforge.org >>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> wxruby-users mailing list >>>>>>> wxruby-users@rubyforge.org >>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>> >>>>>> _______________________________________________ >>>>>> wxruby-users mailing list >>>>>> wxruby-users@rubyforge.org >>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>> >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>>> >>>> >>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> >> >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >
Glad it built. This might inspire me to write that xrc tutorial... Nick Sean Long wrote:> Not so stupid question! I did try ''ruby wxpp.rb xmlresource.t'' earlier > and it did not work and now it did. I then got problems linking > against wxxrc.lib, I had to manually edit the Makefile to include > wxxrc.lib. It now compiled, not sure how it works as I don''t have time > to write some test code. > > Thank you for your help > > I am going on vacation tomorrow but when I get back next week I will > test out the code. > > Sean > > Nick wrote: > >> >> Stupid question, but have you tried running wxpp.rb on xmlresource.t >> manually and then re-run nmake? I''ve had nmake choke one time too >> often on wxpp for no good reason. >> >> Nick >> >> >> Sean Long wrote: >> >>> The error is listed in the correspondence below. For your >>> convienence it is: >>> >>> NMAKE : fatal error U1073: don''t know how to make ''xmlresource.obj'' >>> Stop. >>> >>> Sean >>> >>> Nick wrote: >>> >>>> >>>>> >>>>> So all the files are there that need to be there, it has to be a >>>>> problem with nmake or Visual C++ .Net. Has anyone gotten resources >>>>> to compile in withwith .Net? I noticed that the README says >>>>> Visual C++ 6.0, I only have 5.0 and .Net. >>>> >>>> >>>> >>>> >>>> >>>> Thats what I use at home, so I know this works at some level! >>>> >>>> What is the error message you''re getting from nmake? >>>> >>>> Nick >>>> >>>> Sean Long wrote: >>>> >>>>> xmlresource.t is there. Previously I said that there was no .h and >>>>> .cpp for xmlresource. I have since learned how the .h & .cpp are >>>>> created from the .t. >>>>> >>>>> So all the files are there that need to be there, it has to be a >>>>> problem with nmake or Visual C++ .Net. Has anyone gotten resources >>>>> to compile in withwith .Net? I noticed that the README says >>>>> Visual C++ 6.0, I only have 5.0 and .Net. >>>>> >>>>> Thanks for the quick responses >>>>> >>>>> Sean >>>>> >>>>> Nick wrote: >>>>> >>>>>> >>>>>> I''ve built it with nmake before, so I''m sure we can find a >>>>>> solution. Sadly, the use_xrc variable is in the extconf file >>>>>> because the extconf system''s have_library doesn''t work all that >>>>>> great on all platforms (with MSVC it''s really pretty poor). >>>>>> >>>>>> You mentioned xmlresource.t wasn''t in the distro. Can you double >>>>>> check that? If it''s not there, pull it out of CVS (or off your >>>>>> Mac) and see if that takes care of it. >>>>>> >>>>>> Nick >>>>>> >>>>>> >>>>>> Sean Long wrote: >>>>>> >>>>>>> I am using wxRuby 0.4.0 and Visual C++ .NET (VS 7). >>>>>>> I am using Ruby 1.8.1 Installer 13. >>>>>>> >>>>>>> Last night I got the resource version to compile on my Mac >>>>>>> running OS X 10.3, so I am thinking I might be a problem with >>>>>>> nmake? >>>>>>> >>>>>>> Any help would be great. >>>>>>> >>>>>>> Sean >>>>>>> >>>>>>> Nick wrote: >>>>>>> >>>>>>>> >>>>>>>> There should be. What version are you using? >>>>>>>> >>>>>>>> Nick >>>>>>>> >>>>>>>> Sean Long wrote: >>>>>>>> >>>>>>>>> Nick, >>>>>>>>> >>>>>>>>> I turned on the flag in extconf but got an error of >>>>>>>>> >>>>>>>>> NMAKE : fatal error U1073: don''t know how to make >>>>>>>>> ''xmlresource.obj'' >>>>>>>>> >>>>>>>>> while compiling. >>>>>>>>> >>>>>>>>> I noticed that there is only a xmlresource.t file not .h or >>>>>>>>> .cpp, should there be? >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Sean Long >>>>>>>>> >>>>>>>>> Nick wrote: >>>>>>>>> >>>>>>>>>> XRC support is in, and has been tested on Mac OS X and MSVC >>>>>>>>>> versions. >>>>>>>>>> There is a flag in the extconf file to turn it on. Let me >>>>>>>>>> know if you >>>>>>>>>> have any build trouble. >>>>>>>>>> >>>>>>>>>> Nick >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> I currently use DialogBlocks to generate my dialogs for >>>>>>>>>>> wxWidgets apps I write in C++. DialogBlocks has the ability >>>>>>>>>>> to generate XRC resources which I would like to use with >>>>>>>>>>> wxRuby, is this possible? >>>>>>>>>>> >>>>>>>>>>> I am very new to Ruby and it looks like a great language and >>>>>>>>>>> with wxRuby it looks like a great solution for quick in >>>>>>>>>>> house applications. >>>>>>>>>>> >>>>>>>>>>> Thanks >>>>>>>>>>> >>>>>>>>>>> Sean Long >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> wxruby-users mailing list >>>>>>>>>>> wxruby-users@rubyforge.org >>>>>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> wxruby-users mailing list >>>>>>>>> wxruby-users@rubyforge.org >>>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> wxruby-users mailing list >>>>>>>> wxruby-users@rubyforge.org >>>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> wxruby-users mailing list >>>>>>> wxruby-users@rubyforge.org >>>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> wxruby-users mailing list >>>>>> wxruby-users@rubyforge.org >>>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>>> >>>>> >>>>> _______________________________________________ >>>>> wxruby-users mailing list >>>>> wxruby-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>>> >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> wxruby-users mailing list >>>> wxruby-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/wxruby-users >>>> >>> >>> _______________________________________________ >>> wxruby-users mailing list >>> wxruby-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/wxruby-users >>> >>> >>> >> >> _______________________________________________ >> wxruby-users mailing list >> wxruby-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/wxruby-users >> > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >