From: Doug M. <mc...@ia...> - 2007-06-28 04:46:45
Attachments:
SConstruct.patch
|
Hello, Attached is a patch that changes the SConstruct to encode the relative flagpoll variable in the fpc file rather than utilize the absolute path for prefix. Doug |
From: Patrick H. <pa...@13...> - 2007-06-28 13:36:40
Attachments:
signature.asc
|
Doug McCorkle wrote: > Hello, >=20 > Attached is a patch that changes the SConstruct to encode the > relative flagpoll variable in the fpc file rather than utilize the > absolute path for prefix. With this patch, headers end up getting installed into /include/cppdom-0.= 7.8 instead of <prefix>/include/cppdom-0.7.8. I think that base_inst_paths['include'] plays a more important role than just influenc= ing what ends up in the generated .fpc file. -Patrick --=20 Patrick L. Hartling VP Engineering, Infiscape Corp. http://www.infiscape.com/ |
From: Doug M. <mc...@ia...> - 2007-06-28 14:06:51
Attachments:
SConstruct.patch
|
On Jun 28, 2007, at 8:36 AM, Patrick Hartling wrote: > Doug McCorkle wrote: >> Hello, >> >> Attached is a patch that changes the SConstruct to encode the >> relative flagpoll variable in the fpc file rather than utilize the >> absolute path for prefix. > > With this patch, headers end up getting installed into /include/ > cppdom-0.7.8 > instead of <prefix>/include/cppdom-0.7.8. I think that > base_inst_paths['include'] plays a more important role than just > influencing > what ends up in the generated .fpc file. Thanks for catching the mistake. Attached is a revised patch. I also cleaned up some other aspects of the previous patch. Doug |
From: Doug M. <mc...@ia...> - 2007-07-05 13:42:03
|
On Jun 28, 2007, at 9:06 AM, Doug McCorkle wrote: > > On Jun 28, 2007, at 8:36 AM, Patrick Hartling wrote: > >> Doug McCorkle wrote: >>> Hello, >>> >>> Attached is a patch that changes the SConstruct to encode the >>> relative flagpoll variable in the fpc file rather than utilize the >>> absolute path for prefix. >> >> With this patch, headers end up getting installed into /include/ >> cppdom-0.7.8 >> instead of <prefix>/include/cppdom-0.7.8. I think that >> base_inst_paths['include'] plays a more important role than just >> influencing >> what ends up in the generated .fpc file. > > Thanks for catching the mistake. Attached is a revised patch. I > also cleaned up some other aspects of the previous patch. > I was just wondering if this patch is ok or if there are also problems with this implementation? Doug |
From: Patrick H. <pa...@13...> - 2007-07-05 14:18:18
Attachments:
signature.asc
|
Doug McCorkle wrote: > On Jun 28, 2007, at 9:06 AM, Doug McCorkle wrote: >=20 >> On Jun 28, 2007, at 8:36 AM, Patrick Hartling wrote: >> >>> Doug McCorkle wrote: >>>> Hello, >>>> >>>> Attached is a patch that changes the SConstruct to encode the >>>> relative flagpoll variable in the fpc file rather than utilize the >>>> absolute path for prefix. >>> With this patch, headers end up getting installed into /include/=20 >>> cppdom-0.7.8 >>> instead of <prefix>/include/cppdom-0.7.8. I think that >>> base_inst_paths['include'] plays a more important role than just =20 >>> influencing >>> what ends up in the generated .fpc file. >> Thanks for catching the mistake. Attached is a revised patch. I =20 >> also cleaned up some other aspects of the previous patch. >> >=20 > I was just wondering if this patch is ok or if there are also =20 > problems with this implementation? It was fine. I committed it a week ago. -Patrick --=20 Patrick L. Hartling VP Engineering, Infiscape Corp. http://www.infiscape.com/ |
From: Doug M. <mc...@ia...> - 2007-07-05 14:37:39
|
On Jul 5, 2007, at 9:17 AM, Patrick Hartling wrote: > Doug McCorkle wrote: >> On Jun 28, 2007, at 9:06 AM, Doug McCorkle wrote: >> >>> On Jun 28, 2007, at 8:36 AM, Patrick Hartling wrote: >>> >>>> Doug McCorkle wrote: >>>>> Hello, >>>>> >>>>> Attached is a patch that changes the SConstruct to encode the >>>>> relative flagpoll variable in the fpc file rather than utilize the >>>>> absolute path for prefix. >>>> With this patch, headers end up getting installed into /include/ >>>> cppdom-0.7.8 >>>> instead of <prefix>/include/cppdom-0.7.8. I think that >>>> base_inst_paths['include'] plays a more important role than just >>>> influencing >>>> what ends up in the generated .fpc file. >>> Thanks for catching the mistake. Attached is a revised patch. I >>> also cleaned up some other aspects of the previous patch. >>> >> >> I was just wondering if this patch is ok or if there are also >> problems with this implementation? > > It was fine. I committed it a week ago. > OK. The sourceforge veiwsvn must be slow in getting those changes on the public page. Thanks! Doug |