fxscintilla-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fxscintilla-users] Re: can't compile fxscinitilla on RH 7.3 system


From: Gilles Filippini
Subject: [fxscintilla-users] Re: can't compile fxscinitilla on RH 7.3 system
Date: Tue, 06 Aug 2002 00:28:24 +0200

Jens-Christian Fischer wrote:
> 
> Hello Gilles,
> 
> Monday, August 5, 2002, 5:08:24 PM, you wrote:
> 
> GF> Jens-Christian Fischer wrote:
> >>
> >> Hello gilles,
> 
> attached ;-)
> 
> cu jc
> 

OK. Now I need you to run the following little test for me:

1- Create the file conftest.c:
----------------------------
#include <fox/fxver.h>
#include <stdio.h>
int main(int argc, char** argv) {
  printf("Using FOX version %d.%d.%d\n",
         FOX_MAJOR, FOX_MINOR, FOX_LEVEL);
}
----------------------------

2- Compile it using the command line:

gcc -o conftest -I/usr/local/include -L/usr/local/lib -lFOX conftest.c

3- If the compile stage has succeeded, run it:

./conftest

And tell me the whole story.
Thx.

_gilles.

PS: BTW, please make sure you don't have any other Fox version installed
on your system.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]