[Mono-devel-list] SQLsharpgtk Makefile Bug

Emil Emilov emil at emilov.de
Wed Jul 27 14:33:28 EDT 2005


Is there any way to modify the following line to work with both windows/linux?
(i.e. under linux it would be slashes and win does backslashes)

SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll /r:..\browser\Mono.Data.SqlSharp.DatabaseBrowser.dll

would that work under win (it works under linux i.e. escaping the slash)
SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) /r:System.Data.dll /r:Mono.Data.dll /r:..\/browser\/Mono.Data.SqlSharp.DatabaseBrowser.dll

Emil Emilov wrote:
> Yeah I also noticed that. I fixed the same way.
> I'll try and make a patch in the evening, when I get home from work.
> If you can do it earlier, please do.
> 
> Matthias Felgner wrote:
> 
>> Hi,
>>
>>  
>>
>> Just got and built SQLsharpgtk from SVN.
>>
>>  
>>
>> The Makefile in subdir sqlsharpgtk defines “SQLSHARP_GTK_LIBS” with 
>> the needed references in order to build sqlsharpgtk, Assembly 
>> Mono.Data.SqlSharp.DatabaseBrowser.dll is referenced from the dir 
>> “../browser/” But reference is done using backslashes….Result: Build 
>> fails on my Unix machine…Does this need to be adjusted??
>>
>>  
>>
>> I also needed to copy
>>
>>  
>>
>> Mono.Data.SqlSharp.DatabaseBrowser.dll to directory “../browser/” as 
>> make was looking for it there…
>>
>>  
>>
>>  
>>
>> Thanks for your thoughts..
>>
>>  
>>
>> Mit freundlichen Grüßen
>>
>> Matthias Felgner
>>
>> ***************************** E-Mail von ******************************
>>
>> **Völcker Informatik AG**
>>
>> Gertrud-Caspari-Straße 13
>>
>> 01109 Dresden
>>
>>  
>>
>> Telefon 0351 / 892099409
>>
>>  
>>
>>     
>>
>> Telefax 0351/ 892089477
>> http://www.voelcker.com <http://www.voelcker.com/> 
>>     
>>
>> MatthiasF at voelcker.com <mailto:MatthiasF at voelcker.com>
>>
>> ************************************************************************
>>
>>  
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

-- 
Emil R. Emilov
-----------------------------------------------------------------------
mailto:emil at emilov.de
http://www.emilov.de



More information about the Mono-devel-list mailing list