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 
\-----------

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?
2. What is monoupdater about?
3. You should not include _ANY_ binaries in the source. This means removing 
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).
4. Why iconv.dll and intl.dll, doesn't have C#/.NET something equally? I'm 
sure they do.
5. Some .resx files contains binary blobs (icons) that I am uncertain about, 
see below for Images.

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
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. 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.

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?

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
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to