2008/11/15 Hendrik Sattler <[EMAIL PROTECTED]>: > Am Saturday 08 November 2008 19:30:51 schrieb Petit Eric: >> 2008/11/8 Hendrik Sattler <[EMAIL PROTECTED]>: >> > Am Saturday 08 November 2008 12:41:53 schrieb Petit Eric: >> >> I have a home project at https://build.opensuse.org/ , where i build >> >> RPM for most common OS, there is a way to build also .deb on it, at >> >> this time i build Cs-ObexFtp with it, would you like to join my "home >> >> project" to build openobex rpm and .deb from it >> > >> > Hmm, no. I can handle that myself and do not intend to build rpm >> > packages. There are already maintainers for that. I build the .deb >> > package myself, since I am the debian maintainer of openobex. Other archs >> > than amd64 are built on the debian buildds once it gets uploaded (after >> > Lenny release). >> > >> >> and help me to build deb pkg of cs-obexftp ? >> > >> > I can do that, although I have no real idea about building C# programs. >> > Are all parts of cs-obexftp buildable from source with mono[1]? Is there >> > a no-binary source downloadable somewhere. >> >> Source are downloadable from svn : >> http://cs-obexftp.svn.sourceforge.net/viewvc/cs-obexftp/trunk/Cs-ObexFtp.ta >>r.gz (script file will not be executable) > > It builds fine using: > $ chmod +x configure > $ ./configure --prefix=$(pwd)/local > $ make install > > However, the result does not work, only an error message window appears: > /-----Erreur > | Erreur inattendue > | Could not find a part of the path > | /home/hendrik/.config/Surfzoid/CsObexFtp/CsObexFtp.exe.config > \----------- This error come from your mono version, it should be fixed in recent version of mono (>= 2.1) But i just see , neutral language is on french ("Erreur inattendue"), i need to fix that. > > That's all I get. There are several problems before this can be shipped in a > distribution, though. > 1. AllDll is a _very_ bad name, way too generic. What does it do? it do nothing, it used only to "store" all win dll and i cannot split Win32 part / *nix one. In my rpm building i use a "rm -f -r" : https://build.opensuse.org/package/view_file?file=Cs-ObexFtp.0.18.spec&package=Cs-ObexFtp&project=home%3Asurfzoid > 2. What is monoupdater about? is a third tools i writed, usable when *nix is detected and about updating the mono RT by differante method (svn, dailly update ...) > 3. You should not include _ANY_ binaries in the source. This means removing same way as AllDll ( if needed i can modify make file and tarball) > the bin and obj directories and all .dll files. Also, intermediate files that > are generated from other files during the build (e.g. .resource files). yes my SVN repo isn't very clean, so a "make clean" is needed, or a simble rm -f -r bin
> 4. Why iconv.dll and intl.dll, doesn't have C#/.NET something equally? I'm > sure they do. This dll are needed for the win32 version of zany obexftp part. > 5. Some .resx files contains binary blobs (icons) that I am uncertain about, > see below for Images. I'm sorry, i don't understand . > > The Bluetooth stuff is not distributable in this form: > 1. Cannot be downloaded without subscription, so I cannot verify if you > changed anything > 2. No license statement > 3. No copyright statement 1,2 and 3, I have in first the full agrement of the authors to use it, i modify it , specialy for english translation, and last, willics, the author, joint the project : https://sourceforge.net/project/memberlist.php?group_id=206501 > You cannot just take stuff from other authors and include it with your own! > Bluetooth.exe crashes due to missing irprops.cpl when clicking the refresh > button. Under which OS, bluetooth.exe is only for win32 >= XP >The overall program is very unstable. > > The Images directory only contains image that you made yourself? If not, you > are probably not allowed to distribute them. If you are allowed to do so, > inlude the redistribution terms. I can search again, but it is true i take them on the web from one of the lot of free icon site. most often time i used this : http://www.iconarchive.com or this : http://www.icone-gif.com/ > > This is still a long way to go. > > Additionally: however about a version number and a release tarball that is not > in subversion repository. > SF.net has a release part, you know? hum, yu speak about the download page, if yes i m not sur to understand, you just want , i put a release tar.bz2 in download page of the last svn version ? > > HS > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Openobex-users mailing list > [email protected] > http://lists.sourceforge.net/lists/listinfo/openobex-users > -- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- If one day one reproaches you that your work is not a work of professional, say you that: Amateurs built the arch of Noah, and professionals the Titanic. --------------------------------------------------------------------------- Few people are done for independence, it is the privilege of the powerful ones. --------------------------------------------------------------------------- No key was wounded during the drafting of this message. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
