Die Suche ergab 17 Treffer

von Vincent
Di 4. Aug 2009, 22:46
Forum: Lazarus - Bugs
Thema: [solved] Lazarus-SVN, GTK2 und Linken
Antworten: 33
Zugriffe: 13367

Re: [solved] Lazarus-SVN, GTK2 und Linken

A bit. They tried to teach me it at high school more than 20 years ago. Sometimes it is similar enough to my native language: Dutch.
von Vincent
Di 4. Aug 2009, 22:37
Forum: Lazarus - Bugs
Thema: [solved] Lazarus-SVN, GTK2 und Linken
Antworten: 33
Zugriffe: 13367

Re: Lazarus-SVN, GTK2 und Linken


Möge dieser Thread so schnell wie möglich in der Versenkung verschwinden! :evil:
It helps if you close the lazarus bug report, it won't show in the list of recently resolved issues at http://bugs.freepascal.org/my_view_page.php" onclick="window.open(this.href);return false; anymore :wink:
von Vincent
Mo 3. Aug 2009, 22:14
Forum: Lazarus - Bugs
Thema: [solved] Lazarus-SVN, GTK2 und Linken
Antworten: 33
Zugriffe: 13367

Re: Lazarus-SVN, GTK2 und Linken

Hallo!
Ich hatte über diese Sache schon eine längere Diskussion mit Vincent im Bugtracker, dort konnte das Problem allerdings nicht verifiziert werden.
Also, könnte mal jemand testweise ein neues Lazarus-Projekt im aktuellen SVN-Build erstellen, das Widgetset auf GTK2 umschalten und dann folgende ...
von Vincent
Mo 3. Aug 2009, 19:22
Forum: Lazarus - Bugs
Thema: [solved] Lazarus-SVN, GTK2 und Linken
Antworten: 33
Zugriffe: 13367

Re: Lazarus-SVN, GTK2 und Linken

Ja:

Free Pascal Compiler version 2.2.4 [2009/03/28] for i386
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Linux for i386
Compiling /tmp/project1.lpr
Compiling unit1.pas
unit1.pas(8,92) Hint: Unit "gtk2" not used in Unit1
unit1.pas(8,103) Hint: Unit "gdkpixbuf" not used in Unit1
unit1 ...
von Vincent
Mi 24. Jun 2009, 19:57
Forum: Ankündigungen
Thema: Best Tool or Utility for Developers
Antworten: 6
Zugriffe: 6564

Re: Best Tool or Utility for Developers

Thanks for putting this prominently on this forum. :-)

Please, update the link to http://sourceforge.net/community/cca09/vote/?f=476" onclick="window.open(this.href);return false;, This will preselect Lazarus, so people don't have to look for it (and see what other options they have) ;-)
von Vincent
Mo 11. Feb 2008, 16:09
Forum: Sonstige
Thema: Lazarus unter OSX macht Probleme
Antworten: 12
Zugriffe: 8095

Where did you get your FPC build? The one from Lazarus sourceforge is supposed to be patched and can handle file names correctly.
von Vincent
Mo 11. Feb 2008, 15:56
Forum: Linux
Thema: Installation via repository klappt nicht
Antworten: 30
Zugriffe: 15015

Also ich habe jetzt zumindesten ein lauffähiges fpc. Sobald ich in die console fpc -h eintippe kommen mir die aus der win32 bekannten Menü Hilfen. Ob's dann auch mit dem Compilieren klappt muss ich noch testen. Was nicht ging war das installieren bzw. erstellen von lazarus. Sobald ich: make clean ...
von Vincent
Mo 11. Feb 2008, 15:47
Forum: Linux
Thema: Installation via repository klappt nicht
Antworten: 30
Zugriffe: 15015

Christian hat geschrieben:Die Repositores, wirds nur für i386 bzw x86_64 geben. PowerPC wirst dir selbst kompilieren müssen.
That is right. If somebody gives me access to a powerpc-linux with Ubuntu, I can try to build those binaries for repository.

I tried to install Ubuntu on PearPC, but failed.
von Vincent
Di 15. Jan 2008, 15:31
Forum: Benutzung der IDE
Thema: Lazarus Tips
Antworten: 20
Zugriffe: 11574

Christian hat geschrieben:Vincent hat auch schon einiges geschrieben (maybe im wrong ;))
If you refering to me, then you are wrong. :-)
von Vincent
Sa 15. Dez 2007, 20:36
Forum: MacOS
Thema: UniversalBinaries mit Lazarus?
Antworten: 18
Zugriffe: 10994

make sure the symlinks to ppcppc and ppc386 are of the same version.

I cannot look into your computer, but maybe there are some version conflicts.
von Vincent
Mi 12. Dez 2007, 13:52
Forum: MacOS
Thema: UniversalBinaries mit Lazarus?
Antworten: 18
Zugriffe: 10994

I don't have a Mac, but I think you can create universal binaries as follows (A IntelMac host is required).

Install the IntelMac version of lazarus and fpc.

Compile the application for the IntelMac, keep the executable on a safe place.
Change the TargetCPU to powerpc (and make sure the compiler is ...
von Vincent
Do 8. Nov 2007, 13:34
Forum: Freepascal
Thema: CGI
Antworten: 32
Zugriffe: 12475

Maybe I spoke too early. Setting the events doesn't make it work yet. I wait until Michael van Canneyt has made a working example.
von Vincent
Do 8. Nov 2007, 13:19
Forum: Freepascal
Thema: CGI
Antworten: 32
Zugriffe: 12475

I did not spend time to get a working example.

I just noticed that if you run the empty module in a console, you get a good message what is missing.

If you fix the first (calling it like apache does with the correct environment variables), you get the second exception: "Error: : No CGI request ...
von Vincent
Do 8. Nov 2007, 11:57
Forum: Freepascal
Thema: CGI
Antworten: 32
Zugriffe: 12475

3) does not happen if you use it correctly, i.e. setting the correct environment variables and setting the correct events.
von Vincent
Do 8. Nov 2007, 09:12
Forum: Freepascal
Thema: CGI
Antworten: 32
Zugriffe: 12475

All, except the example has been fixed. A missing example won't stop a Lazarus 1.0 release, so post 1.0 is a good target.