Discussion:
[Crystal-develop] [Crystal-cvs] SF.net SVN: crystal:[39456] CSEditing/trunk/libs/Jamfile
res
2013-07-05 14:05:26 UTC
Permalink
@@ -101,8 +101,8 @@
ExternalLibs csediting_gui : CRYSTAL WX ;
[ FDefines CS_CSEDITING_GUI_LIB ]
- [ FDefines WXMAKINGDLL_PROPGRID ]
- [ FDefines wxPG_USE_WXMODULE=0 ] ;
+ [ FDefines WXMAKINGDLL_PROPGRID ] ;
+# [ FDefines wxPG_USE_WXMODULE=0 ] ;
You commented the terminating semicolon, this breaks the Jamfile.

-f.r.
Christian Van Brussel
2013-07-05 14:25:33 UTC
Permalink
Post by res
@@ -101,8 +101,8 @@
ExternalLibs csediting_gui : CRYSTAL WX ;
[ FDefines CS_CSEDITING_GUI_LIB ]
- [ FDefines WXMAKINGDLL_PROPGRID ]
- [ FDefines wxPG_USE_WXMODULE=0 ] ;
+ [ FDefines WXMAKINGDLL_PROPGRID ] ;
+# [ FDefines wxPG_USE_WXMODULE=0 ] ;
You commented the terminating semicolon, this breaks the Jamfile.
But I added a semicolon at the line before. This compiles fine on my
system. Shouldn't it?
Eric Sunshine
2013-07-05 15:32:30 UTC
Permalink
On Fri, Jul 5, 2013 at 10:25 AM, Christian Van Brussel
Post by Christian Van Brussel
Post by res
@@ -101,8 +101,8 @@
ExternalLibs csediting_gui : CRYSTAL WX ;
[ FDefines CS_CSEDITING_GUI_LIB ]
- [ FDefines WXMAKINGDLL_PROPGRID ]
- [ FDefines wxPG_USE_WXMODULE=0 ] ;
+ [ FDefines WXMAKINGDLL_PROPGRID ] ;
+# [ FDefines wxPG_USE_WXMODULE=0 ] ;
You commented the terminating semicolon, this breaks the Jamfile.
But I added a semicolon at the line before. This compiles fine on my
system. Shouldn't it?
Looks fine to me.
res
2013-07-05 16:11:49 UTC
Permalink
Post by Christian Van Brussel
But I added a semicolon at the line before. This compiles fine on my
system. Shouldn't it?
Oh, right. Misread the change. Sorry for the false alert.

-f.r.

Loading...